请求接口
/ThirdApi/Assets/addDepositAddress
| 参数 | 是否必传 | 类型 | 说明 | 
| token | 是 | string | 用户token | 
| api_key | 是 | string | 接口请求提供的api_key | 
| item_id | 否 | int | 币种ID 例如:10007 | 
| bak | 是 | string | 地址备注 | 
| chain_tag | 否 | sting | 链名称 例如 trc20 | 
{
    "status": 200,
    "source": "API",
    "msg": "OK",
    "data": {
        "user_id": 10000007707,
        "item_id": 10007,
        "chain_tag": "erc20",
        "address": "0x669341f730528c6e25a272a2677c05d2b341cc29",
        "status": 1,
        "transactions": 0,
        "create_time": 1634068355,
        "update_time": 1634068355,
        "bak": "测试备注信息5",
        "ua_id": 4228,
        "qrcode_url": "", 
        "client_user_id": "123456"
    },
    "seconds": 1634068355,
    "microtime": 1634068355755
}