| 参数名 | 必选 | 数据类型 | 数据说明 | 
|---|---|---|---|
| text | 是 | string | 短剧名称关键字 | 
| 字段名 | 数据类型 | 数据说明 | 
|---|---|---|
| play_name | string | 短剧名称 | 
| play_url | string | 短剧链接 | 
[
    {
        "play_name": "重生之千金的复仇",
        "play_url": "https://pan.quark.cn/s/5daa71d2a0e5"
    },
    //其他匹配的短剧信息
]{
    "message": "没有找到此资源!"
}{
    "message": "无效请求"
}| 错误码 | 说明 | 
|---|---|
| 200 | 请求成功 | 
| 400 | 无效请求 | 
| 500 | 服务器内部错误 |