- price change request can be cancled by set the req price to the same as online

- if the req price is same as online, ignore it
This commit is contained in:
gazebo
2018-12-22 11:51:36 +08:00
parent 7afc8228a6
commit 3492d40874
2 changed files with 100 additions and 24 deletions

View File

@@ -20,6 +20,7 @@ const (
RequestStatusNew = 0
RequestStatusRejected = 1
RequestStatusAccepted = 2
RequestStatusCanceled = 3
)
var (