# Launch Bill Push Service

Debugging tools

Interface should be called on the server side, seeHattori API

# Interface Dxplaination

# Interface name

startPushTicket

# Functional description

this API Used to start the ticket push service. If you encounter problems during use, you canOpen Platform Service Provider ZonePosting exchanges.

# Calling mode

# HTTPS call


POST https://api.weixin.qq.com/cgi-bin/component/api_start_push_ticket 

# Request parameters

attribute type Required Introductions
component_appid string yes Appid of Platform Type Third Party Platform
component_secret string yes APPSECRET of Platform Type Third Party Platform

# Return parameters

attribute type Introductions
errcode number Error code
errmsg string Error message

# Call Example

Example Dxplaination: HTTPS Request Example

# Sample Request Data


{
    "component_appid": "wxd0bfc95064b5bfc1",
    "component_secret": "28c223a63f7de0d5xxxxx"
} 

# Return Data Example


{
    "errcode": 0,
    "errmsg": "ok"
} 

# Error code

Error code Error code Solutions
40013 invalid appid Illegal AppID , ask the developer to check AppID The correctness of the, avoid unusual characters, pay attention to the case
0 Ok or in a normal state Ok means from abnormal to normal. in a normal State means normal.