This commit is contained in:
richboo111
2022-11-18 17:11:31 +08:00
parent 259c5d56d4
commit 3868439e81
2 changed files with 7 additions and 9 deletions

View File

@@ -1517,7 +1517,7 @@ func (c *StoreController) GetDDScope() {
// @router /CreateDDStoreFence [post]
func (c *StoreController) CreateDDStoreFence() {
c.callCreateDDStoreFence(func(params *tStoreCreateDDStoreFenceParams) (retVal interface{}, errCode string, err error) {
payload := make(map[string][]int64)
payload := make(map[string]map[int64]string)
if err = utils.UnmarshalUseNumber([]byte(params.Payload), &payload); err == nil {
retVal, err = cms.AssistCreateFence(payload)
}