unipush
This commit is contained in:
@@ -112,3 +112,11 @@ func TestParseErr4RetailDiscountDelete(t *testing.T) {
|
||||
failedList := ParseErr4RetailDiscountDelete(errExt)
|
||||
t.Log(utils.Format4Output(failedList, false))
|
||||
}
|
||||
|
||||
func TestGetByAppPoiCodeAndType(t *testing.T) {
|
||||
result, err := api.GetByAppPoiCodeAndType("9375120", 1, 1)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user