|
|
@@ -569,11 +569,12 @@ if __name__ == '__main__':
|
|
|
# logging.info(order)
|
|
|
|
|
|
|
|
|
+ from config import wallet
|
|
|
# print("\n提币测试...")
|
|
|
# withdraw_params = {
|
|
|
# 'coin': 'USDT',
|
|
|
# 'netWork': 'ETH',
|
|
|
- # 'address': '0xb1f33026db86a86372493a3b124d7123e9045bb4',
|
|
|
+ # 'address': wallet["user_wallet"],
|
|
|
# 'amount': 500
|
|
|
# }
|
|
|
# withdraw_rst = client.wallet.post_withdraw(withdraw_params)
|