站点通用配置
<p><strong>简要描述:</strong></p>
<ul>
<li>额度转换接口</li>
</ul>
<p><strong>说明:</strong></p>
<ul>
<li>获取站点通用配置</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>http://xxx.xxx.com/Systems/getSiteBasicInfo</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST JSON数据(application/json)</li>
</ul>
<p><strong>参数:</strong></p>
<p>无需参数</p>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 1,
"title": "万游彩票", // 站点名称
"tuiguang": "", // 推广地址
"tuiguangmobile": "", // 手机推广地址
"kefu":"", // 客服链接
"email":"", // 客服邮箱
"tel":"", // 客服电话
"description":"", // 站点介绍
"copyright:":"" // 版权信息
"staticResourceValue":"" //静态资源域名
}</code></pre>