Commit 268f46e0 by 徐高华

返回数量

parent 2831212f
......@@ -304,5 +304,18 @@ public class HmQrcodeController {
ServiceResponse<Page<WxUserAddLogDTO>> page = wxUserAddLogApiService.page(qdto, pageInfo);
return RestResponse.successResult(page.getResult());
}
/**
*
* @Title: getAddCount
* @Description: 新增全部返回的数量
* @author xugh
* @return
* @throws
*/
@RequestMapping(path = "/getAddCount")
public RestResponse<?> getAddCount(){
return RestResponse.successResult(0);
}
}
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