This commit is contained in:
邹宗楠
2023-09-06 15:09:09 +08:00
parent b5eb42f6a3
commit 805df01d42

View File

@@ -367,7 +367,7 @@ func (c *CmsController) GetVendorOrgCodeInfo() {
// @Param sLat query int true "商家纬度"
// @Param uLng query int true "用户经度"
// @Param uLat query int true "用户纬度"
// @Param orderId query string true "订单id"
// @Param orderId query string false "订单id"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /GetSToURidingDistance [get]