data test

This commit is contained in:
richboo111
2022-11-22 16:45:44 +08:00
parent 68a69a69d0
commit 098bc064e8

View File

@@ -1521,6 +1521,7 @@ func (c *StoreController) CreateDDStoreFence() {
c.callCreateDDStoreFence(func(params *tStoreCreateDDStoreFenceParams) (retVal interface{}, errCode string, err error) {
globals.SugarLogger.Debugf("进入callCreateDDStoreFence")
payload := make(map[string][]tiktok_store.RelInfo)
globals.SugarLogger.Debugf("params.Payload===========%v", params.Payload)
if err := utils.UnmarshalUseNumber([]byte(params.Payload), &payload); err == nil {
globals.SugarLogger.Debugf("payload=============%v", payload)
retVal, err = cms.AssistCreateFence(payload)