This commit is contained in:
richboo111
2024-01-10 15:48:49 +08:00
parent 8654977713
commit 8c7b3e2006

View File

@@ -473,7 +473,7 @@ func pushCallbackToGy(urlIndex string, msg interface{}) {
)
//param = changeToRaw(urlIndex, msg)
//globals.SugarLogger.Debugf("sfsfsf pushCallbackToGy param=%s", utils.Format4Output(param, false))
globals.SugarLogger.Debugf("pushCallbackToGy msg=%s", utils.Format4Output(msg, false))
b, _ := json.Marshal(msg)
//sign := api.SfPsAPI.SignParam(b)