@@ -13,7 +13,7 @@ export const addLiquidity = async (position, symbol, maxUsdValue) => {
.then((res) => res.json())
.then((data) => {
if (data.success) {
- message.success('快速复制成功')
+ console.log('快速复制成功')
// discord 通知
fetch('https://discord.com/api/webhooks/1457714616636280978/YFMGaZEj2gJwUjINpFfJIkagG1I3SLZRwz9bGpc2OlGFWBVa88r73cMIkBpX3iGpSIjV', {
method: 'POST',