企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
**请求URL:** * `https://www.qiu51.com/ft_api/Wyf/tips_add` **请求方式:** * GET **参数:** | 参数名 | 必选 | 类型 | 说明 | | --- | --- | --- | --- | | token | 是 | string | 登录token | | type | 是 | string | ft-足球;bk-篮球 | | match\_id | 是 | string | 赛事id | | tips\_type | 是 | string | rq-让球/让分;dx-大小;jc-欧赔 | | tips\_mid | 是 | string | 赔率id | | tips\_team | 是 | string | a-主队;b-客;c-和 | | tips\_win | 是 | string | 盘口 | | tips\_odds | 是 | string | 赔率 | | tips\_umoney | 是 | string | 价格 | | tips\_subject | 是 | string | 标题 | | tips\_content | 是 | string | 内容 | | method | 是 | int | 1-不中不退 ;2-不中退款 | | template\_id | 是 | int | 选中的模板ID,默认为1 | **返回示例** ```json { "code": "0", "msg": "", "tips_id": "1" //推荐id } ```