Browse Source

Revert "初始化"

master
zhouliwu 1 year ago
parent
commit
7771f47c0b

+ 1
- 0
bhkj-delivery-module-backstage/src/main/java/com/bohuikeji/delivery/backstage/controller/test/SocketTestApi.java View File

71
 
71
 
72
         return APIEntity.success(socketService.sendCourierMsg(notice,type));
72
         return APIEntity.success(socketService.sendCourierMsg(notice,type));
73
     }
73
     }
74
+
74
     @ApiOperation("发送微信公众号消息")
75
     @ApiOperation("发送微信公众号消息")
75
     @GetMapping("/wx/gzh/tlmp")
76
     @GetMapping("/wx/gzh/tlmp")
76
     JSONObject wxGzhTlmp(String openid) {
77
     JSONObject wxGzhTlmp(String openid) {

Loading…
Cancel
Save