- jd unlockOrder msg added.
This commit is contained in:
@@ -62,6 +62,10 @@ func (c *DjswController) LockOrder() {
|
|||||||
c.orderStatus(false)
|
c.orderStatus(false)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (c *DjswController) UnlockOrder() {
|
||||||
|
c.orderStatus(false)
|
||||||
|
}
|
||||||
|
|
||||||
func (c *DjswController) UserCancelOrder() {
|
func (c *DjswController) UserCancelOrder() {
|
||||||
c.orderStatus(false)
|
c.orderStatus(false)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user