Skip to main content

Update Station Logo

Service Address

http://api-az-cn.danghongyun.com/rest

Request Method

POST

Request Parameters

ParameterDescriptionTypeRequired
accessKeyThe user access keyStringRequired
actionAPI name, this api is "liveLogoUpdate"StringRequired
versionAPI version, currently must be 2.0StringRequired
signaturesignatureStringRequired
timestampInvoke time in milliseconds since january 1 1970, eg: 1466488681033StringRequired
idThe station logo idStringRequired
namelogo nameStringOptional
uriThe station logo path, eg:bj-hsy-images/kii721n6/watermarkLive/65112b7ae7394313a679020c3543cae9.jpgStringOptional
widthThe width of the station logoIntegerOptional
heightThe height of the station logoIntegerOptional
offsetWidthThe vertices in the upper left corner of the station logo are offset horizontallyIntegerOptional
offsetHeightThe vertices in the upper left corner of the station logo are offset horizontallyIntegerOptional
opacityThe transparency of the station logo 0 100 100 represents opaqueIntegerOptional
resizeThe scale of the station logo 1 100 100 represents no scaleIntegerOptional

Response Example

{
"message": "the live station logo was updated successfully,id:0daa628c5e1944ce99e78c28f146e027",
"code": 0,
"success": true
}