Commit bc78fcf7 by jinxin

获取订单列表

parent aef99af3
......@@ -417,7 +417,7 @@ public class AppOrderApiServiceImpl implements AppOrderApiService {
}
logger.info("定时获取好办付费应用订单列表参数:{}",param);
String suiteid = config.getSuiteid();
ServiceResponse<AppOrderResponseListDTO> response = qywxOrderApiService.getAppOrderInfoList(suiteid, null, JSON.toJSONString(param));
ServiceResponse<AppOrderResponseListDTO> response = qywxOrderApiService.getAppOrderInfoList(suiteid, null, param);
if (response.isSuccess()){
AppOrderResponseListDTO result = response.getResult();
List<AppOrderInfoResponseDTO> orderList = result.getOrderList();
......
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