...
|
...
|
@@ -487,9 +487,9 @@ func CompaniesLogin(header *protocol.RequestHeader, request *protocolx.CenterCom |
|
|
//rsp.CsAccountID = fmt.Sprintf("%v", imInfo.CustomerImId)
|
|
|
//rsp.ImToken = imInfo.ImToken
|
|
|
//rsp.Accid, _ = strconv.Atoi(imInfo.ImId)
|
|
|
rsp.CsAccountID = ""
|
|
|
rsp.ImToken = ""
|
|
|
rsp.Accid = 1
|
|
|
rsp.CsAccountID = "3129687690100739"
|
|
|
rsp.ImToken = "d31efb292166d07a3cd9f6693b7601ab"
|
|
|
rsp.Accid = 3722917312790528
|
|
|
rsp.Phone = request.Phone
|
|
|
rsp.Credentials, _ = utils.GenerateToken(int64(phoneId), request.Phone, protocol.RefreshTokenExipre*time.Second)
|
|
|
|
...
|
...
|
|