Yin Bin há 4 meses atrás
pai
commit
e41c2c4612

+ 0 - 4
.scribe/.filehashes

@@ -1,4 +0,0 @@
-# GENERATED. YOU SHOULDN'T MODIFY OR DELETE THIS FILE.
-# Scribe uses this file to know when you change something manually in your docs.
-.scribe/intro.md=1acf2f617f526e06067ddf1283e86f54
-.scribe/auth.md=281aef6ee09869b8a198579af7b0de3f

+ 0 - 7
.scribe/auth.md

@@ -1,7 +0,0 @@
-# Authenticating requests
-
-To authenticate requests, include an **`Authorization`** header with the value **`"Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da"`**.
-
-All authenticated endpoints are marked with a `requires authentication` badge in the documentation below.
-
-通过登录接口获取 token,格式为 Bearer {token}

+ 0 - 490
.scribe/endpoints.cache/00.yaml

@@ -1,490 +0,0 @@
-## Autogenerated by Scribe. DO NOT MODIFY.
-
-name: Endpoints
-description: ''
-endpoints:
-  -
-    httpMethods:
-      - GET
-    uri: 'api/scribe/update-token/{mobile}'
-    metadata:
-      groupName: Endpoints
-      groupDescription: ''
-      subgroup: ''
-      subgroupDescription: ''
-      title: 更新API文档的认证Token
-      description: 通过手机号获取验证码并登录,然后更新API文档的认证Token
-      authenticated: true
-      custom: []
-    headers:
-      Authorization: 'Bearer 73|IDwAPnHAr3C4T1SFTEGui2DmXcffBFEFZT8U1fNLae87fdc5'
-    urlParameters:
-      mobile:
-        name: mobile
-        description: 手机号码.
-        required: true
-        example: '13800138000'
-        type: string
-        enumValues: []
-        exampleWasSpecified: true
-        nullable: false
-        custom: []
-    cleanUrlParameters:
-      mobile: '13800138000'
-    queryParameters: []
-    cleanQueryParameters: []
-    bodyParameters: []
-    cleanBodyParameters: []
-    fileParameters: []
-    responses:
-      -
-        status: 200
-        content: |-
-          {
-            "code": 200,
-            "message": "Token更新成功",
-            "data": {
-              "token": "your_new_token_here"
-            }
-          }
-        headers: []
-        description: ''
-        custom: []
-    responseFields: []
-    auth:
-      - headers
-      - Authorization
-      - 'Bearer Bearer {YOUR_AUTH_KEY}'
-    controller: null
-    method: null
-    route: null
-    custom: []
-  -
-    httpMethods:
-      - POST
-    uri: api/account/send-code
-    metadata:
-      groupName: Endpoints
-      groupDescription: ''
-      subgroup: ''
-      subgroupDescription: ''
-      title: '[账户管理] 发送验证码'
-      description: 向指定手机号发送验证码
-      authenticated: true
-      custom: []
-    headers:
-      Authorization: 'Bearer 73|IDwAPnHAr3C4T1SFTEGui2DmXcffBFEFZT8U1fNLae87fdc5'
-      Content-Type: application/json
-    urlParameters: []
-    cleanUrlParameters: []
-    queryParameters: []
-    cleanQueryParameters: []
-    bodyParameters:
-      mobile:
-        name: mobile
-        description: 手机号码.
-        required: true
-        example: '13800138000'
-        type: string
-        enumValues: []
-        exampleWasSpecified: true
-        nullable: false
-        custom: []
-    cleanBodyParameters:
-      mobile: '13800138000'
-    fileParameters: []
-    responses:
-      -
-        status: 200
-        content: |-
-          {
-            "code": 200,
-            "message": "验证码发送成功",
-            "data": null
-          }
-        headers: []
-        description: ''
-        custom: []
-    responseFields: []
-    auth:
-      - headers
-      - Authorization
-      - 'Bearer Bearer {YOUR_AUTH_KEY}'
-    controller: null
-    method: null
-    route: null
-    custom: []
-  -
-    httpMethods:
-      - POST
-    uri: api/account/login
-    metadata:
-      groupName: Endpoints
-      groupDescription: ''
-      subgroup: ''
-      subgroupDescription: ''
-      title: '[账户管理] 用户登录'
-      description: 使用手机号和验证码登录账户
-      authenticated: true
-      custom: []
-    headers:
-      Authorization: 'Bearer 73|IDwAPnHAr3C4T1SFTEGui2DmXcffBFEFZT8U1fNLae87fdc5'
-      Content-Type: application/json
-    urlParameters: []
-    cleanUrlParameters: []
-    queryParameters: []
-    cleanQueryParameters: []
-    bodyParameters:
-      mobile:
-        name: mobile
-        description: 手机号码.
-        required: true
-        example: '13800138000'
-        type: string
-        enumValues: []
-        exampleWasSpecified: true
-        nullable: false
-        custom: []
-      code:
-        name: code
-        description: 验证码.
-        required: true
-        example: '123456'
-        type: string
-        enumValues: []
-        exampleWasSpecified: true
-        nullable: false
-        custom: []
-    cleanBodyParameters:
-      mobile: '13800138000'
-      code: '123456'
-    fileParameters: []
-    responses:
-      -
-        status: 200
-        content: |-
-          {
-            "code": 200,
-            "message": "登录成功",
-            "data": {
-              "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9...",
-              "user": {
-                "id": 1,
-                "mobile": "13800138000",
-                "nickname": "用户昵称"
-              }
-            }
-          }
-        headers: []
-        description: ''
-        custom: []
-    responseFields: []
-    auth:
-      - headers
-      - Authorization
-      - 'Bearer Bearer {YOUR_AUTH_KEY}'
-    controller: null
-    method: null
-    route: null
-    custom: []
-  -
-    httpMethods:
-      - POST
-    uri: api/account/wx-login
-    metadata:
-      groupName: Endpoints
-      groupDescription: ''
-      subgroup: ''
-      subgroupDescription: ''
-      title: '[账户管理] 微信登录'
-      description: 使用微信openid登录账户
-      authenticated: true
-      custom: []
-    headers:
-      Authorization: 'Bearer 73|IDwAPnHAr3C4T1SFTEGui2DmXcffBFEFZT8U1fNLae87fdc5'
-      Content-Type: application/json
-    urlParameters: []
-    cleanUrlParameters: []
-    queryParameters: []
-    cleanQueryParameters: []
-    bodyParameters:
-      openid:
-        name: openid
-        description: 微信openid.
-        required: true
-        example: wx_123456789
-        type: string
-        enumValues: []
-        exampleWasSpecified: true
-        nullable: false
-        custom: []
-    cleanBodyParameters:
-      openid: wx_123456789
-    fileParameters: []
-    responses:
-      -
-        status: 200
-        content: |-
-          {
-            "code": 200,
-            "message": "登录成功",
-            "data": {
-              "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9...",
-              "user": {
-                "id": 1,
-                "openid": "wx_123456789",
-                "nickname": "微信昵称"
-              }
-            }
-          }
-        headers: []
-        description: ''
-        custom: []
-    responseFields: []
-    auth:
-      - headers
-      - Authorization
-      - 'Bearer Bearer {YOUR_AUTH_KEY}'
-    controller: null
-    method: null
-    route: null
-    custom: []
-  -
-    httpMethods:
-      - POST
-    uri: api/account/logout
-    metadata:
-      groupName: Endpoints
-      groupDescription: ''
-      subgroup: ''
-      subgroupDescription: ''
-      title: '[账户管理] 用户退出'
-      description: 退出当前账户登录状态
-      authenticated: true
-      custom: []
-    headers:
-      Authorization: 'Bearer 73|IDwAPnHAr3C4T1SFTEGui2DmXcffBFEFZT8U1fNLae87fdc5'
-    urlParameters: []
-    cleanUrlParameters: []
-    queryParameters: []
-    cleanQueryParameters: []
-    bodyParameters: []
-    cleanBodyParameters: []
-    fileParameters: []
-    responses:
-      -
-        status: 200
-        content: |-
-          {
-            "code": 200,
-            "message": "退出成功",
-            "data": null
-          }
-        headers: []
-        description: ''
-        custom: []
-    responseFields: []
-    auth:
-      - headers
-      - Authorization
-      - 'Bearer Bearer {YOUR_AUTH_KEY}'
-    controller: null
-    method: null
-    route: null
-    custom: []
-  -
-    httpMethods:
-      - DELETE
-    uri: api/account
-    metadata:
-      groupName: Endpoints
-      groupDescription: ''
-      subgroup: ''
-      subgroupDescription: ''
-      title: '[账户管理] 用户注销'
-      description: 永久注销当前账户
-      authenticated: true
-      custom: []
-    headers:
-      Authorization: 'Bearer 73|IDwAPnHAr3C4T1SFTEGui2DmXcffBFEFZT8U1fNLae87fdc5'
-    urlParameters: []
-    cleanUrlParameters: []
-    queryParameters: []
-    cleanQueryParameters: []
-    bodyParameters: []
-    cleanBodyParameters: []
-    fileParameters: []
-    responses:
-      -
-        status: 200
-        content: |-
-          {
-            "code": 200,
-            "message": "注销成功",
-            "data": null
-          }
-        headers: []
-        description: ''
-        custom: []
-    responseFields: []
-    auth:
-      - headers
-      - Authorization
-      - 'Bearer Bearer {YOUR_AUTH_KEY}'
-    controller: null
-    method: null
-    route: null
-    custom: []
-  -
-    httpMethods:
-      - POST
-    uri: api/user/withdraw
-    metadata:
-      groupName: Endpoints
-      groupDescription: ''
-      subgroup: ''
-      subgroupDescription: ''
-      title: '[用户管理] 用户提现'
-      description: 提现用户的余额
-      authenticated: true
-      custom: []
-    headers:
-      Authorization: 'Bearer 73|IDwAPnHAr3C4T1SFTEGui2DmXcffBFEFZT8U1fNLae87fdc5'
-      Content-Type: application/json
-    urlParameters: []
-    cleanUrlParameters: []
-    queryParameters: []
-    cleanQueryParameters: []
-    bodyParameters:
-      amount:
-        name: amount
-        description: 提现金额.
-        required: false
-        example: '100.00'
-        type: decimal
-        enumValues: []
-        exampleWasSpecified: true
-        nullable: false
-        custom: []
-    cleanBodyParameters:
-      amount: '100.00'
-    fileParameters: []
-    responses:
-      -
-        status: 200
-        content: |-
-          {
-            "code": 200,
-            "message": "提现成功",
-            "data": null
-          }
-        headers: []
-        description: ''
-        custom: []
-    responseFields: []
-    auth:
-      - headers
-      - Authorization
-      - 'Bearer Bearer {YOUR_AUTH_KEY}'
-    controller: null
-    method: null
-    route: null
-    custom: []
-  -
-    httpMethods:
-      - POST
-    uri: api/user/feedback
-    metadata:
-      groupName: Endpoints
-      groupDescription: ''
-      subgroup: ''
-      subgroupDescription: ''
-      title: '[用户管理] 用户反馈'
-      description: 提交用户的反馈信息
-      authenticated: true
-      custom: []
-    headers:
-      Authorization: 'Bearer 73|IDwAPnHAr3C4T1SFTEGui2DmXcffBFEFZT8U1fNLae87fdc5'
-      Content-Type: application/json
-    urlParameters: []
-    cleanUrlParameters: []
-    queryParameters: []
-    cleanQueryParameters: []
-    bodyParameters:
-      content:
-        name: content
-        description: 反馈内容.
-        required: false
-        example: 这是一个反馈信息
-        type: string
-        enumValues: []
-        exampleWasSpecified: true
-        nullable: false
-        custom: []
-    cleanBodyParameters:
-      content: 这是一个反馈信息
-    fileParameters: []
-    responses:
-      -
-        status: 200
-        content: |-
-          {
-            "code": 200,
-            "message": "提交成功",
-            "data": null
-          }
-        headers: []
-        description: ''
-        custom: []
-    responseFields: []
-    auth:
-      - headers
-      - Authorization
-      - 'Bearer Bearer {YOUR_AUTH_KEY}'
-    controller: null
-    method: null
-    route: null
-    custom: []
-  -
-    httpMethods:
-      - POST
-    uri: api/user/apply-coach
-    metadata:
-      groupName: Endpoints
-      groupDescription: ''
-      subgroup: ''
-      subgroupDescription: ''
-      title: '[用户管理] 申请成为技师'
-      description: 申请成为技师
-      authenticated: true
-      custom: []
-    headers:
-      Authorization: 'Bearer 73|IDwAPnHAr3C4T1SFTEGui2DmXcffBFEFZT8U1fNLae87fdc5'
-    urlParameters: []
-    cleanUrlParameters: []
-    queryParameters: []
-    cleanQueryParameters: []
-    bodyParameters: []
-    cleanBodyParameters: []
-    fileParameters: []
-    responses:
-      -
-        status: 200
-        content: |-
-          {
-            "code": 200,
-            "message": "申请成功",
-            "data": null
-          }
-        headers: []
-        description: ''
-        custom: []
-    responseFields: []
-    auth:
-      - headers
-      - Authorization
-      - 'Bearer Bearer {YOUR_AUTH_KEY}'
-    controller: null
-    method: null
-    route: null
-    custom: []

+ 0 - 488
.scribe/endpoints/00.yaml

@@ -1,488 +0,0 @@
-name: Endpoints
-description: ''
-endpoints:
-  -
-    httpMethods:
-      - GET
-    uri: 'api/scribe/update-token/{mobile}'
-    metadata:
-      groupName: Endpoints
-      groupDescription: ''
-      subgroup: ''
-      subgroupDescription: ''
-      title: 更新API文档的认证Token
-      description: 通过手机号获取验证码并登录,然后更新API文档的认证Token
-      authenticated: true
-      custom: []
-    headers:
-      Authorization: 'Bearer 73|IDwAPnHAr3C4T1SFTEGui2DmXcffBFEFZT8U1fNLae87fdc5'
-    urlParameters:
-      mobile:
-        name: mobile
-        description: 手机号码.
-        required: true
-        example: '13800138000'
-        type: string
-        enumValues: []
-        exampleWasSpecified: true
-        nullable: false
-        custom: []
-    cleanUrlParameters:
-      mobile: '13800138000'
-    queryParameters: []
-    cleanQueryParameters: []
-    bodyParameters: []
-    cleanBodyParameters: []
-    fileParameters: []
-    responses:
-      -
-        status: 200
-        content: |-
-          {
-            "code": 200,
-            "message": "Token更新成功",
-            "data": {
-              "token": "your_new_token_here"
-            }
-          }
-        headers: []
-        description: ''
-        custom: []
-    responseFields: []
-    auth:
-      - headers
-      - Authorization
-      - 'Bearer Bearer {YOUR_AUTH_KEY}'
-    controller: null
-    method: null
-    route: null
-    custom: []
-  -
-    httpMethods:
-      - POST
-    uri: api/account/send-code
-    metadata:
-      groupName: Endpoints
-      groupDescription: ''
-      subgroup: ''
-      subgroupDescription: ''
-      title: '[账户管理] 发送验证码'
-      description: 向指定手机号发送验证码
-      authenticated: true
-      custom: []
-    headers:
-      Authorization: 'Bearer 73|IDwAPnHAr3C4T1SFTEGui2DmXcffBFEFZT8U1fNLae87fdc5'
-      Content-Type: application/json
-    urlParameters: []
-    cleanUrlParameters: []
-    queryParameters: []
-    cleanQueryParameters: []
-    bodyParameters:
-      mobile:
-        name: mobile
-        description: 手机号码.
-        required: true
-        example: '13800138000'
-        type: string
-        enumValues: []
-        exampleWasSpecified: true
-        nullable: false
-        custom: []
-    cleanBodyParameters:
-      mobile: '13800138000'
-    fileParameters: []
-    responses:
-      -
-        status: 200
-        content: |-
-          {
-            "code": 200,
-            "message": "验证码发送成功",
-            "data": null
-          }
-        headers: []
-        description: ''
-        custom: []
-    responseFields: []
-    auth:
-      - headers
-      - Authorization
-      - 'Bearer Bearer {YOUR_AUTH_KEY}'
-    controller: null
-    method: null
-    route: null
-    custom: []
-  -
-    httpMethods:
-      - POST
-    uri: api/account/login
-    metadata:
-      groupName: Endpoints
-      groupDescription: ''
-      subgroup: ''
-      subgroupDescription: ''
-      title: '[账户管理] 用户登录'
-      description: 使用手机号和验证码登录账户
-      authenticated: true
-      custom: []
-    headers:
-      Authorization: 'Bearer 73|IDwAPnHAr3C4T1SFTEGui2DmXcffBFEFZT8U1fNLae87fdc5'
-      Content-Type: application/json
-    urlParameters: []
-    cleanUrlParameters: []
-    queryParameters: []
-    cleanQueryParameters: []
-    bodyParameters:
-      mobile:
-        name: mobile
-        description: 手机号码.
-        required: true
-        example: '13800138000'
-        type: string
-        enumValues: []
-        exampleWasSpecified: true
-        nullable: false
-        custom: []
-      code:
-        name: code
-        description: 验证码.
-        required: true
-        example: '123456'
-        type: string
-        enumValues: []
-        exampleWasSpecified: true
-        nullable: false
-        custom: []
-    cleanBodyParameters:
-      mobile: '13800138000'
-      code: '123456'
-    fileParameters: []
-    responses:
-      -
-        status: 200
-        content: |-
-          {
-            "code": 200,
-            "message": "登录成功",
-            "data": {
-              "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9...",
-              "user": {
-                "id": 1,
-                "mobile": "13800138000",
-                "nickname": "用户昵称"
-              }
-            }
-          }
-        headers: []
-        description: ''
-        custom: []
-    responseFields: []
-    auth:
-      - headers
-      - Authorization
-      - 'Bearer Bearer {YOUR_AUTH_KEY}'
-    controller: null
-    method: null
-    route: null
-    custom: []
-  -
-    httpMethods:
-      - POST
-    uri: api/account/wx-login
-    metadata:
-      groupName: Endpoints
-      groupDescription: ''
-      subgroup: ''
-      subgroupDescription: ''
-      title: '[账户管理] 微信登录'
-      description: 使用微信openid登录账户
-      authenticated: true
-      custom: []
-    headers:
-      Authorization: 'Bearer 73|IDwAPnHAr3C4T1SFTEGui2DmXcffBFEFZT8U1fNLae87fdc5'
-      Content-Type: application/json
-    urlParameters: []
-    cleanUrlParameters: []
-    queryParameters: []
-    cleanQueryParameters: []
-    bodyParameters:
-      openid:
-        name: openid
-        description: 微信openid.
-        required: true
-        example: wx_123456789
-        type: string
-        enumValues: []
-        exampleWasSpecified: true
-        nullable: false
-        custom: []
-    cleanBodyParameters:
-      openid: wx_123456789
-    fileParameters: []
-    responses:
-      -
-        status: 200
-        content: |-
-          {
-            "code": 200,
-            "message": "登录成功",
-            "data": {
-              "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9...",
-              "user": {
-                "id": 1,
-                "openid": "wx_123456789",
-                "nickname": "微信昵称"
-              }
-            }
-          }
-        headers: []
-        description: ''
-        custom: []
-    responseFields: []
-    auth:
-      - headers
-      - Authorization
-      - 'Bearer Bearer {YOUR_AUTH_KEY}'
-    controller: null
-    method: null
-    route: null
-    custom: []
-  -
-    httpMethods:
-      - POST
-    uri: api/account/logout
-    metadata:
-      groupName: Endpoints
-      groupDescription: ''
-      subgroup: ''
-      subgroupDescription: ''
-      title: '[账户管理] 用户退出'
-      description: 退出当前账户登录状态
-      authenticated: true
-      custom: []
-    headers:
-      Authorization: 'Bearer 73|IDwAPnHAr3C4T1SFTEGui2DmXcffBFEFZT8U1fNLae87fdc5'
-    urlParameters: []
-    cleanUrlParameters: []
-    queryParameters: []
-    cleanQueryParameters: []
-    bodyParameters: []
-    cleanBodyParameters: []
-    fileParameters: []
-    responses:
-      -
-        status: 200
-        content: |-
-          {
-            "code": 200,
-            "message": "退出成功",
-            "data": null
-          }
-        headers: []
-        description: ''
-        custom: []
-    responseFields: []
-    auth:
-      - headers
-      - Authorization
-      - 'Bearer Bearer {YOUR_AUTH_KEY}'
-    controller: null
-    method: null
-    route: null
-    custom: []
-  -
-    httpMethods:
-      - DELETE
-    uri: api/account
-    metadata:
-      groupName: Endpoints
-      groupDescription: ''
-      subgroup: ''
-      subgroupDescription: ''
-      title: '[账户管理] 用户注销'
-      description: 永久注销当前账户
-      authenticated: true
-      custom: []
-    headers:
-      Authorization: 'Bearer 73|IDwAPnHAr3C4T1SFTEGui2DmXcffBFEFZT8U1fNLae87fdc5'
-    urlParameters: []
-    cleanUrlParameters: []
-    queryParameters: []
-    cleanQueryParameters: []
-    bodyParameters: []
-    cleanBodyParameters: []
-    fileParameters: []
-    responses:
-      -
-        status: 200
-        content: |-
-          {
-            "code": 200,
-            "message": "注销成功",
-            "data": null
-          }
-        headers: []
-        description: ''
-        custom: []
-    responseFields: []
-    auth:
-      - headers
-      - Authorization
-      - 'Bearer Bearer {YOUR_AUTH_KEY}'
-    controller: null
-    method: null
-    route: null
-    custom: []
-  -
-    httpMethods:
-      - POST
-    uri: api/user/withdraw
-    metadata:
-      groupName: Endpoints
-      groupDescription: ''
-      subgroup: ''
-      subgroupDescription: ''
-      title: '[用户管理] 用户提现'
-      description: 提现用户的余额
-      authenticated: true
-      custom: []
-    headers:
-      Authorization: 'Bearer 73|IDwAPnHAr3C4T1SFTEGui2DmXcffBFEFZT8U1fNLae87fdc5'
-      Content-Type: application/json
-    urlParameters: []
-    cleanUrlParameters: []
-    queryParameters: []
-    cleanQueryParameters: []
-    bodyParameters:
-      amount:
-        name: amount
-        description: 提现金额.
-        required: false
-        example: '100.00'
-        type: decimal
-        enumValues: []
-        exampleWasSpecified: true
-        nullable: false
-        custom: []
-    cleanBodyParameters:
-      amount: '100.00'
-    fileParameters: []
-    responses:
-      -
-        status: 200
-        content: |-
-          {
-            "code": 200,
-            "message": "提现成功",
-            "data": null
-          }
-        headers: []
-        description: ''
-        custom: []
-    responseFields: []
-    auth:
-      - headers
-      - Authorization
-      - 'Bearer Bearer {YOUR_AUTH_KEY}'
-    controller: null
-    method: null
-    route: null
-    custom: []
-  -
-    httpMethods:
-      - POST
-    uri: api/user/feedback
-    metadata:
-      groupName: Endpoints
-      groupDescription: ''
-      subgroup: ''
-      subgroupDescription: ''
-      title: '[用户管理] 用户反馈'
-      description: 提交用户的反馈信息
-      authenticated: true
-      custom: []
-    headers:
-      Authorization: 'Bearer 73|IDwAPnHAr3C4T1SFTEGui2DmXcffBFEFZT8U1fNLae87fdc5'
-      Content-Type: application/json
-    urlParameters: []
-    cleanUrlParameters: []
-    queryParameters: []
-    cleanQueryParameters: []
-    bodyParameters:
-      content:
-        name: content
-        description: 反馈内容.
-        required: false
-        example: 这是一个反馈信息
-        type: string
-        enumValues: []
-        exampleWasSpecified: true
-        nullable: false
-        custom: []
-    cleanBodyParameters:
-      content: 这是一个反馈信息
-    fileParameters: []
-    responses:
-      -
-        status: 200
-        content: |-
-          {
-            "code": 200,
-            "message": "提交成功",
-            "data": null
-          }
-        headers: []
-        description: ''
-        custom: []
-    responseFields: []
-    auth:
-      - headers
-      - Authorization
-      - 'Bearer Bearer {YOUR_AUTH_KEY}'
-    controller: null
-    method: null
-    route: null
-    custom: []
-  -
-    httpMethods:
-      - POST
-    uri: api/user/apply-coach
-    metadata:
-      groupName: Endpoints
-      groupDescription: ''
-      subgroup: ''
-      subgroupDescription: ''
-      title: '[用户管理] 申请成为技师'
-      description: 申请成为技师
-      authenticated: true
-      custom: []
-    headers:
-      Authorization: 'Bearer 73|IDwAPnHAr3C4T1SFTEGui2DmXcffBFEFZT8U1fNLae87fdc5'
-    urlParameters: []
-    cleanUrlParameters: []
-    queryParameters: []
-    cleanQueryParameters: []
-    bodyParameters: []
-    cleanBodyParameters: []
-    fileParameters: []
-    responses:
-      -
-        status: 200
-        content: |-
-          {
-            "code": 200,
-            "message": "申请成功",
-            "data": null
-          }
-        headers: []
-        description: ''
-        custom: []
-    responseFields: []
-    auth:
-      - headers
-      - Authorization
-      - 'Bearer Bearer {YOUR_AUTH_KEY}'
-    controller: null
-    method: null
-    route: null
-    custom: []

+ 0 - 53
.scribe/endpoints/custom.0.yaml

@@ -1,53 +0,0 @@
-# To include an endpoint that isn't a part of your Laravel app (or belongs to a vendor package),
-# you can define it in a custom.*.yaml file, like this one.
-# Each custom file should contain an array of endpoints. Here's an example:
-# See https://scribe.knuckles.wtf/laravel/documenting/custom-endpoints#extra-sorting-groups-in-custom-endpoint-files for more options
-
-#- httpMethods:
-#    - POST
-#  uri: api/doSomething/{param}
-#  metadata:
-#    groupName: The group the endpoint belongs to. Can be a new group or an existing group.
-#    groupDescription: A description for the group. You don't need to set this for every endpoint; once is enough.
-#    subgroup: You can add a subgroup, too.
-#    title: Do something
-#    description: 'This endpoint allows you to do something.'
-#    authenticated: false
-#  headers:
-#    Content-Type: application/json
-#    Accept: application/json
-#  urlParameters:
-#    param:
-#      name: param
-#      description: A URL param for no reason.
-#      required: true
-#      example: 2
-#      type: integer
-#  queryParameters:
-#    speed:
-#      name: speed
-#      description: How fast the thing should be done. Can be `slow` or `fast`.
-#      required: false
-#      example: fast
-#      type: string
-#  bodyParameters:
-#    something:
-#      name: something
-#      description: The things we should do.
-#      required: true
-#      example:
-#        - string 1
-#        - string 2
-#      type: 'string[]'
-#  responses:
-#    - status: 200
-#      description: 'When the thing was done smoothly.'
-#      content: # Your response content can be an object, an array, a string or empty.
-#         {
-#           "hey": "ho ho ho"
-#         }
-#  responseFields:
-#    hey:
-#      name: hey
-#      description: Who knows?
-#      type: string # This is optional

+ 0 - 12
.scribe/intro.md

@@ -1,12 +0,0 @@
-# Introduction
-
-Owl Admin API 接口文档
-
-<aside>
-    <strong>Base URL</strong>: <code>http://192.168.110.10</code>
-</aside>
-
-欢迎使用 Owl Admin API 文档。
-
-本文档提供了所有 API 接口的详细信息,包括请求参数、响应格式等。
-