This commit is contained in:
richboo111
2022-11-22 15:02:11 +08:00
parent e339d88d21
commit 2a4ad90394
2 changed files with 7 additions and 7 deletions

View File

@@ -1519,6 +1519,7 @@ func (c *StoreController) GetDDScope() {
// @router /CreateDDStoreFence [post]
func (c *StoreController) CreateDDStoreFence() {
c.callCreateDDStoreFence(func(params *tStoreCreateDDStoreFenceParams) (retVal interface{}, errCode string, err error) {
globals.SugarLogger.Debugf("进入callCreateDDStoreFence")
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 {