接口根据前端的判断条件返回想要的数据,代码该怎么写?
NetService.getInstance() .post(xxx,{ Inputs: { }, }) .subscribe((res) => { });
要看后端你用到什么技术