Commit 293177ba by xugaojun

修改请求类型

parent c9454e40
...@@ -26,8 +26,8 @@ public class SettingController extends WebBaseController { ...@@ -26,8 +26,8 @@ public class SettingController extends WebBaseController {
@Autowired @Autowired
private OperationSettingApiService operationSettingApiService; private OperationSettingApiService operationSettingApiService;
@RequestMapping(value = "/operation-setting/save-or-update", method = RequestMethod.POST) @RequestMapping("/operation-setting/save-or-update")
private HaobanResponse operationSettingSaveOrUpdate(@RequestBody OperationSettingDTO dto) { private HaobanResponse operationSettingSaveOrUpdate(OperationSettingDTO dto) {
// 保存或更新操作设置 // 保存或更新操作设置
if (Objects.isNull(dto) if (Objects.isNull(dto)
|| Objects.isNull(dto.getWxEnterpriseId())) { || Objects.isNull(dto.getWxEnterpriseId())) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment