记得上下班打卡 | git大法好,push需谨慎

Commit 7dbe61c2 authored by 胡佳晨's avatar 胡佳晨

修改 partner

parent 5c948ff9
...@@ -58,7 +58,7 @@ public class KylinCheckUserPartnerController { ...@@ -58,7 +58,7 @@ public class KylinCheckUserPartnerController {
public ResponseDto<String> change(@RequestParam("merchantId") @NotNull String merchantId, public ResponseDto<String> change(@RequestParam("merchantId") @NotNull String merchantId,
@RequestParam("checkUserId") @NotNull String checkUserId, @RequestParam("checkUserId") @NotNull String checkUserId,
@RequestParam("name") @NotNull String name, @RequestParam("name") @NotNull String name,
@RequestParam(value = "pwd",required = false) @NotNull String pwd, @RequestParam(value = "pwd",required = false) String pwd,
@RequestParam("mobile") @Length(max = 11) String mobile) { @RequestParam("mobile") @Length(max = 11) String mobile) {
return checkUserPartnerService.change(merchantId, checkUserId, name, pwd, mobile); return checkUserPartnerService.change(merchantId, checkUserId, name, pwd, mobile);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment