Commit b4a8d3df by 刘继明

sdk升级

parent 95fd2791
......@@ -156,3 +156,4 @@
| 2.1.84-RELEASE | KA-20210702-非码发版日售后单时间推迟 | 周晓航 | 2021-07-12|
| 2.1.85-RELEASE | 小助手日结统计订单查询和售后列表查询改为从库查询 | 刘继明 | 2021-07-19|
| 2.2-RELEASE | 版本升级,内部统一版本 | wuping | 2021-08-03|
| 2.2.1-RELEASE | 版本升级-开放平台支持商品券参数productId | 刘继明 | 2021-08-10|
\ No newline at end of file
......@@ -560,6 +560,7 @@ public class OrderSdkAdapter {
//是否线上 false:不是 true:是
orderSettlementCreateReq.setIsOnline(true);
orderSettlementCreateReq.setExtInfo(accountRequest.getAddInfo());
orderSettlementCreateReq.setProductId(accountRequest.getProductId());
orderSettlementCreateReqList.add(orderSettlementCreateReq);
}
......
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