|
@@ -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 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d"</code></strong>.</p>
|
|
|
+<p>To authenticate requests, include an <strong><code>Authorization</code></strong> header with the value <strong><code>"Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c"</code></strong>.</p>
|
|
|
<p>All authenticated endpoints are marked with a <code>requires authentication</code> badge in the documentation below.</p>
|
|
|
-<p>通过登录接口获取 token,格式为 Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d{token}</p>
|
|
|
+<p>通过登录接口获取 token,格式为 Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c{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 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d"</code></pre></div>
|
|
|
+ --header "Authorization: Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c"</code></pre></div>
|
|
|
|
|
|
|
|
|
<div class="javascript-example">
|
|
@@ -159,7 +159,7 @@
|
|
|
);
|
|
|
|
|
|
const headers = {
|
|
|
- "Authorization": "Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d",
|
|
|
+ "Authorization": "Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c",
|
|
|
"Accept": "application/json",
|
|
|
};
|
|
|
|
|
@@ -176,7 +176,7 @@ $response = $client->get(
|
|
|
$url,
|
|
|
[
|
|
|
'headers' => [
|
|
|
- 'Authorization' => 'Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d',
|
|
|
+ 'Authorization' => 'Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c',
|
|
|
],
|
|
|
]
|
|
|
);
|
|
@@ -253,10 +253,10 @@ You can check the Dev Tools console for debugging information.</code></pre>
|
|
|
|
|
|
<input type="text" style="display: none"
|
|
|
name="Authorization" class="auth-value" data-endpoint="GETapi-scribe-update-token--mobile-"
|
|
|
- value="Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d"
|
|
|
+ value="Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c"
|
|
|
data-component="header">
|
|
|
<br>
|
|
|
-<p>Example: <code>Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d</code></p>
|
|
|
+<p>Example: <code>Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c</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 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d" \
|
|
|
+ --header "Authorization: Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c" \
|
|
|
--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 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d",
|
|
|
+ "Authorization": "Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c",
|
|
|
"Content-Type": "application/json",
|
|
|
"Accept": "application/json",
|
|
|
};
|
|
@@ -324,7 +324,7 @@ $response = $client->post(
|
|
|
$url,
|
|
|
[
|
|
|
'headers' => [
|
|
|
- 'Authorization' => 'Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d',
|
|
|
+ 'Authorization' => 'Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c',
|
|
|
'Content-Type' => 'application/json',
|
|
|
],
|
|
|
'json' => [
|
|
@@ -403,10 +403,10 @@ You can check the Dev Tools console for debugging information.</code></pre>
|
|
|
|
|
|
<input type="text" style="display: none"
|
|
|
name="Authorization" class="auth-value" data-endpoint="POSTapi-account-send-code"
|
|
|
- value="Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d"
|
|
|
+ value="Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c"
|
|
|
data-component="header">
|
|
|
<br>
|
|
|
-<p>Example: <code>Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d</code></p>
|
|
|
+<p>Example: <code>Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c</code></p>
|
|
|
</div>
|
|
|
<div style="padding-left: 28px; clear: unset;">
|
|
|
<b style="line-height: 2;"><code>Content-Type</code></b>
|
|
@@ -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 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d" \
|
|
|
+ --header "Authorization: Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c" \
|
|
|
--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 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d",
|
|
|
+ "Authorization": "Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c",
|
|
|
"Content-Type": "application/json",
|
|
|
"Accept": "application/json",
|
|
|
};
|
|
@@ -487,7 +487,7 @@ $response = $client->post(
|
|
|
$url,
|
|
|
[
|
|
|
'headers' => [
|
|
|
- 'Authorization' => 'Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d',
|
|
|
+ 'Authorization' => 'Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c',
|
|
|
'Content-Type' => 'application/json',
|
|
|
],
|
|
|
'json' => [
|
|
@@ -574,10 +574,10 @@ You can check the Dev Tools console for debugging information.</code></pre>
|
|
|
|
|
|
<input type="text" style="display: none"
|
|
|
name="Authorization" class="auth-value" data-endpoint="POSTapi-account-login"
|
|
|
- value="Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d"
|
|
|
+ value="Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c"
|
|
|
data-component="header">
|
|
|
<br>
|
|
|
-<p>Example: <code>Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d</code></p>
|
|
|
+<p>Example: <code>Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c</code></p>
|
|
|
</div>
|
|
|
<div style="padding-left: 28px; clear: unset;">
|
|
|
<b style="line-height: 2;"><code>Content-Type</code></b>
|
|
@@ -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 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d" \
|
|
|
+ --header "Authorization: Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c" \
|
|
|
--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 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d",
|
|
|
+ "Authorization": "Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c",
|
|
|
"Content-Type": "application/json",
|
|
|
"Accept": "application/json",
|
|
|
};
|
|
@@ -667,7 +667,7 @@ $response = $client->post(
|
|
|
$url,
|
|
|
[
|
|
|
'headers' => [
|
|
|
- 'Authorization' => 'Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d',
|
|
|
+ 'Authorization' => 'Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c',
|
|
|
'Content-Type' => 'application/json',
|
|
|
],
|
|
|
'json' => [
|
|
@@ -753,10 +753,10 @@ You can check the Dev Tools console for debugging information.</code></pre>
|
|
|
|
|
|
<input type="text" style="display: none"
|
|
|
name="Authorization" class="auth-value" data-endpoint="POSTapi-account-wx-login"
|
|
|
- value="Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d"
|
|
|
+ value="Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c"
|
|
|
data-component="header">
|
|
|
<br>
|
|
|
-<p>Example: <code>Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d</code></p>
|
|
|
+<p>Example: <code>Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c</code></p>
|
|
|
</div>
|
|
|
<div style="padding-left: 28px; clear: unset;">
|
|
|
<b style="line-height: 2;"><code>Content-Type</code></b>
|
|
@@ -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 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d"</code></pre></div>
|
|
|
+ --header "Authorization: Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c"</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 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d",
|
|
|
+ "Authorization": "Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c",
|
|
|
"Accept": "application/json",
|
|
|
};
|
|
|
|
|
@@ -824,7 +824,7 @@ $response = $client->post(
|
|
|
$url,
|
|
|
[
|
|
|
'headers' => [
|
|
|
- 'Authorization' => 'Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d',
|
|
|
+ 'Authorization' => 'Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c',
|
|
|
],
|
|
|
]
|
|
|
);
|
|
@@ -899,10 +899,10 @@ You can check the Dev Tools console for debugging information.</code></pre>
|
|
|
|
|
|
<input type="text" style="display: none"
|
|
|
name="Authorization" class="auth-value" data-endpoint="POSTapi-account-logout"
|
|
|
- value="Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d"
|
|
|
+ value="Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c"
|
|
|
data-component="header">
|
|
|
<br>
|
|
|
-<p>Example: <code>Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d</code></p>
|
|
|
+<p>Example: <code>Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c</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 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d"</code></pre></div>
|
|
|
+ --header "Authorization: Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c"</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 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d",
|
|
|
+ "Authorization": "Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c",
|
|
|
"Accept": "application/json",
|
|
|
};
|
|
|
|
|
@@ -947,7 +947,7 @@ $response = $client->delete(
|
|
|
$url,
|
|
|
[
|
|
|
'headers' => [
|
|
|
- 'Authorization' => 'Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d',
|
|
|
+ 'Authorization' => 'Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c',
|
|
|
],
|
|
|
]
|
|
|
);
|
|
@@ -1022,10 +1022,10 @@ You can check the Dev Tools console for debugging information.</code></pre>
|
|
|
|
|
|
<input type="text" style="display: none"
|
|
|
name="Authorization" class="auth-value" data-endpoint="DELETEapi-account"
|
|
|
- value="Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d"
|
|
|
+ value="Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c"
|
|
|
data-component="header">
|
|
|
<br>
|
|
|
-<p>Example: <code>Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d</code></p>
|
|
|
+<p>Example: <code>Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c</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 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d" \
|
|
|
+ --header "Authorization: Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c" \
|
|
|
--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 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d",
|
|
|
+ "Authorization": "Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c",
|
|
|
"Content-Type": "application/json",
|
|
|
"Accept": "application/json",
|
|
|
};
|
|
@@ -1081,7 +1081,7 @@ $response = $client->post(
|
|
|
$url,
|
|
|
[
|
|
|
'headers' => [
|
|
|
- 'Authorization' => 'Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d',
|
|
|
+ 'Authorization' => 'Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c',
|
|
|
'Content-Type' => 'application/json',
|
|
|
],
|
|
|
'json' => [
|
|
@@ -1160,10 +1160,10 @@ You can check the Dev Tools console for debugging information.</code></pre>
|
|
|
|
|
|
<input type="text" style="display: none"
|
|
|
name="Authorization" class="auth-value" data-endpoint="POSTapi-user-withdraw"
|
|
|
- value="Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d"
|
|
|
+ value="Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c"
|
|
|
data-component="header">
|
|
|
<br>
|
|
|
-<p>Example: <code>Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d</code></p>
|
|
|
+<p>Example: <code>Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c</code></p>
|
|
|
</div>
|
|
|
<div style="padding-left: 28px; clear: unset;">
|
|
|
<b style="line-height: 2;"><code>Content-Type</code></b>
|
|
@@ -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 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d" \
|
|
|
+ --header "Authorization: Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c" \
|
|
|
--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 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d",
|
|
|
+ "Authorization": "Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c",
|
|
|
"Content-Type": "application/json",
|
|
|
"Accept": "application/json",
|
|
|
};
|
|
@@ -1242,7 +1242,7 @@ $response = $client->post(
|
|
|
$url,
|
|
|
[
|
|
|
'headers' => [
|
|
|
- 'Authorization' => 'Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d',
|
|
|
+ 'Authorization' => 'Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c',
|
|
|
'Content-Type' => 'application/json',
|
|
|
],
|
|
|
'json' => [
|
|
@@ -1321,10 +1321,10 @@ You can check the Dev Tools console for debugging information.</code></pre>
|
|
|
|
|
|
<input type="text" style="display: none"
|
|
|
name="Authorization" class="auth-value" data-endpoint="POSTapi-user-feedback"
|
|
|
- value="Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d"
|
|
|
+ value="Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c"
|
|
|
data-component="header">
|
|
|
<br>
|
|
|
-<p>Example: <code>Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d</code></p>
|
|
|
+<p>Example: <code>Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c</code></p>
|
|
|
</div>
|
|
|
<div style="padding-left: 28px; clear: unset;">
|
|
|
<b style="line-height: 2;"><code>Content-Type</code></b>
|
|
@@ -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 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d"</code></pre></div>
|
|
|
+ --header "Authorization: Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c"</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 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d",
|
|
|
+ "Authorization": "Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c",
|
|
|
"Accept": "application/json",
|
|
|
};
|
|
|
|
|
@@ -1392,7 +1392,7 @@ $response = $client->post(
|
|
|
$url,
|
|
|
[
|
|
|
'headers' => [
|
|
|
- 'Authorization' => 'Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d',
|
|
|
+ 'Authorization' => 'Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c',
|
|
|
],
|
|
|
]
|
|
|
);
|
|
@@ -1467,10 +1467,10 @@ You can check the Dev Tools console for debugging information.</code></pre>
|
|
|
|
|
|
<input type="text" style="display: none"
|
|
|
name="Authorization" class="auth-value" data-endpoint="POSTapi-user-apply-coach"
|
|
|
- value="Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d"
|
|
|
+ value="Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c"
|
|
|
data-component="header">
|
|
|
<br>
|
|
|
-<p>Example: <code>Bearer 71|YOkXGGdXbs0BxCkYyiLPUA3ipOf045JdpciSpBkK54625e3d</code></p>
|
|
|
+<p>Example: <code>Bearer 72|VTELM6ysLSpORJ88ESCUCfhSpjcx0Cx4w1TRTCpP4dfffc7c</code></p>
|
|
|
</div>
|
|
|
</form>
|
|
|
|