lushdog@outlook.com 4 주 전
부모
커밋
4ca685907d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      addLiq.mjs

+ 1 - 1
addLiq.mjs

@@ -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',