Ver Fonte

chore: ignore .scribe directory

Yin Bin há 4 meses atrás
pai
commit
47b60f44b9
2 ficheiros alterados com 48 adições e 48 exclusões
  1. 1 1
      public/docs/collection.json
  2. 47 47
      public/docs/index.html

+ 1 - 1
public/docs/collection.json

@@ -10,7 +10,7 @@
     ],
     "info": {
         "name": "Owl Admin API Documentation",
-        "_postman_id": "84db852f-6cfe-45f4-a461-777a03e22b8d",
+        "_postman_id": "9d182033-bb87-44ee-b7db-f485e8888d1f",
         "description": "Owl Admin API \u63a5\u53e3\u6587\u6863",
         "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
     },

+ 47 - 47
public/docs/index.html

@@ -127,9 +127,9 @@
 <p>本文档提供了所有 API 接口的详细信息,包括请求参数、响应格式等。</p>
 
         <h1 id="authenticating-requests">Authenticating requests</h1>
-<p>To authenticate requests, include an <strong><code>Authorization</code></strong> header with the value <strong><code>"Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da"</code></strong>.</p>
+<p>To authenticate requests, include an <strong><code>Authorization</code></strong> header with the value <strong><code>"Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429"</code></strong>.</p>
 <p>All authenticated endpoints are marked with a <code>requires authentication</code> badge in the documentation below.</p>
-<p>通过登录接口获取 token,格式为 Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da{token}</p>
+<p>通过登录接口获取 token,格式为 Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429{token}</p>
 
         <h1 id="endpoints">Endpoints</h1>
 
@@ -150,7 +150,7 @@
 <div class="bash-example">
     <pre><code class="language-bash">curl --request GET \
     --get "http://192.168.110.10/api/scribe/update-token/13800138000" \
-    --header "Authorization: Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da"</code></pre></div>
+    --header "Authorization: Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429"</code></pre></div>
 
 
 <div class="javascript-example">
@@ -159,7 +159,7 @@
 );
 
 const headers = {
-    "Authorization": "Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da",
+    "Authorization": "Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429",
     "Accept": "application/json",
 };
 
@@ -176,7 +176,7 @@ $response = $client-&gt;get(
     $url,
     [
         'headers' =&gt; [
-            'Authorization' =&gt; 'Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da',
+            'Authorization' =&gt; 'Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429',
         ],
     ]
 );
@@ -253,10 +253,10 @@ You can check the Dev Tools console for debugging information.</code></pre>
  &nbsp;
                 <input type="text" style="display: none"
                               name="Authorization" class="auth-value"               data-endpoint="GETapi-scribe-update-token--mobile-"
-               value="Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da"
+               value="Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429"
                data-component="header">
     <br>
-<p>Example: <code>Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da</code></p>
+<p>Example: <code>Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429</code></p>
             </div>
                         <h4 class="fancy-heading-panel"><b>URL Parameters</b></h4>
                     <div style="padding-left: 28px; clear: unset;">
@@ -287,7 +287,7 @@ You can check the Dev Tools console for debugging information.</code></pre>
 <div class="bash-example">
     <pre><code class="language-bash">curl --request POST \
     "http://192.168.110.10/api/account/send-code" \
-    --header "Authorization: Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da" \
+    --header "Authorization: Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429" \
     --header "Content-Type: application/json" \
     --data "{
     \"mobile\": \"13800138000\"
@@ -301,7 +301,7 @@ You can check the Dev Tools console for debugging information.</code></pre>
 );
 
 const headers = {
-    "Authorization": "Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da",
+    "Authorization": "Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429",
     "Content-Type": "application/json",
     "Accept": "application/json",
 };
@@ -324,7 +324,7 @@ $response = $client-&gt;post(
     $url,
     [
         'headers' =&gt; [
-            'Authorization' =&gt; 'Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da',
+            'Authorization' =&gt; 'Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429',
             'Content-Type' =&gt; 'application/json',
         ],
         'json' =&gt; [
@@ -403,10 +403,10 @@ You can check the Dev Tools console for debugging information.</code></pre>
  &nbsp;
                 <input type="text" style="display: none"
                               name="Authorization" class="auth-value"               data-endpoint="POSTapi-account-send-code"
-               value="Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da"
+               value="Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429"
                data-component="header">
     <br>
-<p>Example: <code>Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da</code></p>
+<p>Example: <code>Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429</code></p>
             </div>
                                 <div style="padding-left: 28px; clear: unset;">
                 <b style="line-height: 2;"><code>Content-Type</code></b>&nbsp;&nbsp;
@@ -448,7 +448,7 @@ You can check the Dev Tools console for debugging information.</code></pre>
 <div class="bash-example">
     <pre><code class="language-bash">curl --request POST \
     "http://192.168.110.10/api/account/login" \
-    --header "Authorization: Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da" \
+    --header "Authorization: Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429" \
     --header "Content-Type: application/json" \
     --data "{
     \"mobile\": \"13800138000\",
@@ -463,7 +463,7 @@ You can check the Dev Tools console for debugging information.</code></pre>
 );
 
 const headers = {
-    "Authorization": "Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da",
+    "Authorization": "Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429",
     "Content-Type": "application/json",
     "Accept": "application/json",
 };
@@ -487,7 +487,7 @@ $response = $client-&gt;post(
     $url,
     [
         'headers' =&gt; [
-            'Authorization' =&gt; 'Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da',
+            'Authorization' =&gt; 'Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429',
             'Content-Type' =&gt; 'application/json',
         ],
         'json' =&gt; [
@@ -574,10 +574,10 @@ You can check the Dev Tools console for debugging information.</code></pre>
  &nbsp;
                 <input type="text" style="display: none"
                               name="Authorization" class="auth-value"               data-endpoint="POSTapi-account-login"
-               value="Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da"
+               value="Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429"
                data-component="header">
     <br>
-<p>Example: <code>Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da</code></p>
+<p>Example: <code>Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429</code></p>
             </div>
                                 <div style="padding-left: 28px; clear: unset;">
                 <b style="line-height: 2;"><code>Content-Type</code></b>&nbsp;&nbsp;
@@ -630,7 +630,7 @@ You can check the Dev Tools console for debugging information.</code></pre>
 <div class="bash-example">
     <pre><code class="language-bash">curl --request POST \
     "http://192.168.110.10/api/account/wx-login" \
-    --header "Authorization: Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da" \
+    --header "Authorization: Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429" \
     --header "Content-Type: application/json" \
     --data "{
     \"openid\": \"wx_123456789\"
@@ -644,7 +644,7 @@ You can check the Dev Tools console for debugging information.</code></pre>
 );
 
 const headers = {
-    "Authorization": "Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da",
+    "Authorization": "Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429",
     "Content-Type": "application/json",
     "Accept": "application/json",
 };
@@ -667,7 +667,7 @@ $response = $client-&gt;post(
     $url,
     [
         'headers' =&gt; [
-            'Authorization' =&gt; 'Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da',
+            'Authorization' =&gt; 'Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429',
             'Content-Type' =&gt; 'application/json',
         ],
         'json' =&gt; [
@@ -753,10 +753,10 @@ You can check the Dev Tools console for debugging information.</code></pre>
  &nbsp;
                 <input type="text" style="display: none"
                               name="Authorization" class="auth-value"               data-endpoint="POSTapi-account-wx-login"
-               value="Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da"
+               value="Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429"
                data-component="header">
     <br>
-<p>Example: <code>Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da</code></p>
+<p>Example: <code>Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429</code></p>
             </div>
                                 <div style="padding-left: 28px; clear: unset;">
                 <b style="line-height: 2;"><code>Content-Type</code></b>&nbsp;&nbsp;
@@ -798,7 +798,7 @@ You can check the Dev Tools console for debugging information.</code></pre>
 <div class="bash-example">
     <pre><code class="language-bash">curl --request POST \
     "http://192.168.110.10/api/account/logout" \
-    --header "Authorization: Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da"</code></pre></div>
+    --header "Authorization: Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429"</code></pre></div>
 
 
 <div class="javascript-example">
@@ -807,7 +807,7 @@ You can check the Dev Tools console for debugging information.</code></pre>
 );
 
 const headers = {
-    "Authorization": "Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da",
+    "Authorization": "Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429",
     "Accept": "application/json",
 };
 
@@ -824,7 +824,7 @@ $response = $client-&gt;post(
     $url,
     [
         'headers' =&gt; [
-            'Authorization' =&gt; 'Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da',
+            'Authorization' =&gt; 'Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429',
         ],
     ]
 );
@@ -899,10 +899,10 @@ You can check the Dev Tools console for debugging information.</code></pre>
  &nbsp;
                 <input type="text" style="display: none"
                               name="Authorization" class="auth-value"               data-endpoint="POSTapi-account-logout"
-               value="Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da"
+               value="Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429"
                data-component="header">
     <br>
-<p>Example: <code>Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da</code></p>
+<p>Example: <code>Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429</code></p>
             </div>
                         </form>
 
@@ -921,7 +921,7 @@ You can check the Dev Tools console for debugging information.</code></pre>
 <div class="bash-example">
     <pre><code class="language-bash">curl --request DELETE \
     "http://192.168.110.10/api/account" \
-    --header "Authorization: Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da"</code></pre></div>
+    --header "Authorization: Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429"</code></pre></div>
 
 
 <div class="javascript-example">
@@ -930,7 +930,7 @@ You can check the Dev Tools console for debugging information.</code></pre>
 );
 
 const headers = {
-    "Authorization": "Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da",
+    "Authorization": "Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429",
     "Accept": "application/json",
 };
 
@@ -947,7 +947,7 @@ $response = $client-&gt;delete(
     $url,
     [
         'headers' =&gt; [
-            'Authorization' =&gt; 'Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da',
+            'Authorization' =&gt; 'Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429',
         ],
     ]
 );
@@ -1022,10 +1022,10 @@ You can check the Dev Tools console for debugging information.</code></pre>
  &nbsp;
                 <input type="text" style="display: none"
                               name="Authorization" class="auth-value"               data-endpoint="DELETEapi-account"
-               value="Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da"
+               value="Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429"
                data-component="header">
     <br>
-<p>Example: <code>Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da</code></p>
+<p>Example: <code>Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429</code></p>
             </div>
                         </form>
 
@@ -1044,7 +1044,7 @@ You can check the Dev Tools console for debugging information.</code></pre>
 <div class="bash-example">
     <pre><code class="language-bash">curl --request POST \
     "http://192.168.110.10/api/user/withdraw" \
-    --header "Authorization: Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da" \
+    --header "Authorization: Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429" \
     --header "Content-Type: application/json" \
     --data "{
     \"amount\": \"100.00\"
@@ -1058,7 +1058,7 @@ You can check the Dev Tools console for debugging information.</code></pre>
 );
 
 const headers = {
-    "Authorization": "Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da",
+    "Authorization": "Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429",
     "Content-Type": "application/json",
     "Accept": "application/json",
 };
@@ -1081,7 +1081,7 @@ $response = $client-&gt;post(
     $url,
     [
         'headers' =&gt; [
-            'Authorization' =&gt; 'Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da',
+            'Authorization' =&gt; 'Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429',
             'Content-Type' =&gt; 'application/json',
         ],
         'json' =&gt; [
@@ -1160,10 +1160,10 @@ You can check the Dev Tools console for debugging information.</code></pre>
  &nbsp;
                 <input type="text" style="display: none"
                               name="Authorization" class="auth-value"               data-endpoint="POSTapi-user-withdraw"
-               value="Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da"
+               value="Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429"
                data-component="header">
     <br>
-<p>Example: <code>Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da</code></p>
+<p>Example: <code>Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429</code></p>
             </div>
                                 <div style="padding-left: 28px; clear: unset;">
                 <b style="line-height: 2;"><code>Content-Type</code></b>&nbsp;&nbsp;
@@ -1205,7 +1205,7 @@ You can check the Dev Tools console for debugging information.</code></pre>
 <div class="bash-example">
     <pre><code class="language-bash">curl --request POST \
     "http://192.168.110.10/api/user/feedback" \
-    --header "Authorization: Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da" \
+    --header "Authorization: Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429" \
     --header "Content-Type: application/json" \
     --data "{
     \"content\": \"这是一个反馈信息\"
@@ -1219,7 +1219,7 @@ You can check the Dev Tools console for debugging information.</code></pre>
 );
 
 const headers = {
-    "Authorization": "Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da",
+    "Authorization": "Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429",
     "Content-Type": "application/json",
     "Accept": "application/json",
 };
@@ -1242,7 +1242,7 @@ $response = $client-&gt;post(
     $url,
     [
         'headers' =&gt; [
-            'Authorization' =&gt; 'Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da',
+            'Authorization' =&gt; 'Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429',
             'Content-Type' =&gt; 'application/json',
         ],
         'json' =&gt; [
@@ -1321,10 +1321,10 @@ You can check the Dev Tools console for debugging information.</code></pre>
  &nbsp;
                 <input type="text" style="display: none"
                               name="Authorization" class="auth-value"               data-endpoint="POSTapi-user-feedback"
-               value="Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da"
+               value="Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429"
                data-component="header">
     <br>
-<p>Example: <code>Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da</code></p>
+<p>Example: <code>Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429</code></p>
             </div>
                                 <div style="padding-left: 28px; clear: unset;">
                 <b style="line-height: 2;"><code>Content-Type</code></b>&nbsp;&nbsp;
@@ -1366,7 +1366,7 @@ You can check the Dev Tools console for debugging information.</code></pre>
 <div class="bash-example">
     <pre><code class="language-bash">curl --request POST \
     "http://192.168.110.10/api/user/apply-coach" \
-    --header "Authorization: Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da"</code></pre></div>
+    --header "Authorization: Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429"</code></pre></div>
 
 
 <div class="javascript-example">
@@ -1375,7 +1375,7 @@ You can check the Dev Tools console for debugging information.</code></pre>
 );
 
 const headers = {
-    "Authorization": "Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da",
+    "Authorization": "Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429",
     "Accept": "application/json",
 };
 
@@ -1392,7 +1392,7 @@ $response = $client-&gt;post(
     $url,
     [
         'headers' =&gt; [
-            'Authorization' =&gt; 'Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da',
+            'Authorization' =&gt; 'Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429',
         ],
     ]
 );
@@ -1467,10 +1467,10 @@ You can check the Dev Tools console for debugging information.</code></pre>
  &nbsp;
                 <input type="text" style="display: none"
                               name="Authorization" class="auth-value"               data-endpoint="POSTapi-user-apply-coach"
-               value="Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da"
+               value="Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429"
                data-component="header">
     <br>
-<p>Example: <code>Bearer 74|lKK4nKid8LL7stmlHWwckYd5lHy4a4KzkrORoIgq946e05da</code></p>
+<p>Example: <code>Bearer 75|tq88hRcRSJ8qGyktGyCq3OugOjV4lPZjmfZtzCku99737429</code></p>
             </div>
                         </form>