This commit is contained in:
邹宗楠
2025-12-10 10:55:50 +08:00
parent ee4b2859bb
commit ad4ad6bbf8
8 changed files with 243 additions and 10 deletions

View File

@@ -195,7 +195,6 @@ func (a *API) AccessAPI2(apiStr string, jdParams map[string]interface{}, traceIn
userGet = false
}
params["jd_param_json"] = jdParamStr
err = platformapi.AccessPlatformAPIWithRetry(a.client,
func() *http.Request {
params["timestamp"] = utils.GetCurTimeStr()