fix
This commit is contained in:
@@ -215,13 +215,6 @@ public class WxClerkController {
|
||||
return R.ok("申请成功");
|
||||
}
|
||||
|
||||
@PostMapping("/user/add/test")
|
||||
public R test() {
|
||||
PlayClerkUserInfoEntity userInfo = playClerkUserInfoService.selectById("ILbjarTt");
|
||||
wxCustomMpService.sendClerkApplyNoticeForAdmin(userInfo);
|
||||
return R.ok("申请成功");
|
||||
}
|
||||
|
||||
|
||||
@ClerkUserLogin
|
||||
@PostMapping("/user/updateAvatar")
|
||||
|
||||
Reference in New Issue
Block a user