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