This commit is contained in:
richboo111
2024-01-19 16:54:04 +08:00
parent 8d2b0ae15e
commit de05bff5a3
2 changed files with 32 additions and 5 deletions

View File

@@ -49,8 +49,10 @@ type UserRelInfo struct {
var (
rdb = api.Cacher
VendorIDMT = 1 //im美团
VendorIDELM = 3 //im饿了么
VendorIDMT = 1 //im美团
VendorIDELM = 3 //im饿了么
VendorIDJX = 3 //im京西
SendTypeJx = "jx" //京西客户端发送方标识
SendTypeMt = "mt" //美团用户发送方标识符
SendTypeElm = "elm" //饿了么用户发送方标识符