This commit is contained in:
suyl
2021-05-13 16:21:24 +08:00
parent 4933ef6ef1
commit f7a6b5f528
7 changed files with 94 additions and 8 deletions

View File

@@ -30,8 +30,8 @@ func TestGetRealMobileNumber4Order(t *testing.T) {
}
func TestGetStoreOrderInfo(t *testing.T) {
orderId := "2109303620000162"
orderInfo, err := api.GetStoreOrderInfo(orderId, "11906188")
orderId := "2111389500000761"
orderInfo, err := api.GetStoreOrderInfo(orderId, "11857499")
if err != nil {
t.Fatal(err)
}
@@ -309,6 +309,10 @@ func TestPeiZhiJdZhangHao(t *testing.T) {
}
}
func TestSecond(t *testing.T) {
func TestQueryMemberTransListByCondition(t *testing.T) {
result, err := api.QueryMemberTransListByCondition(1, 10)
if err != nil {
t.Fatal(err)
}
t.Log(utils.Format4Output(result, false))
}