修复未登录过小程序导致的问题
This commit is contained in:
@ -574,12 +574,6 @@ public class WechatAppletController extends BaseController {
|
||||
}
|
||||
|
||||
|
||||
@GetMapping("/subscribe/post")
|
||||
public AjaxResult subscribePost(@RequestParam Long cusId, @RequestParam Long planId, @RequestParam String name, @RequestParam String startDate, @RequestParam String endDate, @RequestParam String remark) {
|
||||
return AjaxResult.success(iWechatAppletService.postSubscribeMessage(cusId, planId, name, startDate, endDate, remark));
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user