redis prefix modify

This commit is contained in:
Gordon
2021-12-02 14:10:47 +08:00
parent 5cd1af5b48
commit e6b5819099
3 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -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"] = ""