Commit 83d6ce1d by chongfu.liang

日志

parent a8a788bc
......@@ -449,6 +449,7 @@ public class OrderServiceImpl implements Orderservice {
var1.setSendPointValidityDateDays(value.getValidityDateDays());
}
// 订单支付成功
log.info(" paysuccess : {}", var1);
com.freemud.sdk.api.assortment.order.response.order.PayAccessResponse payAccessRes = orderCenterSdkService.payAccess(var1);
String string2 = JSONObject.toJSONString(payAccessRes);
JSONObject jsonObject2 = JSONObject.parseObject(string2);
......
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