2024-09-24 生产配置

This commit is contained in:
zhp
2024-09-25 23:28:27 +08:00
parent 1eb07eb5a6
commit 69cb25f052
7 changed files with 28 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ public interface RemoteCustomerApplyLogService
* @return 结果
*/
@GetMapping("/log/customerApply")
public R<Boolean> customerApply(@PathVariable("customerID") Long customerID,@RequestHeader(SecurityConstants.FROM_SOURCE) String source);
public R<Boolean> customerApply(@RequestParam("customerID") Long customerID,@RequestHeader(SecurityConstants.FROM_SOURCE) String source);
/**
* 新增用户