‘linchangsheng’ 7 місяців тому
батько
коміт
ef0fc0ed23

+ 2 - 2
src/main/java/com/zfire/mall/manager/controller/k3/K3SupplierController.java

@@ -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

BIN
src/main/resources/template/供应商导入.xlsx