This commit is contained in:
suyl
2021-05-19 17:11:22 +08:00
parent 95d82054e5
commit b2e1afa342
3 changed files with 8 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ import (
)
func TestQuerySingleOrder(t *testing.T) {
retVal, err := api.QuerySingleOrder("2027681234000062")
retVal, err := api.QuerySingleOrder("2111729701001462")
t.Log(utils.Format4Output(retVal, false))
if err != nil {
t.Error(err)
@@ -120,9 +120,9 @@ func TestOrderAddTips(t *testing.T) {
func TestOrderQuery2(t *testing.T) {
orderList, _, err := api.OrderQuery2(&OrderQueryParam{
OrderPurchaseTimeBegin: "2021-04-19 00:00:00",
OrderPurchaseTimeEnd: "2021-04-19 23:59:59",
PageNo: 1,
PageSize: 99999,
OrderPurchaseTimeEnd: "2021-04-19 23:59:59",
PageNo: 1,
PageSize: 99999,
})
t.Log(utils.Format4Output(orderList, false))
if err != nil {