[ttwid]redirect_url请求更新cookie
<p><strong>简要描述:</strong>
redirect_url请求更新cookie</p>
<p><strong>请求方式</strong>
GET</p>
<p><strong>请求URL:</strong> </p>
<ul>
<li><a href="https://www.showdoc.com.cn/1672556532153419/7961810716436032" title="点击获取redirect_url">点击获取redirect_url</a></li>
</ul>
<p><strong>参数说明:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">redirect_url</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>重定向网址,需要请求</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<p><strong>请求协议头</strong></p>
<pre><code>accept: application/json, text/plain, */*
content-type: application/x-www-form-urlencoded
referer: https://buyin.jinritemai.com/
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36</code></pre>
<p><strong>返回例子</strong></p>
<pre><code>{
"status_code": 0,
"message": "callback success",
"sub_status_code": 2002
}</code></pre>
<p><strong>返回参数说明</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">status_code</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>请求返回状态码</td>
</tr>
<tr>
</tr>
<tr>
<td style="text-align: left;">message</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>消息体</td>
</tr>
<tr>
</tr>
</tbody>
</table>