This commit is contained in:
gazebo
2019-01-23 12:01:40 +08:00
parent 97407eb339
commit 083c837a78

View File

@@ -299,6 +299,7 @@ func (c *StoreController) DeleteStoreCourierMap() {
// @router /RefreshMissingDadaStores [put]
func (c *StoreController) RefreshMissingDadaStores() {
c.callRefreshMissingDadaStores(func(params *tStoreRefreshMissingDadaStoresParams) (retVal interface{}, errCode string, err error) {
retVal, err = cms.RefreshMissingDadaStores(params.Ctx, params.IsAsync, params.IsContinueWhenError)
return retVal, "", err
})
}