From 674d8d067db5e40aef6343d6a5c6c12d9e8d8791 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Mon, 8 Jan 2024 09:50:51 +0800 Subject: [PATCH] 1 --- platformapi/sfps2/callback.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/sfps2/callback.go b/platformapi/sfps2/callback.go index f7bc65b9..9617a96a 100644 --- a/platformapi/sfps2/callback.go +++ b/platformapi/sfps2/callback.go @@ -146,7 +146,7 @@ func (a *API) GetCallbackUrlIndex(request *http.Request) (map[string]interface{} if err = json.Unmarshal(data, &temp); err == nil { urlIndex = temp["url_index"].(string) } - + globals.SugarLogger.Debugf("sfsfsf test data=%s,urlIndex=%s", utils.Format4Output(data, false), urlIndex) result := make(map[string]interface{}, 0) switch urlIndex { case UrlIndexRiderStatus: