- 一些结账相关的常量

This commit is contained in:
gazebo
2019-03-21 11:33:46 +08:00
parent 61784c06f6
commit 09caec9124
3 changed files with 20 additions and 0 deletions

View File

@@ -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,