4、引导小程序管理员对第三方平台进行授权
将用户浏览器重定向的如下授权页面,生成授权二维码 。页面地址
- https://smartprogram.baidu.com/mappconsole/tp/authorization?client_id=OdxUiUVpVxH2Ai7G02cIjXGnnnMEUntD&redirect_uri=http://xxx.baidu.com/mappconsole/main/apps&pre_auth_code=c210YXBwMTk4NjM0Mjg1NGFhMTRiMDMyNWQyMGE3ZGE0OWQ1ODE0OWQ1OGM0YzY4
参数说明
参数名称 | 类型 | 是否必须 | 描述 |
---|---|---|---|
client_id | string | 是 | 分配给第三方平台的 key |
pre_auth_code | string | 是 | 预授权码 |
redirect_uri | string | 是 | 回调URI |