This commit is contained in:
2026-07-30 15:05:56 +08:00
parent 1c5d50c339
commit f41ec31852
11 changed files with 269 additions and 49 deletions
+4
View File
@@ -14,3 +14,7 @@ var Poi = new(poi)
func (c *poi) Search(ctx context.Context, req *dto.SearchPoiReq) (res *dto.SearchPoiRes, err error) {
return service.PoiService.Search(ctx, req)
}
func (c *poi) Suggest(ctx context.Context, req *dto.SuggestPoiReq) (res *dto.SuggestPoiRes, err error) {
return service.PoiService.Suggest(ctx, req)
}