还原至发布时代码

This commit is contained in:
egzosn
2020-05-17 11:08:53 +08:00
parent 9adaae20aa
commit cfc25ffe5c

View File

@@ -226,7 +226,7 @@ public class AliPayService extends BasePayService<AliPayConfigStorage> {
bizContent.put("timeout_express", DateUtils.minutesRemaining(order.getExpirationTime()) + "m");
}
orderInfo.put(BIZ_CONTENT, JSON.toJSONString(bizContent));
orderInfo.putAll(order.getAttrs());
orderInfo.putAll(order.getAttr());
return preOrderHandler(orderInfo, order);
}