详解ERP接口查询与写入适配器的注意事项
Source: Qeasy Cloud756 views
-
查询注意事项适配器:\Adapter\YYU8\U8CDQGQueryAdapter
- 接口文档没有明确字段是否必填,需要逐一测试。
- pagesize表示当前页,pagecount表示每页显示数量,若pagecount=0则每页显示1条。
- beginDate和endDate应传递短日期格式(如2023-09-11),存货查询接口是这样,其他接口需要测试。
- 列表详情查询:其他请求参数需配置如下:
- responseKey:列表请求响应结果中的详情请求参数
- invokeKey:详情请求接口参数
- detailApi:详情请求接口
-
写入注意事项适配器:\Adapter\YYU8\U8CDQGExecuteAdapter
- 写入参数参考接口文档上的传递说明,不需要复制整个字段,只需小数点后面的内容。
- 明细参数例如mainModel.Details=new List
();意思是字段类型为一个数组。
Copyright Notice
The article "详解ERP接口查询与写入适配器的注意事项" 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.