This commit is contained in:
richboo111
2022-11-22 15:27:12 +08:00
parent 4da648901d
commit e8ff0beaa2

View File

@@ -1520,7 +1520,7 @@ func (c *StoreController) GetDDScope() {
func (c *StoreController) CreateDDStoreFence() {
c.callCreateDDStoreFence(func(params *tStoreCreateDDStoreFenceParams) (retVal interface{}, errCode string, err error) {
globals.SugarLogger.Debugf("进入callCreateDDStoreFence")
payload := make(map[string]string)
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 {