[TOC]
## 添加订单
~~~[api]
post:/order/add
*int:member_id=1#会员
*int:score=1000#使用积分
*goods# 提交json 格式 '-1-退货 0-赠送,1-售出':[{"goods_id": 1,"price": 100,"state": 0, "count": 2,"coupon_list":[{"coupon_id":1,"num":2},{"coupon_id":2,"num":1}]},{"goods_id": 2,"price": 101,"state": 1, "count": 1,"coupon_list":[{"coupon_id":3,"num":3},{"coupon_id":4,"num":4}]}]
*int:ora_id=1 #订单满送电子券表ID,没有传0
*string:order_coupon_list=[{"coupon_id":1,"num":2},{"coupon_id":1,"num":2}] # 订单满送电子券json 字符串 没有传空[{"coupon_id":1,"num":2},{"coupon_id":1,"num":2}]
*array:use_coupon_list=[1,2,3] #订单使用了会员电子券ID数组 没有用传0
*int:balance=1000#使用帐户余额
string:remark=订单备注 # 订单备注
<<<
success
{
"code": 0,
"info": "成功",
"data":{
"id": 1
}
}
<<<
error
~~~
## 撤销订单前验证是否使用 非自己制的券
~~~[api]
post:/order/cancelago
*int:id=1#
<<<
success
<<<
error
~~~
## 撤销订单
~~~[api]
post:/order/cancel
*int:id=1#
<<<
success
<<<
error
~~~
## 列表
~~~[api]
post:/order/list
*int:page=1#页码
*int:limit=10#每页显示个数
int:member_id=1000#
string:begin=2018-11-01#
string:end=2018-11-03#
<<<
success
<<<
error
~~~
## 订单
~~~[api]
post:/order/get
*int:id=1#
<<<
success
<<<
error
~~~
## 销售下单获取会员现金券列表
~~~[api]
post:/order/elecouponlist
*int:page=1#页码
*int:limit=10#每页显示个数
*int:member_id=10#会员ID
<<<
success
<<<
error
~~~
## 通过金额获取订单满送电子券列表
~~~[api]
post:/order/getorderelecoupon
*int:page=1#页码
*int:limit=10#每页显示个数
*int:amount=10#金额
<<<
success
{
"code": 0,
"info": "成功",
"data":{
"id": 1,
"amount": 100,
"coupon_list":[
{"id": 7, "ora_id": 1, "coupon_id": 1, "user_id": 1000, "create_date": 1543038141,…},
{"id": 2, "ora_id": 1, "coupon_id": 5, "user_id": 1000, "create_date": 1542870826,…}
]
}
}
<<<
error
~~~
## 再次打印订单
~~~[api]
post:/order/reprint
*string:id=默认值#说明文字
<<<
success
ture成功
false 失败
<<<
error
~~~
## 同步到小算盘
~~~[api]
post:/order/synchro
*id:id=默认值#ID
<<<
success
~~~
- 全局说明
- 微信相关接口
- 首页
- 系统消息
- 消息中心
- 基础设置
- 门店管理
- 员工管理
- 职务管理
- 会员
- 标签管理
- 会员管理
- 会员等级
- 会员等级权益
- 会员权益核销
- 聊天记录
- 会员等级电子券
- 商品
- 商品分类
- 商品品牌
- 商品管理
- 订单
- 设置
- 生日提醒
- 积分规则
- 客服消息设置
- 群发消息
- 会员/售后待办
- 关键字回复
- 自定义菜单
- 会员卡号规则设置
- 会员卡ID设置
- 客服经理
- 小算盘设置
- 个人中心
- 员工我的待办列表
- 跟进
- 会员动态
- 会员积分/余额
- 订单记录列表
- 个人中心详情页面
- 会员待办列表
- 会员电子券
- 客户平台
- 会员聊天
- 我的顾问
- 客户订单
- 客户中心
- 客户电子券
- 我的动态
- 会员积分/余额
- 统计
- 会员统计
- 会员发展统计
- 销售统计
- 待办统计
- 电子券统计
- 会员等级变更统计
- 积分统计
- 余额统计
- 电子券核销统计
- 权限管理
- 员工权限
- 电子券
- 订单满额
- 订单电子券
- 商品组电子券
- 群发电子券
- 一对一投放
- 商品组
- 商品组商品
- 会员分配
- PC版相关
- 导出相关
- 开通流程页面
- 合作商家
- 商家相关
- 引流券相关
- 合作商家
- 领取功能
- 打印设置
- 小算盘
- e学堂
- 获取Openid