aa
This commit is contained in:
@@ -30,8 +30,8 @@ func TestGetRealMobileNumber4Order(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestGetStoreOrderInfo(t *testing.T) {
|
||||
orderId := "2111389500000761"
|
||||
orderInfo, err := api.GetStoreOrderInfo(orderId, "11857499")
|
||||
orderId := "2109362566000132"
|
||||
orderInfo, err := api.GetStoreOrderInfo(orderId, "11917237")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
@@ -310,7 +310,7 @@ func TestPeiZhiJdZhangHao(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestQueryMemberTransListByCondition(t *testing.T) {
|
||||
result, err := api.QueryMemberTransListByCondition(1, 10)
|
||||
result, err := api.QueryMemberTransListByCondition(4, 20)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user