- pending store op price change request.

This commit is contained in:
gazebo
2018-12-20 15:51:11 +08:00
parent 55f2445eb4
commit 5119791de2
12 changed files with 367 additions and 2 deletions

View File

@@ -46,6 +46,8 @@ func InitServiceInfo(version, buildDate, gitCommit string) {
"orderTypeName": model.OrderTypeName,
"storeDeliveryTypeName": scheduler.StoreDeliveryTypeName,
"taskStatusName": tasksch.TaskStatusName,
"opRequestType": model.RequestTypeName,
"opRequestStatusName": model.RequestStatusName,
},
}
Init()