mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-02 18:46:29 +00:00
fix 云闪付支付链条
This commit is contained in:
@@ -22,7 +22,7 @@ public class DaxPayProperties {
|
||||
/** 通常为两位内 机器码, 用于区分不同机器生成的流水号 */
|
||||
private String machineNo = "58";
|
||||
|
||||
/** 当前环境,会影响订单号的生成 */
|
||||
/** 当前环境,会影响订单号的生成, 推荐只使用字母和数字, 部分通道不支持特殊符号, 如云闪付 */
|
||||
private String env = "";
|
||||
|
||||
public void setMachineNo(String machineNo) {
|
||||
|
Reference in New Issue
Block a user