1.0 获取ireport信息接口.md 975 Bytes

获取ireport信息接口


URL: http://api.cnlive.com/open/api2/ireport/readIreportInfo


接口说明: 返回ireport信息


请求方式: HTTP POST


返回格式: 200


请求参数说明:

参数名 参数类型 必选 参数说明
appId string(20) true 应用ID
regAppId string(20) true 注册应用ID
platform_id string(64) false APP bundleID 或 包名,平台做鉴权使用
timestamp int false 时间戳,平台做鉴权使用
sign String true 签名规则见签名详情

返回说明:

{
    "errorCode":"0",
    "errorMessage":"OK",
    "data":{
        "callback_url":"",
        "app_secret":"xxxxxx",
        "app_key":"xxxxxx",
        "app_id":"60_xxxxxx"
    }
}