- 一些结账相关的常量
This commit is contained in:
@@ -28,6 +28,10 @@ const (
|
||||
WaybillStatusCanceled = "100"
|
||||
)
|
||||
|
||||
const (
|
||||
NotifyTypeSuccess = "agree"
|
||||
)
|
||||
|
||||
func (a *API) OrderReceived(orderID int64) (err error) {
|
||||
_, err = a.AccessAPI("order/poi_received", true, map[string]interface{}{
|
||||
KeyOrderID: orderID,
|
||||
|
||||
Reference in New Issue
Block a user