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