- OrderGetPartRefundFoods

This commit is contained in:
gazebo
2019-06-10 15:32:21 +08:00
parent b41cedd314
commit 771aff3c78
2 changed files with 51 additions and 1 deletions

View File

@@ -33,6 +33,14 @@ func TestOrderGetOrderDetail2(t *testing.T) {
t.Log(utils.Format4Output(result, false))
}
func TestOrderGetPartRefundFoods(t *testing.T) {
result, err := api.OrderGetPartRefundFoods(25236870562694625)
if err != nil {
t.Fatal(err)
}
t.Log(utils.Format4Output(result, false))
}
func TestOrderReceived(t *testing.T) {
err := api.OrderReceived(25236872740350976)
if err != nil {