文档
测试

分页查询币种协议

POST
coinProtocol/pageCoinProtocol

请求头

参数名
类型
描述
必填
token
必填

请求参数

参数名
类型
描述
必填
limit
int
一页几条
必填
page
int
第几页
必填
coinCode
String
币种符号
可选
status
int
状态
可选
langCode
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
msg
string
示例:
必填
obj
object
数据字典
必填
rows
array
数据列表
必填
id
int
示例:1
必填
coinCode
string
示例:ETH(币种符号)
必填
protocolId
int
示例:1(协议id)
必填
status
int
示例:1(状态1:开启,2:关闭)
必填
contractAddress
string
示例:adsadasdasd(合约地址)
必填
withdraw
int
示例:1(是否可以提币1:是,2:否)
必填
recharge
int
示例:1(是否可以充币1:是,2:否)
必填
leastPaceNum
float
示例:12.1(最小提现额度)
必填
feeType
int
示例:1(手续费类型 1:固定费率)
必填
fee
float
示例:1.1(手续费)
必填
keepDecimal
int
示例:1(精度)
必填
created
string
示例:2021-01-18
必填
modified
string
示例:2021-01-18
必填
international
obj
全球化信息
必填
id
long
主键id
必填
coinProtocolId
long
币种协议ID
必填
description
String
描述(注意事项等)
必填
titile
string
标题
必填
language
string
语种符号
必填
page
int
示例:1
必填
pageSize
int
示例:10
必填
total
int
示例:19
必填
msg
object
示例:null
必填
code
string
示例:100
必填
version
string
示例:1.0
必填
size
int
示例:0
必填

说明 / 示例

{ "success": true, "msg": "", "obj": { "rows":[ { "id":1, "coinCode":"ETH", "protocolId":1, "status":1, "contractAddress":"adsadasdasd", "withdraw":1, "recharge":1, "leastPaceNum":12.1, "feeType":1, "fee":1.1, "keepDecimal":1.0, "created":"2021-01-18", "modified":"2021-01-18", "international":{ "id":1, "coinProtocolId":1, "title":"aaa", "description":"这是一个什么什么协议", "language":"zh_CN" } } ], "page":1, "pageSize":10, "total":19, "msg":null } , "code": "100", "version": "1.0", "size": 0 }