美团配送增加api,查询商家账号信息
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user