he2802 3 年 前
コミット
f4c720745b

+ 0 - 2
zhongzheng-api/src/main/java/com/zhongzheng/controller/wx/WxLoginController.java

@@ -53,8 +53,6 @@ public class WxLoginController
     @PostMapping("/testLogin")
     public AjaxResult testLogin(@RequestBody WxLoginBody loginBody)
     {
-        String token = wxLoginService.sendSmallTpMsg("oQ5eX5Ds4ePkr1QXTsLtEHBeeh0o",new HashMap<>());
-        System.out.println(token);
         Map<String,String> map = new HashMap<>();
         return AjaxResult.success(null);
     }