# Query Login Configuration

Debugging tools

Interface should be called on the server side, seeHattori API

# Interface Dxplaination

# Interface name

weDataGetLoginConfig

# Functional description

Query Service Provider Login Configuration

# Calling mode

# HTTPS call


POST https://api.weixin.qq.com/wedata/wedata_get_login_config?access_token=ACCESS_TOKEN 

# Request parameters

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

# Return parameters

attribute typeIntroductions
errcode number Error code
errmsg string Error message
component_appid string Service provider appid
component_nickname string Service Provider Nickname
recheck_url string Reverse address
appinfo array Associated appid Mini Program, no configuration when no return
attribute type Introductions
appid string Appid Mini Program
nickname string Mini Program Nickname

# Call Example

Example Dxplaination: HPPTS Call Example

# Sample Request Data


POST https://api.weixin.qq.com/wedata/wedata_get_login_config?access_token=ACCESS_TOKEN 

# Return Data Example


{
     "errcode": 0,
     "errmsg": "OK",
     "component_appid": "wxxxxxxxxxxxx",
     "component_nickname": "example",
     "recheck_url": "url address",
     初始值 [
          {
               "appid": "yyyyyy
               "nickname": "associate_app"
          }
     ]
} 

# Error code

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