perf 一些微调

This commit is contained in:
DaxPay
2024-06-26 19:43:37 +08:00
parent 5c274aa293
commit 3770a85a78
8 changed files with 15 additions and 7 deletions

View File

@@ -16,9 +16,9 @@ import java.util.List;
@AllArgsConstructor
public enum AllocReceiverTypeEnum {
/** 个人 */
WX_PERSONAL("wx_personal", "个人"),
WX_PERSONAL("wx_personal", "openId"),
/** 商户 */
WX_MERCHANT("wx_merchant", "商户"),
WX_MERCHANT("wx_merchant", "商户"),
/** userId 以2088开头的纯16位数字 */
ALI_USER_ID("ali_user_id", "用户ID"),