💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
### 提交抢票订单 ~~~[api] post:data/rob.order/add *string:openid=o522P4l-DkV6aeQviCHAuF6Xn7QA#小程序OPENID *string:mid=1#会员ID string:phone=13617341312#手机号 *string:is_accept_standing=1#是否接受无座 *string:from_station_code=SZH#出发站简码 *string:to_station_code=SHH#目标站简码 *string:users=1:100.00:二等座#乘客信息,如:UID:价格:座位,UID:价格:座位 *string:rob_date=2018-09-19,2018-09-20#抢票出发日期 *string:rob_time=18:12-20:00#抢票出发时间 *string:rob_seat=一等座,二等座#抢票座位要求 *string:package_id=4#套餐ID <<< success { "code": 1, "info": "抢票订单提交成功!", "data": { "orderno": "15374353228776" } } <<< error { "code": 0, "info": "乘客类型不能为空!", "data": [] } ~~~