易威行配置
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>易威行配置</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://sohimi.zlmicro.com/index.php?g=Extend&m=App&a=sohimiConfig</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>参数</h5>
<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;">lang</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>语言(en/ja/de)</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"data": {
"ID": 1,
"Home": "https://www.sohimi.com/pages/home-app",
"Hot": "https://www.sohimi.com/collections/best-sellers",
"Sale": "https://www.sohimi.com/collections/sale",
"Blog": "https://www.sohimi.com/blogs/sexual-health-education",
"Shop": "https://www.sohimi.com/",
"ShopID": "https://www.sohimi.com/pages/account",
"Settings": "https://www.sohimi.jp/pages/ioslanguage-app",
"Contact": "https://www.sohimi.jp/pages/contact-us-app",
"About": "https://www.sohimi.jp/pages/aboutus-app",
"Lang": "us"
},
"response": {
"result": true,
"errorCode": 10000,
"msg": "成功"
}
}</code></pre>
<h5>返回参数说明</h5>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>