自定义参数使用

This commit is contained in:
egzosn
2020-03-10 22:41:02 +08:00
parent bf424148d7
commit 0f1255fe06
16 changed files with 228 additions and 157 deletions

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.getAttr());
orderInfo.putAll(order.getAttrs());
return preOrderHandler(orderInfo, order);
}