以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  API接口问题  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=180146)

--  作者:benwong2013
--  发布时间:2022/9/30 13:49:00
--  API接口问题
 API 地址:http://121.**.***.***:8080/lims3/business/result/updateResultsInfoByImportInterface

{
    "resultsInfos": [
        {
            "resulsid": "aaaa",
            "numres": "1.22"
        },
        {
            "resulsid": "bbbb",
            "numres": "1.0"
        }
    ]
}

请问在FT中如何处理API地址,然后找到resulsid的numres,并将结果填写到numres中;

--  作者:有点蓝
--  发布时间:2022/9/30 14:04:00
--  
这个地址是别人提供的?还是自己做web服务提供接口给别人的?
--  作者:benwong2013
--  发布时间:2022/9/30 14:10:00
--  
 都是别人提供的,然后我有resulsid,需要将我系统中对应这个id的结果写到他提供接口的numres中
--  作者:有点蓝
--  发布时间:2022/9/30 14:11:00
--  
接口说明文档发上来看看