fix 云闪付支付链条

This commit is contained in:
DaxPay
2024-10-09 10:59:24 +08:00
parent eee665926a
commit 6ccd0a0d3b
6 changed files with 18 additions and 20 deletions

View File

@@ -22,7 +22,7 @@ public class DaxPayProperties {
/** 通常为两位内 机器码, 用于区分不同机器生成的流水号 */
private String machineNo = "58";
/** 当前环境,会影响订单号的生成 */
/** 当前环境,会影响订单号的生成, 推荐只使用字母和数字, 部分通道不支持特殊符号, 如云闪付 */
private String env = "";
public void setMachineNo(String machineNo) {