名称:获取&设置会议收费

获取接口地址:/open/meeting/getToll

请求方式:post

参数名 类型 必填 说明 示例
id int Y 会议id 18
app_id str 商家app_id 13817213714
timestemp time 请求时间戳,过期时间 1584422260
signature str 签名(MD5 app_id,密钥,timestemp) 0026b97abbfe4a19dda816d33f70c4b4

返回示例

{
    "code": 200,
    "message": "success",
    "result": {
        "is_toll": 1,//是否收费,1为是,0为否
        "money": "0.01"//费用
    }
}

设置接口地址:/open/meeting/setToll

请求方式:post

参数名 类型 必填 说明 示例
id int Y 会议id 12
is_toll int Y 是否收费 1
money float Y 收费金额 1
app_id str 商家app_id 13817213714
timestemp time 请求时间戳,过期时间 1584422260
signature str 签名(MD5 app_id,密钥,timestemp) 0026b97abbfe4a19dda816d33f70c4b4

说明

1.is_toll:是否收费,1为是,0为否 2.money:is_toll为0时,传0

返回示例

{
"code": 200,
"message": "设置成功",
"result": [ ]
}

results matching ""

    No results matching ""