简要描述:
- 我的客户
请求URL:
POST:一级域名/index.php?s=/wapapi/addons/execute/addons/blockchain/controller/blockchain/action/memberBlockChainRecordDetail
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
id | 是 | int | 明细id |
返回示例:
正确时返回: { "code": 0, "data": { "id": 191, "trade_no": "HPO190831035121165", "uid": 266, "from_type": 4, "cash": "0.0164", "status": 1, "memo": "", "create_time": 1567237881, "gas": "0.001500", "website_id": 26, "text": "eth订单支付", "data_id": "156723786889361000", "from_address": "0x6e26a9c980594035930e4c16c1cbd22edc881954", "to_address": "0x86125d64bbe4bf143bf19b5169d6a22711d87335", "prepay_id": "960c8ba4a9d84a37afe5b5d04bba5035", "gwei": 5, "hash": "0xd6aea5f0c4e65b4316c5f022520e3a68606bb97c7707677914f12ea933794f1c", "hash_url": "https://ropsten.etherscan.io/tx/0xd6aea5f0c4e65b4316c5f022520e3a68606bb97c7707677914f12ea933794f1c", "user_name": "欢欢", "ask_for_date": "2019-08-31 15:51:21", "status_name": "待审核", "gasPrice": "0.001500ETH", "coin_name": "ETH", "point": 0, "type_name": "eth支付", "count": "-0.0164ETH" } }
**错误时返回:**
{ "code": -1, "message": "系统繁忙" }
### 返回参数说明:
|参数名|类型|说明|
|:---- |:---|:----- |----- |
|id |int |流水ID|
|type_name |string |类型名称|
|trade_no |string |流水号|
|status_name |string |状态|
|to_address |string |收款方|
|coin_name |string |币种|
|ask_for_date |string |交易时间|
|count |float |变动金额|
|gasPrice |float |手续费eth/eos|
|total_count |int |总数据条数|
|page_count |int |总分页数|
|page_index |int |当前分页|
|page_size |int |分页大小,默认14|
|status |int |1已完成0处理中2失败|
|reason |string |失败原因|
|hash |string |hash值|
|hash_url |string |查看hash值|
|point |int |积分|0不显示