Commit a126abcf authored by 郭勇志's avatar 郭勇志

zhushi

parent 9002d910
......@@ -86,18 +86,17 @@ class O2oDeliveryController extends BaseController
}
/**
* @OA\POST(
* @OA\PUT(
* path="/backend/web/v1/transport/o2o-deliveries/o2o-delivery-update",
* tags={"配送管理"},
* summary="O2O配送费详情更新(gyz)",
* description="O2O配送费详情更新",
* @OA\RequestBody(
* required=true,
* @OA\MediaType(
* mediaType="application/x-www-form-urlencoded",
* @OA\Schema(
* type="object",
* @OA\Property(property="GUID",required="true",description="列表接口返回的电子围栏设置GUID",type="string"),
* @OA\Property(property="GUID",description="列表接口返回的电子围栏设置GUID",type="string"),
* @OA\Property(property="REGION_TYPE",description="列表接口返回收费方式",type="int"),
* @OA\Property(property="DELIVERY_PRICE",description="区域运费",type="float"),
* @OA\Property(property="REGION_DISTR_DISTANCE",description="基础公里数",type="float"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment