美团配送名字

This commit is contained in:
苏尹岚
2020-09-15 09:19:23 +08:00
parent 1990f73690
commit 4d12094ace
3 changed files with 28 additions and 1 deletions

View File

@@ -35,3 +35,11 @@ func TestRefreshToken(t *testing.T) {
}
t.Log(utils.Format4Output(result, false))
}
func TestGetStoreInfo(t *testing.T) {
result, err := api.GetStoreInfo(666772)
if err != nil {
t.Fatal(err)
}
t.Log(utils.Format4Output(result, false))
}