mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-11 20:45:57 +08:00
redis prefix modify
This commit is contained in:
@@ -127,7 +127,7 @@ func OpenIMRegister(account string) (*http.Response, error) {
|
||||
params := make(map[string]interface{})
|
||||
|
||||
params["secret"] = config.Config.Secret
|
||||
params["platform"] = 7
|
||||
params["platform"] = 2
|
||||
params["uid"] = account
|
||||
params["name"] = account
|
||||
params["icon"] = ""
|
||||
|
||||
Reference in New Issue
Block a user