新增微信支付对接,后台客服取消订单

This commit is contained in:
2023-08-03 14:42:33 +08:00
parent faabe27f32
commit 96308ff608
18 changed files with 684 additions and 1 deletions
+6
View File
@@ -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 // 问诊订单
}