This commit is contained in:
邹宗楠
2025-12-19 14:29:10 +08:00
parent 51eac765f8
commit 995e1542f0

View File

@@ -7,7 +7,6 @@ import (
"encoding/json"
"errors"
"fmt"
"git.rosy.net.cn/jx-callback/globals"
"net/http"
"reflect"
"sort"
@@ -196,7 +195,6 @@ func (a *API) AccessAPI2(apiStr string, jdParams map[string]interface{}, traceIn
userGet = false
}
params["jd_param_json"] = jdParamStr
globals.SugarLogger.Debugf("------paramas := %s", utils.Format4Output(params, false))
err = platformapi.AccessPlatformAPIWithRetry(a.client,
func() *http.Request {
params["timestamp"] = utils.GetCurTimeStr()