- correct implementation of AddOrderAfterQuery

This commit is contained in:
gazebo
2019-01-24 13:48:33 +08:00
parent 15b9c45598
commit 68f1ab3774
3 changed files with 55 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import (
)
func TestShopDetail(t *testing.T) {
result, err := dadaapi.ShopDetail("100119")
result, err := dadaapi.ShopDetail("18180948107")
if err != nil {
t.Fatal(err)
}