文档
测试

店铺终端列表

POST
/pos/storePaymentConfig/pageList

请求头

参数名
类型
描述
必填
Authorization
String
Token值
必填

请求参数

参数名
类型
描述
必填
pageNum
必填
pageSize
必填
search
String
模糊查询店铺代码/店铺名称
必填

响应参数

参数名
类型
描述
必填
code
int
0.正常;1.异常
必填
msg
String
状态描述
必填
data
JSON
必填
total
int
总记录数
必填
records
JSON
记录
必填
id
int
唯一id标识
必填
isspid
String
商户号
必填
systemId
String
系统平台号
必填
secretKey
String
接入密钥
必填
storeNo
String
店铺代码
必填
storeName
String
店铺名称
必填
apiUri
String
接口地址
必填
isBind
int
是否绑定:0否;1是
必填
status
int
状态:0正常;1停用
必填

说明 / 示例

{ "code": 0, "msg": "", "data": { "records": [ { "id": 1, "isspid": "00026714", "systemId": "8888", "secretKey": "test", "storeNo": "440114019", "storeName": "红谷集团总部基地旗舰店", "apiUri": "https://ipos-sa.imageco.cn/", "isBind": 1, "creatorId": 0, "creatorName": null, "createDate": null, "reviserId": 0, "reviserName": null, "modifyDate": null, "status": 0 } ], "total": 1, "size": 10, "current": 1, "orders": [], "optimizeCountSql": true, "hitCount": false, "countId": null, "maxLimit": null, "searchCount": true, "pages": 1 }, "success": true }