客户端消息发送

This commit is contained in:
2023-09-25 19:15:47 +08:00
parent daa9c98598
commit 161631f6a0
22 changed files with 153 additions and 359 deletions

View File

@@ -0,0 +1,8 @@
export default class config{
static getImApiUrl(){
return process.env.NODE_ENV === 'development' ? 'http://127.0.0.1:28000/v1' :'http://www.shudong.xyz/shudong_api/';
}
static getImAppId(){
return 10000;
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long