- 修正各平台与拉取订单相关的API的bug

This commit is contained in:
gazebo
2019-07-18 18:35:59 +08:00
parent e29e30604e
commit 061e906d17
8 changed files with 210 additions and 23 deletions

View File

@@ -31,6 +31,7 @@ func TestOrderQuery(t *testing.T) {
if err != nil {
t.Fatalf("OrderQuery return error:%v", err)
}
t.Log(utils.Format4Output(result, false))
if len(result) == 0 || totalCount == 0 {
t.Fatal("OrderQuery return empty data")