腾讯广告平台授权
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>腾讯广告平台授权</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://developers.e.qq.com/oauth/authorize?client_id=1112025241&amp;redirect_uri=http://manager.cbntest.gewuzhixiang.com/api/v1/callBack/tencent/oauth</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>参数</h5>
<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;">username</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>用户名</td>
</tr>
<tr>
<td style="text-align: left;">password</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>密码</td>
</tr>
<tr>
<td style="text-align: left;">name</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>昵称</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;error_code&quot;: 0,
&quot;data&quot;: {
&quot;uid&quot;: &quot;1&quot;,
&quot;username&quot;: &quot;12154545&quot;,
&quot;name&quot;: &quot;吴系挂&quot;,
&quot;groupid&quot;: 2 ,
&quot;reg_time&quot;: &quot;1436864169&quot;,
&quot;last_login_time&quot;: &quot;0&quot;,
}
}</code></pre>
<h5>返回参数说明</h5>
<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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>授权步骤</h5>
<ul>
<li>1、主体授权管理员</li>
</ul>
<pre><code>新的主体创建之后,陈玉英授权新的管理员(目前指定王远林),授权登录广告平台,根据新主体信息在号卡系统2.0中创建新的主体</code></pre>
<ul>
<li>2、广告平台授权</li>
</ul>
<pre><code>根据以上请求URL浏览器发起请求,进行授权
![](https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=5aa8a5ace07b1b14ca03cb43261922a7&amp;file=file.png)</code></pre>
<ul>
<li>3、管理员扫码授权</li>
</ul>
<pre><code>![](https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=a4df5e1c6a0cbd3f3a252bb6607fb181&amp;file=file.png)</code></pre>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>