查询商户字节码
GET/conf/bytecode
通过链 ID 查询商户在该链的合约字节码。
Request
Query Parameters
chainId int32required
链ID
此为平台内部 ID,不是链上或者钱包里的链 ID,可以从查询链列表接口获取
Responses
- 200
- 401
- 403
- 404
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
code int32required
状态码
msg stringrequired
成功或错误提示
description string
错误提示详情
data string
合约字节码
{
"code": 0,
"msg": "string",
"description": "string",
"data": "string"
}
{
"code": 200,
"msg": "success",
"data": "0xf43d82803e903d91602b57fd5bf33d602d80600a3d3981f3363d3d373d3d3d363d737b90388b40273be414c026c5871e37a8bac3442b5a"
}
Unauthorized
Forbidden
Not Found
Loading...