Commit 728ed180 by jinxin

Merge remote-tracking branch 'origin/feature/六月需求'

parents dbf439be 7784851f
package com.gic.haoban.manage.web.controller.licence;
import cn.hutool.core.convert.Convert;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.gic.api.base.commons.Page;
import com.gic.api.base.commons.ServiceResponse;
......@@ -133,7 +134,7 @@ public class AppOrderController {
if (loginUser == null || StringUtils.isBlank(loginUser.getEnterpriseId())) {
return RestResponse.failure(Convert.toStr(HaoBanErrCode.ERR_4.getCode()), HaoBanErrCode.ERR_4.getMsg());
}
ServiceResponse<Boolean> response = appOrderApiService.qywxCallBack(param);
ServiceResponse<Boolean> response = appOrderApiService.getAppOrderList(JSON.toJSONString(param));
if (response.isSuccess()){
logger.info("定时数据返回结果测试");
return RestResponse.successResult(true);
......
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