以文本方式查看主题 - Foxtable(狐表) (http://www.foxtable.com/bbs/index.asp) -- 专家坐堂 (http://www.foxtable.com/bbs/list.asp?boardid=2) ---- 请教SDK使用问题 (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=176120) |
-- 作者:z769036165 -- 发布时间:2022/3/31 16:23:00 -- 请教SDK使用问题 SDK使用实例说明(普通方式)1. 设置接口基本信息
2. 获取SDK接口
3. 使用接口获取数据每个接口都需要带上Token信息才能使用
这个是需要SDK使用说明,请教第2步怎么在ft中怎么写呢?研究老半天还是出不来!下面是SDK提供的例子 SdkBaseInfo.BaseUrl = _host; //设置服务器地址 IOrgAppService orgAppService = ServiceContainer.GetService<IOrgAppService>(); UserLoginIntegrationByUserLoginNameDto userLoginDto = new UserLoginIntegrationByUserLoginNameDto();orgAppService.UserLoginIntegrationByUserLoginName(userLoginDto); [此贴子已经被作者于2022/3/31 16:25:18编辑过]
|
-- 作者:有点蓝 -- 发布时间:2022/3/31 16:32:00 -- c#转换为vb代码参考:https://converter.telerik.com/ |