文档
测试

查询订单记录

POST
http://crm.houcaller.com/htest/openapi/v1/getActOrderList

请求参数

application/json
参数名
类型
描述
必填
memberId
string
会员id
必填
themeId
string
活动id
可选

响应参数

参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:0
必填
data
object
数据字典
必填
list
array
数据列表
必填
actDay
string
活动日期
必填
actNum
int
报名人数
必填
actTime
string
活动时间段
必填
address
string
餐厅地址
必填
memberId
string
会员id
必填
name
string
活动名称
必填
orgName
string
餐厅名称
必填
orgPhone
string
餐厅电话
必填
srcId
string
订单号
必填
themeId
string
活动id
必填
themeOrgId
string
餐厅活动id
必填
payStatus
string
支付状态 "0"; //待支付 "1";//已支付 "2"; //已退款
必填
orderStatus
string
订单状态: "0";//待支付 "1";//已支付 "2";//已退款 "3";//已取消
必填

说明 / 示例

<pre>{ "msg": "操作成功", "code": 0, "data": { "list": [ { "actDay": "2022-03-18", "actNum": 1, "actTime": "17:00-22:00", "address": "体育路95号 工人体育馆之配套商业6号店(大润发旁)", "createTime": "2022-03-22 15:33:50", "createUser": "", "dutycompany": "", "dutyno": "", "id": "62397bdaa392935e7cfd7b09", "invoiceStatus": "", "lockVersion": 0, "memberId": "GBRJ54V2405Q8", "mmbName": "杨淑娟", "name": "小小牛排师训练营", "orderStatus": "1", "orgName": "厦门大润发餐厅", "orgPhone": "", "payAmt": 99, "payStatus": "0", "payTime": null, "phone": "18965209773", "refundAmt": 0, "refundTime": null, "remark": "", "srcId": "20220322000000009254", "themeId": "100001", "themeOrgId": "123550", "updateTime": null, "updateUser": "" }, { "actDay": "2022-03-18", "actNum": 1, "actTime": "17:00-22:00", "address": "体育路95号 工人体育馆之配套商业6号店(大润发旁)", "createTime": "2022-03-22 09:46:38", "createUser": "", "dutycompany": "", "dutyno": "", "id": "6233fd4ba392934940db6908", "invoiceStatus": "", "lockVersion": 0, "memberId": "GBRJ54V2405Q8", "mmbName": "杨淑娟", "name": "小小牛排师训练营", "orderStatus": "1", "orgName": "厦门大润发餐厅", "orgPhone": "", "payAmt": 99, "payStatus": "2", "payTime": null, "phone": "18965209773", "refundAmt": 0, "refundTime": null, "remark": "", "srcId": "20220318000000006868", "themeId": "100001", "themeOrgId": "123550", "updateTime": null, "updateUser": "" }, { "actDay": "2022-03-18", "actNum": 1, "actTime": "17:00-22:00", "address": "体育路95号 工人体育馆之配套商业6号店(大润发旁)", "createTime": "2022-03-22 09:46:38", "createUser": "", "dutycompany": "", "dutyno": "", "id": "6233fe72a39293458c257f9f", "invoiceStatus": "", "lockVersion": 0, "memberId": "GBRJ54V2405Q8", "mmbName": "杨淑娟", "name": "小小牛排师训练营", "orderStatus": "1", "orgName": "厦门大润发餐厅", "orgPhone": "", "payAmt": 99, "payStatus": "0", "payTime": null, "phone": "18965209773", "refundAmt": 0, "refundTime": null, "remark": "", "srcId": "20220318000000006922", "themeId": "100001", "themeOrgId": "123550", "updateTime": null, "updateUser": "" }, { "actDay": "2022-08-17", "actNum": 1, "actTime": "10:00-14:00", "address": "体育路95号 工人体育馆之配套商业6号店(大润发旁)", "createTime": "2022-03-22 09:46:38", "createUser": "", "dutycompany": "", "dutyno": "", "id": "6233fe25a39293458c257f9d", "invoiceStatus": "", "lockVersion": 0, "memberId": "GBRJ54V2405Q8", "mmbName": "杨淑娟", "name": "小小牛排师训练营", "orderStatus": "1", "orgName": "厦门大润发餐厅", "orgPhone": "", "payAmt": 99, "payStatus": "0", "payTime": null, "phone": "18965209773", "refundAmt": 0, "refundTime": null, "remark": "", "srcId": "20220318000000006907", "themeId": "100001", "themeOrgId": "123459", "updateTime": null, "updateUser": "" } ] } }