获取正常的微信域名
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://api.wxdomainapi.com/api/index/v1/Domain/getWechatDomain</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;">appid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>无</td>
</tr>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<ul>
<li><code>http://api.wxdomainapi.com/api/index/v1/Domain/getWechatDomain?appid=后台分配的appid</code>
<strong>返回示例</strong></li>
</ul>
<pre><code>{
"code": 1,
"msg": "ok",
"data": {
"domain_id": 3,//域名id
"domain_type": 0,//域名类别
"domain_name": "www.xjyili.cn",//域名
"domain_status": 1,
"check_status": 0//域名检测状态 0正常 1 异常
}
}
</code></pre>