- weimob callback msg format

This commit is contained in:
gazebo
2019-01-20 10:09:25 +08:00
parent bc9707b8b6
commit 7f5c14b3b1
6 changed files with 89 additions and 20 deletions

View File

@@ -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)
}