查询租户_微信支付设置列表
GET
/webtenant/system/pay/setting/weChat/list请求参数
Query 参数
apiV3Key
string
可选
certClient
string
可选
certClientPath
string
可选
certKey
string
可选
certKeyPath
string
可选
createBy
integer <int64>
可选
createName
string
可选
createTime
string <date-time>
可选
delFlag
string
可选
id
integer <int64>
可选
isJsapi
integer <int32>
可选
isScan
integer <int32>
可选
mchId
string
可选
mchKey
string
可选
name
string
可选
officialId
string
可选
payKey
string
可选
phoneAppId
string
可选
remarks
string
可选
serialNumber
string
可选
tenantId
integer <int64>
可选
tenantName
string
可选
updateBy
integer <int64>
可选
updateName
string
可选
updateTime
string <date-time>
可选
示例代码
返回响应
OK(200)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
可选
dataMap
object
可选
msg
string
可选
rows
array [object]
可选
total
integer <int64>
可选
traceId
string
可选
示例
{
"code": 0,
"dataMap": {},
"msg": "string",
"rows": [
{}
],
"total": 0,
"traceId": "string"
}
最后修改时间: 16 小时前