init
This commit is contained in:
@@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
@RestController
|
||||
@RequestMapping("/api/im")
|
||||
@Tag(name = "IM相关的接口")
|
||||
public class ImController {
|
||||
public class ImAppController {
|
||||
|
||||
@Autowired
|
||||
private ImService imService;
|
||||
@@ -9,5 +9,5 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
@RequestMapping("/api/user/member")
|
||||
@Slf4j
|
||||
@Tag(name = "用户会员接口")
|
||||
public class UserMemberController {
|
||||
public class UserMemberAppController {
|
||||
}
|
||||
Reference in New Issue
Block a user