文档
测试

添加钱包

POST
http://154.85.61.43:8080/addWallet

请求头

参数名
类型
描述
必填
Authorization
string
身份令牌
必填

请求参数

参数名
类型
描述
必填
password
string
钱包支付密码
必填
addType
bool
true:导入私钥;false:创建新地址
必填
privkey
string
私钥(可选)
必填

响应参数

参数名
类型
描述
必填
code
int
状态码
必填
message
string
返回描述
必填
data
dict
必填
address
string
钱包地址
必填
privkey
string
私钥
必填