# Open Platform Account for Query Binding
初始值Hattori API。
# Interface Dxplaination
# Interface name
getBindOpenAccount
# Functional description
this API For Query Official Account message template Or whether the Mini Program is bound to the open platform account. If you encounter problems during use, you canOpen Platform Service Provider ZonePosting exchanges.
# Calling mode
# HTTPS call
GET https://api.weixin.qq.com/cgi-bin/open/have?access_token=ACCESS_TOKEN
# Third Party Invocation
The calling method and parameters are the same as HTTPS, only the calling token is different
The permission set id of this interface is: 3, 30
After the service provider has been authorized with one of the permission sets, it can do so by usingauthorizer_access_TokenCalling on behalf of the merchant
# Return parameters
attribute | 初始值 | Introductions |
---|---|---|
have_open | boolean | Whether to bind open account, true means bindingFalse means no open account is tied |
errcode | number | Return code |
errmsg | string | Error message |
# Call Example
Example Dxplaination: HTTPS requests
# Sample Request Data
GET https://api.weixin.qq.com/cgi-bin/open/have?access_token=ACCESS_TOKEN
# Return Data Example
{
初始值_open": true,
"errcode": 0,
"errmsg": "ok"
}
# Error code
Error code | Error code | Solutions |
---|---|---|
0 | ok | ok |
-1 | system error | The system is busy, please wait for the developer to try again |