Replies: 2 comments 3 replies
-
你可以把服务抽成 npm 包,然后直接引用。。 |
Beta Was this translation helpful? Give feedback.
1 reply
-
http 就走标准的请求呗,axios 啥的,grpc 也是一样的。 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
背景
现在
需求
调用普通http项目服务的时候,和调用微服务一样
同时也支持类型提示
我想手动实现,但是没找到好的思路,大概就是
拿到controller的信息,生成
Beta Was this translation helpful? Give feedback.
All reactions