美团配送差异
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
|
||||
})
|
||||
}
|
||||
|
||||
@@ -1971,6 +1971,15 @@ func init() {
|
||||
Filters: nil,
|
||||
Params: nil})
|
||||
|
||||
beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:StoreController"] = append(beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:StoreController"],
|
||||
beego.ControllerComments{
|
||||
Method: "GetDiffJxStoreAndMTWMStoreInfo",
|
||||
Router: `/GetDiffJxStoreAndMTWMStoreInfo`,
|
||||
AllowHTTPMethods: []string{"post"},
|
||||
MethodParams: param.Make(),
|
||||
Filters: nil,
|
||||
Params: nil})
|
||||
|
||||
beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:StoreController"] = append(beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:StoreController"],
|
||||
beego.ControllerComments{
|
||||
Method: "GetJdDeliveryArea",
|
||||
|
||||
Reference in New Issue
Block a user