This commit is contained in:
richboo111
2022-11-22 15:32:19 +08:00
parent e8ff0beaa2
commit e25d2f5896

View File

@@ -1521,11 +1521,9 @@ func (c *StoreController) CreateDDStoreFence() {
c.callCreateDDStoreFence(func(params *tStoreCreateDDStoreFenceParams) (retVal interface{}, errCode string, err error) {
globals.SugarLogger.Debugf("进入callCreateDDStoreFence")
payload := make(map[string]interface{})
//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 err := utils.UnmarshalUseNumber([]byte(params.Payload), &payload); err == nil {
for i, j := range payload {
if temp, err := tiktok_store.ToMap(j); err != nil {
globals.SugarLogger.Debugf("tomap err==============%v", err)
return nil, "", err