新增微信支付对接,后台客服取消订单
This commit is contained in:
@@ -6,6 +6,7 @@ type Api struct {
|
||||
userDoctorManage // 医生管理
|
||||
Admin // 公共方法
|
||||
basic // 基础数据
|
||||
order // 订单管理
|
||||
}
|
||||
|
||||
// SysSetting 系统设置
|
||||
@@ -31,3 +32,8 @@ type basic struct {
|
||||
Bank // 银行管理
|
||||
Area // 省市区管理
|
||||
}
|
||||
|
||||
// 订单管理
|
||||
type order struct {
|
||||
OrderInquiry // 问诊订单
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user