京东刷新结算价

This commit is contained in:
苏尹岚
2020-09-29 09:27:59 +08:00
parent 2540aa7b5c
commit 5474654012
3 changed files with 58 additions and 11 deletions

View File

@@ -903,3 +903,14 @@ func (c *StoreController) StoreAudit() {
return retVal, "", err
})
}
// @Title 比较美团配送门店信息
// @Description 比较美团配送门店信息
// @Param token header string true "认证token"
// @Param storeIDs formData string true "门店ids"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /GetDiffJxStoreAndMTWMStoreInfo [post]
func (c *StoreController) GetDiffJxStoreAndMTWMStoreInfo() {
}