Commit dfedef5f by guojuxing

积分服务调整:增加序号和人群

parent c36bea65
......@@ -83,7 +83,7 @@ public class CustomPageController {
@RequestMapping("/set-serial")
public RestResponse setSerial(Integer pageId, Integer serialNumber) {
ServiceResponse<Void> result = appletCustomPageApiService.setSerialNumber(pageId, serialNumber);
return OperationResultUtils.operationResult(result, "设置页面序号", OperationResultUtils.getOperationObject(result));
return OperationResultUtils.operationResult(result, "设置页面序号");
}
@RequestMapping("/delete")
......
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