This commit is contained in:
richboo111
2022-11-22 14:52:55 +08:00
parent 96723b815c
commit e339d88d21
2 changed files with 14 additions and 0 deletions

View File

@@ -1522,6 +1522,7 @@ func (c *StoreController) CreateDDStoreFence() {
payload := make(map[string]map[string]string)
info := make(map[string]map[string]string)
if result, err := utils.Unmarshal2Map([]byte(params.Payload), &payload); err == nil {
globals.SugarLogger.Debugf("result===========%v", result)
for i, j := range result {
if temp, err := tiktok_store.ToMap(j); err != nil {
globals.SugarLogger.Debugf("tomap err==============%v", err)