【代理商需求】

https://www.tapd.cn/tapd_fe/67163502/story/detail/1167163502001000123
This commit is contained in:
“wanyongkang”
2025-05-23 17:02:52 +08:00
parent 4b8fb4a684
commit adb68c9401
4 changed files with 218 additions and 21 deletions

View File

@@ -435,6 +435,43 @@
</table>
</div>
<div>
<h4>九、解除账号腾讯限制(仅限于<span style="font-weight: bold;">极狐、猎豹、极光、蘑菇</span>)</h4>
<h5 style="color:red;">使用此权限请务必做好监管义务,如与用户签署或用户同意《网络信息安全承诺书》,上传手持身份证等措施,因您方监管不利导致的一切后果自负,使用此接口即视为默认同意此条款!</h5>
<h5>接口地址:/api/account/openlimit?apikey=1232455165&account=test&productId=29</h5>
<h5>请求方式GET </h5>
<table class="table table-bordered text-center">
<caption>请求参数:</caption>
<tbody>
<tr>
<td>apikey</td>
<td>唯一key值</td>
</tr>
<tr>
<td>account</td>
<td>账号</td>
</tr>
<tr>
<td>productId</td>
<td>产品ID</td>
</tr>
</tbody>
</table>
<table class="table table-bordered text-center">
<caption>返回数据:</caption>
<tbody>
<tr>
<td>Code</td>
<td colspan="2">10000 解除成功/其他 失败</td>
</tr>
<tr>
<td>Message</td>
<td colspan="2">返回提示</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>