This commit is contained in:
aozhiwei 2024-02-14 09:01:39 +08:00
parent 0ed130b85c
commit 2e36e759a9

View File

@ -66,6 +66,8 @@ func mail_getAttachment(c *gin.Context) {
hum.UnLock()
apiUrl := mt.Table.Config.GetGameApiUrl()
params := make(map[string]string)
params["c"] = "Mail"
params["a"] = "getAttachment"
f5.GetHttpCliMgr().SyncSendGoStyleRequest(
apiUrl,
params,