fix: apiservice template rpc generate filepath

This commit is contained in:
xuthus5 2024-03-20 22:50:38 +08:00
parent 86ef6e86bf
commit c3800bcf99
Signed by: xuthus5
GPG Key ID: A23CF9620CBB55F9

View File

@ -10,7 +10,7 @@ option go_package = "{{.Name}}/gen;genv1";
// @route_group: true
// @base_url: /v1/file
// @gen_to: ./services/controller/v1/file_controller.go
// @rpc_to: ./services/rpc/v1/file_impl.go
// @rpc_to: ./services/microservice/v1/file_service.go
service FileService {
// @desc: 列表
// @author: Young Xu