Commit 8e672613 by guojuxing

支付配置新增/删除/查询接口

parent fa82ab99
......@@ -47,7 +47,7 @@ public class AppPayController {
@RequestParam(value = "pageSize", defaultValue = "20") Integer pageSize, String search) {
ServiceResponse<Page<PayConfigDTO>> list = payConfigApiService.getGicBusinessPayConfig(pageNum, pageSize,
search);
return ResultControllerUtils.commonResult(list, PayConfigVO.class);
return ResultControllerUtils.commonPageResult(list, PayConfigVO.class);
}
@RequestMapping("/save")
......
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