- weimob callback msg format
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
func TestQueryGoodsList(t *testing.T) {
|
||||
result, totalCount, err := api.QueryGoodsList(1, 20)
|
||||
result, totalCount, err := api.QueryGoodsList(1, 20, nil, nil)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user