联调接口

This commit is contained in:
xuli3099
2025-08-12 13:43:21 +08:00
parent 74596473ab
commit f5717959ae
15 changed files with 293 additions and 114 deletions

View File

@@ -1,2 +1,8 @@
export const TOKEN_KEY = 'token';
export const AGREEWELCOME_KEY="agreewelcome"
export const AGREEWELCOME_KEY="agreewelcome";
// clientId 默认写2
export const CLIENT_ID=2;
// #区分内外网 //1-内网2-外网
export const NETWORK_ENV=1;