获取支付宝infoStr
<p><strong>简要描述:</strong> </p>
<ul>
<li>支付宝授权前需要获取的infoStr, 客户端使用此值拼接 URL请求支付宝, 获取</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/api/v1/user/alipay-info-str</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </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;">app_id</td>
<td style="text-align: left;">必选</td>
<td style="text-align: left;">string</td>
<td>支付宝应用app_id</td>
</tr>
</tbody>
</table>
<p><strong>身份验证: </strong></p>
<p><code>是</code></p>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 0,
&quot;message&quot;: &quot;&quot;,
&quot;data&quot;: &quot;apiname=com.alipay.account.auth&amp;method=alipay.open.auth.sdk.code.get&amp;app_id=2021002160686488&amp;app_name=mc&amp;biz_type=openservice&amp;pid=2088711691456682&amp;product_id=APP_FAST_LOGIN&amp;scope=kuaijie&amp;target_id=testing101&amp;auth_type=AUTHACCOUNT&amp;sign_type=RSA2&amp;sign=FMXOE9iTZ7xCIrAf4ijP86qR\/BIiBfhhrF++bEpzKq6e8L\/VE+1GfiyF9U6qZio5UVzjQl\/IsaSnM3RWh6puGBBiYwYGvALPse2hJEGXotEbKybD\/J6J4kFzD+iTNK0jZnxuKNWiyilUEAa6tYWxtzq5tYF1E0EgGT0LvUUtd79vvdawKnIx+y+dYEU0j6\/fsrYn+dEq1srrvCjwOTdLqbFTMfxhgGsflyIDH25fsbYhJf+KRlIGFGi5Wj+ZPROtLrjyYjfKIVbMOAE50HGyedkOvWF8CjCNj+YWl3qTe2nJNmNfeakcOpr4R\/Bm60+7HYn1jJseinyOu5khOrNGOg==&quot;
}</code></pre>
<p><strong>返回参数说明</strong>
data即为 infoStr</p>