|
@@ -542,7 +542,7 @@ public class PayNonOrderServiceImpl implements PayNonOrderService {
|
|
|
return "支付失败";
|
|
|
}
|
|
|
log.info("【升级超级会员异步回调】>>>>>>>>>>>>>>本次支付金额:" + amount);
|
|
|
- // 附加数据,支付时若有传输则原样返回(vipId,payType,userId,recordId),下单时为空,则不返回该数据
|
|
|
+ // 附加数据,支付时若有传输则原样返回(vipId,userId,recordId,payType),下单时为空,则不返回该数据
|
|
|
String attach = json.getString("attach");
|
|
|
String[] split = attach.split(",");
|
|
|
int vipId = 0;
|