# Access Request
Opening a custom version of the transaction component through this interface will synchronously return access results, no asynchronous event callbacks.
If the account has been connected to the standard version of the module, it can not be opened, please cancel the opening of the standard component on the WeChat Official Platform.
action_Type has been deprecated, the custom transaction component no longer differentiates the check open status
# Interface call request specification
Http request method: POST
https://api.weixin.qq.com/shop/register/apply? access_Token = xxxxxxxxx
# Request Parameter Sample
{}
# Return Package Example
{
"errcode": 0,
"errmsg":"ok"
}
# Return parameter specification
parameter | type | Introductions |
---|---|---|
Errcode | number | Error code |
errmsg | string | Error message |