Commit b22385f6 by ddx

update sms page

parent 0fcfe62a
......@@ -697,9 +697,8 @@ public class JxSampleController {
if (managementQueryIncomeSmsSend.getPageSize() > 100) {
managementQueryIncomeSmsSend.setPageSize(100);
}
String userCode = managementQueryIncomeSmsSend.getUserCode();
log.info("query income smsSend request page param:{}", JSONUtil.toString(managementQueryIncomeSmsSend));
String response = HttpUtil.createPost(etaxConfigService.getJxUserUrl(userCode) + incomeSmsSendRequestQueryListUrl).contentType("application/json")
String response = HttpUtil.createPost(incomeSmsSendRequestQueryListUrl).contentType("application/json")
.body(JSON.toJSONString(managementQueryIncomeSmsSend)).execute().body();
log.info("query income smsSend request page response:{}", response);
return this.handlePageResult(response);
......
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