sfps callback
This commit is contained in:
@@ -101,14 +101,14 @@ func TestCancelOrder(t *testing.T) {
|
||||
|
||||
//订单实时信息查询
|
||||
func TestGetOrderStatus(t *testing.T) {
|
||||
resp, err := api.GetOrderStatus("JS4157196256886")
|
||||
resp, err := api.GetOrderStatus("JS4157016257273")
|
||||
fmt.Println(utils.Format4Output(resp, false))
|
||||
fmt.Println(err)
|
||||
}
|
||||
|
||||
//
|
||||
func TestGetRiderLatestPosition(t *testing.T) {
|
||||
resp, err := api.GetRiderLatestPosition("JS4157196256886")
|
||||
resp, err := api.GetRiderLatestPosition("JS4157016257273")
|
||||
fmt.Println(utils.Format4Output(resp, false))
|
||||
fmt.Println(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user