美团配送差异
This commit is contained in:
@@ -912,5 +912,11 @@ func (c *StoreController) StoreAudit() {
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /GetDiffJxStoreAndMTWMStoreInfo [post]
|
||||
func (c *StoreController) GetDiffJxStoreAndMTWMStoreInfo() {
|
||||
|
||||
c.callGetDiffJxStoreAndMTWMStoreInfo(func(params *tStoreGetDiffJxStoreAndMTWMStoreInfoParams) (retVal interface{}, errCode string, err error) {
|
||||
var storeIDs []int
|
||||
if err = utils.UnmarshalUseNumber([]byte(params.StoreIDs), &storeIDs); err == nil {
|
||||
err = cms.GetDiffJxStoreAndMTWMStoreInfo(params.Ctx, storeIDs)
|
||||
}
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user