From 524c64af4725b02489958a5f7d21d922f5b1cab4 Mon Sep 17 00:00:00 2001 From: weizong song Date: Sun, 7 Mar 2021 11:33:23 +0800 Subject: [PATCH] up --- app/Http/Controllers/Customer/AuthController.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Http/Controllers/Customer/AuthController.php b/app/Http/Controllers/Customer/AuthController.php index 487240a..0ad69d1 100644 --- a/app/Http/Controllers/Customer/AuthController.php +++ b/app/Http/Controllers/Customer/AuthController.php @@ -77,7 +77,7 @@ class AuthController extends Controller /** * @OA\Post( * path="/customer/login-by-code", - * summary="通过微信端获取的code进行登录", + * summary="V2-通过微信端获取的code进行登录", * description="", * @OA\Parameter(name="code", in="query", @OA\Schema(type="string"), required=true, description="code"), * @OA\Response( @@ -116,7 +116,7 @@ class AuthController extends Controller /** * @OA\Post( * path="/customer/me", - * summary="通过token换取个人信息", + * summary="V2-通过token换取个人信息", * description="", * @OA\Parameter(name="token", in="query", @OA\Schema(type="string"), required=true, description="token"), * @OA\Response( @@ -188,7 +188,7 @@ class AuthController extends Controller /** * @OA\Post( * path="/customer/get-phone-by-openid", - * summary="通过openid,encryptedData,iv获取手机号", + * summary="V2-通过openid,encryptedData,iv获取手机号", * description="", * @OA\Parameter(name="openid", in="query", @OA\Schema(type="string"), required=true, description="openid"), * @OA\Parameter(name="iv", in="query", @OA\Schema(type="string"), required=true, description="iv"),