1.1 SDK获取初始化信息接口.md 929 Bytes

SDK获取初始化信息接口


URL: http://api.cnlive.com/open/api2/sdk/readInfoToSdk


接口说明: SDK获取初始化信息


请求方式: HTTP POST


返回格式: 200


请求参数说明:

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

返回说明:

{
    "errorCode":"0",
    "errorMessage":"OK",
    "data":{
        "bucketName":"xxxx-xxxx-xxxx",
        "spCode":"xx"
    }
}