|
@@ -72,7 +72,7 @@ public class K3SupplierController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "供应商详情")
|
|
|
- @GetMapping("/detail")
|
|
|
+ @PostMapping("/detail")
|
|
|
public ResponseHelper<KingDeeSupplier> detail(
|
|
|
@ApiParam(required = true, value = "id") @RequestParam(required = true) String id
|
|
|
) throws Exception {
|
|
@@ -135,7 +135,7 @@ public class K3SupplierController {
|
|
|
}
|
|
|
|
|
|
|
|
|
- @GetMapping("/downloadCustomer")
|
|
|
+ @PostMapping("/downloadCustomer")
|
|
|
@ApiOperation("下载供应商导入模板")
|
|
|
public void download(
|
|
|
HttpServletResponse response
|