dashboard
repositories
filestore
activity
search
login
main
/
ruoyidemo
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1
zj
2025-08-20
1821b2ab068e081e053cf5b4bcc5ee8112a60ea4
[ruoyidemo.git]
/
ruoyi-admin
/
src
/
main
/
java
/
com
/
ruoyi
/
im
/
service
/
ImApiServcie.java
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);
}