Commit 423fe0a4 authored by 张晓林's avatar 张晓林

修改配送方式详情

parent 8ad5fd66
...@@ -54,6 +54,7 @@ class TransportMethodController extends BaseController{ ...@@ -54,6 +54,7 @@ class TransportMethodController extends BaseController{
* tags={"配送管理"}, * tags={"配送管理"},
* summary="获取配送方式详情(张晓林)", * summary="获取配送方式详情(张晓林)",
* description="获取配送方式详情", * description="获取配送方式详情",
* @OA\Parameter(name="GUID",in="query",description="配送方式GUID",@OA\Schema(type="int")),
* @OA\Response(response="200",description=" * @OA\Response(response="200",description="
* GUID:配送方式GUID, * GUID:配送方式GUID,
* CODE:配送方式CODE * CODE:配送方式CODE
......
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