简要描述:

  • 店员端核销记录

请求URL:

POST/wapstore/addons/execute/addons/store/controller/wapstore/action/verificationLog

参数:

参数名 是否必须 类型 说明
page_index int 页码
page_size int 每页数目
status int 状态
默认0:全部
1:订单
2:礼品券
3:消费卡
search_text string 搜索关键字

返回示例:

正确时返回:

{
    "code": 1,
    "message": "获取成功",
    "data": {
		data:[
					//订单类型
					0[
						assistant_id: 4
						assistant_name: "廖剑涛"
						order_id: 2625
						order_item_list:[
							0[
								goods_id: 695
								goods_name: "测试"
								goods_picture: 1714
								num: "1"
								order_goods_id: 2679
								picture: "http://gd2.alicdn.com/imgextra/i4/1772334641/O1CN01jUaS1S1k9cccBVquf_!!1772334641.jpg"
								price: "0.01"
								sku_name: ""
							]
						]
						order_no: "20191022112353733436"
						order_status: 3
						shipping_type: 2
						sign_time: 1571907557
						store_id: 13
						verification_time: 1571907557
					],
					//礼品券类型
					1[
						assistant_id: 4
						assistant_name: "廖剑涛"
						gift_picture: "http://vslai-com-cn.oss-cn-hangzhou.aliyuncs.com/upload/26/common/1554370997.jpg"
						gift_voucher_code: "C61391271570"
						gift_voucher_id: 8
						giftvoucher_name: "星期四添加"
						record_id: 193
						state: 2
						store_id: 13
						use_time: 1571909673
						verification_time: 1571909673
					],
					//消费卡类型
					2[
						assistant_id: 4
						assistant_name: "廖剑涛"
						card_code: "B15094948441"
						card_picture: "https://vslai-com-cn.oss-cn-hangzhou.aliyuncs.com/upload/26/common/1561013620.jpg"
						create_time: 1571906858
						goods_name: "消费卡"
						num: 1
						record_id: 12
						store_id: 13
						verification_time: 1571906858
					]
				]
        "page_count": 1,
        "total_count": 5
    }
}
参数名 类型 说明
order_id int 订单id(订单类型才有)
order_no string 订单编号(订单类型才有)
order_item_list array 订单商品列表(订单类型才有)
order_goods_id int 订单商品id(订单类型才有)
goods_name string 商品名称(订单类型才有)
price string 商品原价(订单类型才有)
num string 购买数目(订单类型才有)
picture string 商品图片(订单类型的商品图片)
sku_name string 商品规格名(订单类型才有)
gift_picture string 礼品券图片(礼品券类型才有)
gift_voucher_code string 礼品券编号(礼品券类型才有)
giftvoucher_name string 礼品券名称(礼品券类型才有)
card_code string 消费卡编号(消费卡类型才有)
card_picture string 消费卡图片(消费卡类型才有)
goods_name string 消费卡名称(消费卡类型才有)
num string 消费卡核销数(消费卡类型才有)