# Functions
将公众号/小程序绑定到开放平台帐号下
该 API 用于将一个尚未绑定开放平台帐号的公众号或小程序绑定至指定开放平台帐号上。二者须主体相同。
See: https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/api/account/bind.html
POST https://api.weixin.qq.com/cgi-bin/open/bind?access_token=xxxx
*/.
创建开放平台帐号并绑定公众号/小程序
该 API 用于创建一个开放平台帐号,并将一个尚未绑定开放平台帐号的公众号/小程序绑定至该开放平台帐号上。新创建的开放平台帐号的主体信息将设置为与之绑定的公众号或小程序的主体
See: https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/api/account/create.html
POST https://api.weixin.qq.com/cgi-bin/open/create?access_token=ACCESS_TOKEN
*/.
获取公众号/小程序所绑定的开放平台帐号
该 API 用于获取公众号或小程序所绑定的开放平台帐号
See: https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/api/account/get.html
POST https://api.weixin.qq.com/cgi-bin/open/get?access_token=ACCESS_TOKEN
*/.
将公众号/小程序从开放平台帐号下解绑
该 API 用于将一个公众号或小程序与指定开放平台帐号解绑。开发者须确认所指定帐号与当前该公众号或小程序所绑定的开放平台帐号一致
See: https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/api/account/unbind.html
POST https://api.weixin.qq.com/cgi-bin/open/unbind?access_token=ACCESS_TOKEN
*/.