- jd unlockOrder msg added.

This commit is contained in:
gazebo
2018-09-07 11:50:04 +08:00
parent 686256be3e
commit 6a4a84826e

View File

@@ -62,6 +62,10 @@ func (c *DjswController) LockOrder() {
c.orderStatus(false)
}
func (c *DjswController) UnlockOrder() {
c.orderStatus(false)
}
func (c *DjswController) UserCancelOrder() {
c.orderStatus(false)
}