平台连接器参数详解
Source: Qeasy Cloud889 views
平台连接器参数
连接器是存储各个软件平台连接参数的数据集合。每个平台都有独特的连接参数,用户可以在生产、测试和开发环境中选择。设置连接参数需要通过平台授权登录获取token,但有些平台无需token鉴权,可以直接查询。
[
{
"code": "host",
"label": "host",
"value": ""
},
{
"code": "appid",
"label": "appid",
"value": ""
},
{
"code": "secret",
"label": "secret",
"value": ""
}
]
上面的示例中,appid和secret用于获取token验证,并定义了接口请求地址。这些参数是从相应平台接口文档中提取的重要信息。在接入新平台时,需要定义好连接器参数,以便在SDK的connection方法中使用。
Copyright Notice
The article "平台连接器参数详解" is original content owned by 广东轻亿云软件科技有限公司. Reposting, quoting, copying or mirroring is strictly prohibited without written authorization. Please contact us for authorization and credit the author and source (including the original link) prominently.