跳到主要内容

查询商户字节码

GET 

/conf/bytecode

通过链 ID 查询商户在该链的合约字节码。

Request

Query Parameters

    chainId int32required

    链ID

    此为平台内部 ID,不是链上或者钱包里的链 ID,可以从查询链列表接口获取

Responses

OK

Schema

    code int32required

    状态码

    msg stringrequired

    成功或错误提示

    description string

    错误提示详情

    data string

    合约字节码

Loading...