文档
测试

根据终端编码查询关联商品信息

GET
https://openapi.ruwii.com/api/goods/terminal-goods-get

接口描述

按章鱼通-子商城已上线的商品给出spuid列表

接口名

terminal.goods.get

请求URL

https://openapi.ruwii.com/api/goods/terminal-goods-get

公共请求参数

application/x-www-form-urlencoded
参数名
类型
描述
必填
clientId
String
应用Id
必填
method
String
调用接口名
必填
accessToken
String
用户认证凭证
必填
sign
String
参数签名
必填
timestamp
Long
时间戳,当前时间的毫秒数
必填
v
String
api版本号,值:1.0
必填

业务请求参数

参数名
类型
描述
必填
pageNo
Int
分页编号,每页的默认数据量为100条
必填

响应参数

application/json
参数名
类型
描述
code
Int
请求返回码
message
String
请求返回消息
data
list
响应业务数据
spuCode
String
商品spu编码
totalResults
Int
当前请求返回记录条数
errorNote
String
二级错误响应信息

返回示例

```json { "code": 0, "message": "成功", "data": [ { "spuCode": "G202203221349549627" }, { "spuCode": "G202110151149485841" }, { "spuCode": "G202101041154395675" }, { "spuCode": "G202011230946165611" }, { "spuCode": "G202010231103145590" }, { "spuCode": "G202009301452435588" }, { "spuCode": "G202009301039325587" }, { "spuCode": "G202009301033245586" }, { "spuCode": "G202009301020065585" }, { "spuCode": "G202009221005565584" }, { "spuCode": "G202009220943005581" }, { "spuCode": "G202009211410475576" }, { "spuCode": "G202009211325535569" }, { "spuCode": "G202009211020475564" }, { "spuCode": "G202009181640215563" }, { "spuCode": "G202009181511155562" }, { "spuCode": "G202009151759305561" }, { "spuCode": "G202009100912005559" }, { "spuCode": "G202009081503505557" }, { "spuCode": "G202009031712065555" }, { "spuCode": "G202005211331085498" }, { "spuCode": "G202005181657555497" }, { "spuCode": "G202005181653005496" }, { "spuCode": "G202005181507505494" }, { "spuCode": "G202005141707175493" }, { "spuCode": "G202005141652175492" }, { "spuCode": "G202005141100495491" }, { "spuCode": "G202005141039465490" }, { "spuCode": "G202005141009235489" }, { "spuCode": "G202005131706315488" }, { "spuCode": "G202005130956505487" }, { "spuCode": "G202005121414125486" }, { "spuCode": "G202004151414335476" }, { "spuCode": "G202003171043555473" }, { "spuCode": "G202003160937445472" }, { "spuCode": "G202003121037525471" }, { "spuCode": "G202003111753215470" }, { "spuCode": "G202003111751215469" }, { "spuCode": "G202003111705345468" }, { "spuCode": "G20190927113329207" }, { "spuCode": "G20190807103244178" }, { "spuCode": "G20190718100206170" }, { "spuCode": "G20190715100745162" } ], "totalResults": 43 } ```