mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update 默认分隔符
This commit is contained in:
@@ -8,6 +8,10 @@ import io.jsonwebtoken.Claims;
|
||||
* @author jsowell
|
||||
*/
|
||||
public class Constants {
|
||||
|
||||
// 默认分隔符
|
||||
public static final String DEFAULT_DELIMITER = ",";
|
||||
|
||||
// 非法交易流水号 由充电桩启动的订单会传全是0的交易流水号
|
||||
public static final String ILLEGAL_TRANSACTION_CODE = "00000000000000000000000000000000";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user