docs(enums): 添加静态验证码的注释说明

This commit is contained in:
tikkhun 2025-11-21 17:36:21 +08:00
parent 1bdae88c11
commit ec6a8c3154
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ export enum ShipmentType {
}
export enum staticValue {
// 万能验证码
STATIC_CAPTCHA = 'yoone2025!@YOONE0923'
}