1
This commit is contained in:
parent
0f20c3e39c
commit
dce2265279
@ -107,7 +107,7 @@ func (this *player) GetAttachment(mails []common.Mail, c *gin.Context) {
|
|||||||
cbParamsStr := q5.EncodeJson(&cbParams)
|
cbParamsStr := q5.EncodeJson(&cbParams)
|
||||||
signStr := q5.Md5Str(cbParamsStr + mt.Table.Config.GetSecretKey() + q5.ToString(nowTime))
|
signStr := q5.Md5Str(cbParamsStr + mt.Table.Config.GetSecretKey() + q5.ToString(nowTime))
|
||||||
f5.GetHttpCliMgr().SendGoStyleJsonRspPost(
|
f5.GetHttpCliMgr().SendGoStyleJsonRspPost(
|
||||||
mt.Table.Config.GetGameApiUrl(),
|
mt.Table.Config.GetGameApiUrl() + "/webapp/index.php?",
|
||||||
map[string]string{
|
map[string]string{
|
||||||
"account_id": this.GetAccountId(),
|
"account_id": this.GetAccountId(),
|
||||||
"session_id": this.GetSessionId(),
|
"session_id": this.GetSessionId(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user