多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
### 查询信息模板列表 ``` api.findAeProductDetailModuleListByQurey -- version: 1 ``` ## 系统级输入参数 | 名称 | 类型 | 是否必须 | 描述 | | --- | --- | --- | --- | | _aop_timestamp | String | 否 | 请求时间戳 | | _aop_signature | String | 是 | 请求签名 | | access_token | String | 是 | 用户授权令牌 | ## 应用级输入参数 | 名称 | 类型 | 是否必须 | 描述 | 示例值 | 默认值 | | --- | --- | --- | --- | --- | --- | | moduleStatus | String | 是 | 要查询模块的状态,包含:tbd(审核不通过),auditing(审核中),approved(审核通过) | | | | type | String | 否 | 要查询模块的类型,包含:custom(自定义模块),relation(关联模块) | | | | pageIndex | Integer | 是 | 要查询当前页码,每页返回50条记录,从1开始 | | | ## 返回结果 | 名称 | 类型 | 是否必须 | 描述 | 示例值 | | --- | --- | --- | --- | --- | | aeopDetailModuleList | [AeopDetailModule[]](http://gw.api.alibaba.com/dev/doc/intl/message.htm?n=AeopDetailModule&ns=aliexpress.open&t=2&a=api.findAeProductDetailModuleListByQurey&v=1) | 是 | 模块信息列表 | [{"id":2194354,"moduleContents":"1350593917,1354823930,1353525682","status":"approved","name":"test123456","type":"relation","aliMemberId":200042360},{"id":2088506,"moduleContents":" ","status":"approved","name":"testcc111","type":"custom","aliMemberId":200042360},{"id":1762000,"moduleContents":" sdfsdf ","status":"approved","name":"3433","type":"custom","aliMemberId":200042360},{"id":1729207,"moduleContents":" asdfasdfasdf \n asdfasdfasdf \n ","status":"approved","name":"bbbbbdfasda","type":"custom","aliMemberId":200042360},{"id":1726203,"moduleContents":" \n ly ","status":"approved","name":"aaaaaaaaaaaa","type":"custom","aliMemberId":200042360},{"id":23003,"moduleContents":" ","status":"approved","name":"ccccccccccc","type":"custom","aliMemberId":200042360},{"id":1649000,"moduleContents":" ","status":"approved","name":"2342312312","type":"custom","aliMemberId":200042360},{"id":1344000,"moduleContents":"595360445,595360449,595360446,595360428","status":"approved","name":"4589","type":"relation","aliMemberId":200042360},{"id":10012,"moduleContents":" Ω≤≥°C°F√μ ","status":"approved","name":"test1","type":"custom","aliMemberId":200042360},{"id":10007,"moduleContents":"595360447,690226500,690186781","status":"approved","name":"test","type":"relation","aliMemberId":200042360},{"id":31000,"moduleContents":" sfgsdfgsfgsdf \n sf \n gsdfg","status":"approved","name":"sasdf","type":"custom","aliMemberId":200042360},{"id":20001,"moduleContents":" testsfdgsdf ","status":"approved","name":"test111","type":"custom","aliMemberId":200042360},{"id":10014,"moduleContents":" iphone ","status":"approved","name":"iphone","type":"custom","aliMemberId":200042360}] | | currentPage | int | 是 | 当前页号 | 1 | | totalPage | int | 是 | 总页数 | 10 | | success | boolean | 是 | 接口调用结果。true/false分别表示成功和失败。 | true | ## 错误码 | 错误码 | 错误描述 | 解决方案 | | --- | --- | --- | | 14033003 | 模块不存在 | | | 14030996 | 输入参数错误 | | | 14039999 | 系统错误 | |