This commit is contained in:
aozhiwei 2024-06-05 19:26:08 +08:00
parent 0f20c3e39c
commit dce2265279

View File

@ -107,7 +107,7 @@ func (this *player) GetAttachment(mails []common.Mail, c *gin.Context) {
cbParamsStr := q5.EncodeJson(&cbParams)
signStr := q5.Md5Str(cbParamsStr + mt.Table.Config.GetSecretKey() + q5.ToString(nowTime))
f5.GetHttpCliMgr().SendGoStyleJsonRspPost(
mt.Table.Config.GetGameApiUrl(),
mt.Table.Config.GetGameApiUrl() + "/webapp/index.php?",
map[string]string{
"account_id": this.GetAccountId(),
"session_id": this.GetSessionId(),