This commit is contained in:
richboo111
2022-12-28 14:08:32 +08:00
parent 15a6c2be17
commit ddf29400ae
2 changed files with 2 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ func (t *TiktokController) CallbackTiktokOrderMsg() {
for k, v := range orderStatus {
for _, callback := range v {
globals.SugarLogger.Debugf("CallbackTiktokOrderMsg v======%s", utils.Format4Output(v, false))
resp2 := tiktok_store.OnOrderMsg(k, callback)
if resp2.Code != 0 {
t.Data["json"] = resp2