|
@@ -126,7 +126,7 @@ public class CustomerController {
|
|
|
|
|
|
|
|
|
@ApiOperation(value = "经销商详情")
|
|
|
- @GetMapping("/detail")
|
|
|
+ @PostMapping("/detail")
|
|
|
public ResponseHelper<K3CustomerBean> detail(
|
|
|
@ApiParam(required = true, value = "id") @RequestParam(required = true) String id
|
|
|
) throws Exception {
|
|
@@ -154,7 +154,7 @@ public class CustomerController {
|
|
|
}
|
|
|
|
|
|
|
|
|
- @GetMapping("/downloadCustomer")
|
|
|
+ @PostMapping("/downloadCustomer")
|
|
|
@ApiOperation("下载经销商导入模板")
|
|
|
public void download(
|
|
|
HttpServletResponse response
|