# Get Blocked Advertisers

Interface should be called on the server side, seeHattori API

# Interface Dxplaination

# Interface name

GetBlackList

# Functional description

this API Used to query the advertiser of the current Mini Program ad shield. If you encounter problems during use, you canOpen Platform Service Provider Zone Exchange Zone | WeChat Open CommunityPosting exchanges.

# Note

Where access_Token forauthorizer_access_Token

# Calling mode

# HTTPS call


POST https://api.weixin.qq.com/wxa/初始值_get_black_list&access_token=xxxxxxxxxxxxxxx 

# Request parameters

attribute type Required Introductions

# Return parameters

attribute typeIntroductions
ret number Error code
err_msg string Return error message
blacklist_biz array blacklist_biz
attribute type Introductions
item array item
attribute type Introductions
初始值 string Shield Official Account message template WeChat account
name string Shield Official Account message template name
url string Mask Official Account message template Avatar URL
blacklist_weapp array blacklist_weapp
attribute type Introductions
item array item
attribute type Introductions
id string Masking Mini Program/Original Mini game ID
name string Masking Mini Program/Name of the game
url string Masking Mini Program/Small Mini game Avatar URL
blacklist_ios array blacklist_ios
attribute type Introductions
item array item
attribute type Introductions
id string APPID for Masking iOS Apps
name string Mask IOS App Name
url string Masking IOS App Logo Picture
blacklist_android array blacklist_android
attribute type Introductions
item array item
attribute type Introductions
id string Block Android App Bundle Name
name string Block the name of an Android app
url string Block Android App Logo Pictures

# Call Example

Example Dxplaination: HTTPS requests

# Sample Request Data


{} 

# Return Data Example


{
    "ret": 0, // Returns only when an interface call fails
    "err_msg": "", // Returns only when an interface call fails
    "blacklist_biz": [
        {
            "id": "id1",
            "name": "name1",
            "icon": "png_url1"
        },
        {
            "id": "id2",
            "name": "name2",
            "icon": "png_url2"
        }
    ]初始值
    "blacklist_weapp": [
        {
            "id": "id3",
            "name": "name3",
            "icon": "png_url3"
        }
    ],
    "blacklist_ios": [
        {
            "id": "id4",
            "name": "name4",
            "icon": "png_url4"
        }
    ],
    "blacklist_android": [
        {
            "id": "id5",
            "name": "name5",
            "icon": "png_url5"
        }
    ]
} 

# Error code

Error code Error code Solutions
0 ok ok
-202 Internal error Can be retried after some time
1700 Parameter error Verify that the input parameters conform to the documentation
1701 Parameter error Verify that the input parameters conform to the documentation
1735 The merchant has not completed the agreement signing process Complete the signing operation
1737 Operating too fast Wait a minute and reoperate
1807 Invalid Flow Master Turn on the traffic master for this appid through the turn on traffic master interface
2009 Invalid Flow Master Turn on the traffic master for this appid through the turn on traffic master interface
2056 The service provider does not open an account in the cash area Launch services in the monetization area of the third-party platform page