修正变量名

This commit is contained in:
谷成伟 2024-06-21 15:28:26 +08:00
parent 9e5af73463
commit 28453b0b7d

View File

@ -0,0 +1,6 @@
package com.das.common.constant;
public interface HeaderConstant {
String IV_ATTR_NAME = "V";
String TOKEN_ATTR_NAME = "token";
}