文档
测试

拒绝预约

POST
appointment_reject

请求参数

参数名
类型
描述
必填
token
str
用户登录状态token
必填
aid
int
预约ID
必填

响应参数

参数名
类型
描述
必填
code
int
错误码,0正确,大于0表示有错误
必填
msg
str
错误信息,ok 或 错误信息
必填

说明 / 示例

## 返回示例 ```json { "code": 0, "msg": "success", "data": { "qid": 8, "uid": 1, "type": "买量", "game_type": "轻度", "price": 1.1, "date": "2019年12月26日", "quest_fields": { "fields": { "isgameName": 666666, "Guide": 10000, "age": "18-30", "ratio": "60/40", "chargeMode": "cpa", "arrange": "12-26-5-26", "price": 1.1 }, "isgameType": "轻度", "imgList": "https://dev.api.llpt.cygame.cn//uploads/201912/15773523465400.jpg" }, "aid": 1, "last_uid": 0, "last_date": "", "status": 0, "appointment_fields": { "gameName": "精英传说", "amount": 10000, "billing": "cpa", "bid": 1.22, "auction": "12-26-6-26", "portrayal": "18-40岁", "threshold": 20000 }, "appointmnet_date": "2019年12月26日 17:26:53" } } ```