NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
## 授权绑定小程序 **简要描述:** * 授权绑定小程序 **请求URL:** * /mini/component/binding **请求方式:** * POST **参数:** | 参数名 | 必选 | 类型 | 说明 | | --- | --- | --- | --- | | school_id | 是 | string | 学校id | **返回示例** ~~~ { "code": "200", "msg": "1", "data": "https://mp.weixin.qq.com/cgi-bin/componentloginpage?component_appid=xxxx&pre_auth_code=xxxxx&redirect\_uri=xxxx&auth_type=xxx" } ~~~