Commit 3cee149d by xugaojun

操作设置需求:优化代码,修改注释名称,生成mapper实体等,添加操作设置相关接口。

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