mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-02 02:34:34 +00:00
ref 常量命名修改
This commit is contained in:
@@ -16,11 +16,11 @@ import java.util.Arrays;
|
||||
@AllArgsConstructor
|
||||
public enum TransferPayeeTypeEnum {
|
||||
/** userId */
|
||||
USER_ID("ali_user_id", "用户ID"),
|
||||
USER_ID("user_id", "用户ID"),
|
||||
/** openId */
|
||||
OPEN_ID("ali_open_id", "OpenId"),
|
||||
OPEN_ID("open_id", "OpenId"),
|
||||
/** 用户账号 */
|
||||
LOGIN_NAME("ali_login_name", "用户账号");
|
||||
LOGIN_NAME("login_name", "用户账号");
|
||||
|
||||
/** 编码 */
|
||||
private final String code;
|
||||
|
Reference in New Issue
Block a user