## 指定新零售在线支付测试账号;
This commit is contained in:
parent
6a0e9c7463
commit
1f0f2aedc5
|
@ -1,7 +1,7 @@
|
|||
package com.hzs.common.core.constant;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.Arrays;
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
|
@ -36,6 +36,6 @@ public class SysConstants {
|
|||
/**
|
||||
* 开放使用会员编号(用于支付登录查看数据)
|
||||
*/
|
||||
public static final List<String> CONTROL_MEMBER_LIST = Arrays.asList("RE20240001", "RE20240002");
|
||||
public static final List<String> CONTROL_MEMBER_LIST = Collections.singletonList("BF66886688");
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue