tomap
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user