http://127.0.0.1:8888/api/| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| type | 是 | int | 接口编号 |
| userName | 是 | string | 视频号id |
| liveId | 是 | string | 直播间id |
| objectId | 是 | string | 作品id |
{
"type": 67,
"userName":"v2_xxxx@finder",
"objectId": "1xxxxx",
"liveId": "xxxxxxxxxx"
}
# 如果想下单抢货占库存,就不必尝试,也不必反馈开发,不会支持的
{
"data": {
"status": 0,
"desc": "",
"data": []
}
}
| 参数名 | 类型 | 说明 |
|---|---|---|
| error_code | int | 错误代码 |
| description | string | 错误描述 |
| data | json | 业务数据 |