美团配送增加api,查询商家账号信息

This commit is contained in:
苏尹岚
2020-01-17 10:54:59 +08:00
parent eb3249ccf3
commit ac2696f233
2 changed files with 13 additions and 0 deletions

View File

@@ -10,3 +10,10 @@ func TestPagePoiUpdate(t *testing.T) {
t.Fatal(err)
}
}
func TestGetAccountDetail(t *testing.T) {
err := api.GetAccountDetail()
if err != nil {
t.Fatal(err)
}
}