Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged node直接转发接口

0 votes
430 views
1 answer
    后台提供了一个接口: 获取所有用户交易记录 这个接口在后台做为用户列表的搜索页面 在前台为单个用户的个人交易记录 在node端我实现的是接口的转发,把js的接口转发到后台 所以我在js中调用接口的方式为: /v1/ ... 办法很麻烦,我要根据不同的接口拼接不同的数据 url直接连接我认为没什么问题,没想到什么好的别的请求办法 ...
asked Feb 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...