This commit is contained in:
richboo111
2023-09-08 18:01:13 +08:00
parent e3e02f582d
commit 0f812893b5
2 changed files with 2 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ type SFPSController struct {
func (c *SFPSController) SfOrder() {
if c.Ctx.Input.Method() == http.MethodPost {
msg, callbackResponse := api.SfPsAPI.GetCallbackUrlIndex(c.Ctx.Request)
fmt.Printf("SfOrder callbackResponse=%s", utils.Format4Output(callbackResponse, false))
fmt.Printf("SfOrder msg=%s", utils.Format4Output(msg, false))
if callbackResponse.ErrorCode == -1 {
c.Data["data"] = -1
c.ServeJSON()