优化接口请求

This commit is contained in:
duan
2025-02-12 10:51:18 +08:00
parent a599adc63e
commit 90be0d21b2
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ export const enum ResultEnum {
/**
* 成功
*/
SUCCESS = "00000",
SUCCESS = 200,
/**
* 错误
*/