|
@@ -120,7 +120,7 @@ public class FactoryController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation("供应商包材厂是否加密")
|
|
|
- @GetMapping("isEncryption")
|
|
|
+ @PostMapping("isEncryption")
|
|
|
public BaseResponse<OutIsEncryptionRes> isEncryption(@Validated GetIsEncryptionReq getIsEncryptionReq) throws Exception {
|
|
|
//修改是否加密状态
|
|
|
OutIsEncryptionRes res=factoryService.GetIsEncryption(getIsEncryptionReq);
|