取消订单增加日志
This commit is contained in:
@@ -139,6 +139,7 @@ var (
|
||||
"RegisterUser": "注册",
|
||||
"AutoPayForPopluarMan": "每日订单打款",
|
||||
"SyncStoresQualify": "上传门店营业资质",
|
||||
"CancelOrder": "取消订单",
|
||||
}
|
||||
|
||||
MultiStoresVendorMap = map[int]int{
|
||||
|
||||
@@ -6,6 +6,7 @@ const (
|
||||
ThingTypeSku = 3
|
||||
ThingTypeStore = 4
|
||||
ThingTypeUser = 5
|
||||
ThingTypeOrder = 6
|
||||
)
|
||||
|
||||
type ThingMap struct {
|
||||
|
||||
Reference in New Issue
Block a user