Free WeChat public account dedicated h5 online movie ticket API data interface

Free h5 online movie ticket API, realize movie ticket purchase by nesting the returned h5 page url.

Interface documentation: https://www.juhe.cn/docs/api/id/252 , apply for APPKEY through this

Interface remarks: Return the URL of H5 by request. Once obtained, it is permanently valid. It can be used by nesting in the corresponding application or website.

Interface address: http://v.juhe.cn/wepiao/query
Supported format: json
Request method: http get/post
Request example: http://v.juhe.cn/wepiao/query?key=xxxxx
Call samples and debugging tools: API testing tools
Request parameter description: Name type required description
key string Yes the key you applied for
Return parameter description: Name type description
error_code int status code
h5url string URL of the H5 page
JSON return example:
{
    "reason": "Request succeeded",
    "result": {
        "h5url": "http://v.juhe.cn/wepiao/go?key=xxxxxx",/*H5 page URL, valid forever*/
        "h5weixin": "http://v.juhe.cn/wepiao/go?key=xxxxx&s=weixin"/*h5 for WeChat public account*/
    },
    "error_code": 0
}
 
 
 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326416045&siteId=291194637