提交代码

main
姜玉琦 2024-07-22 21:53:57 +08:00
parent 66fc6709bf
commit e975adc418
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ export const enum ResultEnum {
/**
*
*/
SUCCESS = "00000",
SUCCESS = 0,
/**
*
*/
@ -14,5 +14,5 @@ export const enum ResultEnum {
/**
*
*/
TOKEN_INVALID = "A0230",
TOKEN_INVALID = 2,
}