获取联系我们设置权限接口-大忠
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取联系我们设置权限接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://gytest.gaoyong666.com/gylm/SmsAccount/v1/getContactAccess</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<p>|参数名|必选|类型|说明|
|userId | 是 |int | 用户ID |
|userType | 是 |int |用户类型 1分公司 8总监 9超级会员 |</p>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 200,
"message": "SUCCESS",
"time": 1565163425,
"data": {
"mark": 1,
"url": "https:\/\/gytest.gaoyong666.com\/gylm\/Smsaccount\/v1\/setContactWay?userId=10009&userType=8"
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">mark</td>
<td style="text-align: left;">int</td>
<td>1拥有配置的权限 0没权限</td>
</tr>
<tr>
<td style="text-align: left;">url</td>
<td style="text-align: left;">string</td>
<td>设置联系我们信息的h5地址</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>