Commit 293177ba by xugaojun

修改请求类型

parent c9454e40
......@@ -26,8 +26,8 @@ public class SettingController extends WebBaseController {
@Autowired
private OperationSettingApiService operationSettingApiService;
@RequestMapping(value = "/operation-setting/save-or-update", method = RequestMethod.POST)
private HaobanResponse operationSettingSaveOrUpdate(@RequestBody OperationSettingDTO dto) {
@RequestMapping("/operation-setting/save-or-update")
private HaobanResponse operationSettingSaveOrUpdate(OperationSettingDTO dto) {
// 保存或更新操作设置
if (Objects.isNull(dto)
|| 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