请求接口
/ThirdApi/Assets/getWithdrawAddressList
| 参数 | 是否必传 | 类型 | 说明 | 
| token | 是 | string | 用户token | 
| item_id | 否 | int | 币种ID 例如:10007 | 
| chain_tag | 否 | sting | 链名称 例如 trc20 | 
{
    "status": 200,
    "source": "API",
    "msg": "OK",
    "data": [{
        "ua_id": 569, 
        "user_id": 10000007707, 
        "client_user_id": "123456", 
        "item_id": 10007, 
        "address": "0x1071fdff6aa32e2cfe9fbb3ce68ff4013abc9bc3",
        "qrcode_url": "",
        "chain_tag": "erc20", 
        "remark": "三方用户提币地址" 
    },
      {
        "ua_id": 568,
        "user_id": 10000007707,
        "client_user_id": "123456",
        "item_id": 10007,
        "address": "0x1071fdff6aa32e2cfe9fbb3ce68ff4013abc9bc3",
        "qrcode_url": "",
        "chain_tag": "erc20",
        "remark": "三方用户提币地址"
      }
    ],
    "seconds": 1634061549,
    "microtime": 1634061549422
}