aa
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user