1
zj
2025-08-19 0b10f87268bd511c7d8dddad30060abefa49aab2
1
2
3
4
5
6
7
8
package com.ruoyi.im.service;
 
import com.ruoyi.im.comm.Result;
import com.ruoyi.im.dto.RegisterDto;
 
public interface ImApiServcie {
    Result register(RegisterDto dto);
}