This commit is contained in:
richboo111
2024-01-08 09:50:51 +08:00
parent cad86e7f4e
commit 674d8d067d

View File

@@ -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: