线路域名数据获取
<p><strong>简要描述:</strong> </p>
<ul>
<li>客服链接接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xxx.xxx.com/Systems/getDomain</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>get </li>
</ul>
<p><strong>参数:</strong>
无</p>
<p><strong>返回示例</strong></p>
<pre><code>{
"msg":2006,
"code":1,
"data":[
{"name":"广州线路",
"m_url":"url1"
},
{"name":"上海线路",
"m_url":"使url2"
},
]
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>