Commit e1040b4c by jinxin

日志记录

parent 9e1b9339
......@@ -371,6 +371,7 @@ public class AppOrderApiServiceImpl implements AppOrderApiService {
}
//不存在的需要根据订单id获取订单详情,并保存进数据库
String suiteid = config.getWxSuiteid();
logger.info("获取的wxSuiteid:{}",suiteid);
JSONObject json = new JSONObject();
json.put("orderid", orderId);
ServiceResponse<AppOrderInfoResponseDTO> response = qywxOrderApiService.getAppOrderInfo(suiteid, null, JSON.toJSONString(json));
......
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