1
zj
2025-08-20 0e56b5f69158762cc9474187d414aedc5aa9fa42
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);
}