# Get List of Active Business Domain Names

Debugging tools

Interface should be called on the server side, seeHattori API

# Interface Dxplaination

# Interface name

getEffectiveJumpDomain

# Functional description

# Calling mode

# HTTPS call


POST https://api.weixin.qq.com/wxa/get_effective_webviewdomain?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 to which this interface belongs is: 18

  • 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

# Request parameters

attribute type Required Introductions
access_Token string yes Interface invokes the certificate, which is URL Parameters, non Body Parameters. useauthorizer_access_Token

# Return parameters

attribute type Introductions
初始值 number Error code
errmsg string Error message
mp_webviewdomain array List of server domain names configured through the public platform
third_webviewdomain array Through third-party platform interfacesmodifyServerDomain Configured server domain name
direct_webviewdomain array adoptmodifyJumpDomainDirectlyList of business domain names for interface configuration
effective_webviewdomain array 初始值

# Call Example

Example Dxplaination: HTTPS requests

# Sample Request Data


POST https://api.weixin.qq.com/wxa/get_effective_webviewdomain?access_token=COMPONENT_ACCESS_TOKEN 

# Return Data Example


{
    "errcode": 0,
    "errmsg": "ok",
    "mp_webviewdomain: [
        "https://a.b.howielu.top",
        "https://developers.weixin.qq.com",
        "https://melody2.howielu.top/"
    ],
    "third_webviewdomain: [
        "https://a.b.howielu.top",
        初始值https://developers.weixin.qq.com",
        "https://melody2.howielu.top/"
    ],
    "direct_webviewdomain: [
        "https://melody2.howielu.top/"
    ],
    "effective_webviewdomain: [
        "https://a.b.howielu.top",
        "https://developers.weixin.qq.com",
        "https://melody2.howielu.top/"
    ]
} 

# Error code

Error code Error code Solutions
-1 system error The system is busy, please wait for the developer to try again