Commit 6ca19727 by jinxin

suitid替换

parent e1040b4c
......@@ -370,7 +370,7 @@ public class AppOrderApiServiceImpl implements AppOrderApiService {
return ServiceResponse.success(true);
}
//不存在的需要根据订单id获取订单详情,并保存进数据库
String suiteid = config.getWxSuiteid();
String suiteid = config.getBuySuiteId();
logger.info("获取的wxSuiteid:{}",suiteid);
JSONObject json = new JSONObject();
json.put("orderid", orderId);
......@@ -423,7 +423,7 @@ public class AppOrderApiServiceImpl implements AppOrderApiService {
return ServiceResponse.failure("-9999","参数不能为空");
}
logger.info("定时获取好办付费应用订单列表参数:{}",param);
String suiteid = config.getWxSuiteid();
String suiteid = config.getBuySuiteId();
ServiceResponse<AppOrderResponseListDTO> response = qywxOrderApiService.getAppOrderInfoList(suiteid, null, param);
if (response.isSuccess()){
AppOrderResponseListDTO result = response.getResult();
......
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