From 805df01d425ec5df0d9abd2bbeeb37349821fa67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 6 Sep 2023 15:09:09 +0800 Subject: [PATCH] 1 --- controllers/cms.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/cms.go b/controllers/cms.go index 0d676f58c..5a7709108 100644 --- a/controllers/cms.go +++ b/controllers/cms.go @@ -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]