springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/api/UserApi.java
@@ -724,8 +724,8 @@ * @return 协议内容 */ @PostMapping("agreement") public R agreement(@RequestParam("type") Integer type) { return userService.agreement(type); public R agreement(@RequestParam("type") Integer type,@RequestParam("appId")String appId) { return userService.agreement(type,appId); } /**