weizong song 5 years ago
parent 9607b36799
commit 524c64af47

@ -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="通过openidencryptedDataiv获取手机号",
* summary="V2-通过openidencryptedDataiv获取手机号",
* 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"),

Loading…
Cancel
Save