Sfoglia il codice sorgente

(modify):添加dexscreener链接

admindog 2 mesi fa
parent
commit
5d9abff739
1 ha cambiato i file con 9 aggiunte e 1 eliminazioni
  1. 9 1
      src/code/telegram_get_gmgnalertbot_sol.py

+ 9 - 1
src/code/telegram_get_gmgnalertbot_sol.py

@@ -221,7 +221,7 @@ def send_feishu(arr_obj_sendmsg):
             } ,
             {
             "tag": "text",
-            'text': ' ' + obj_sendmsg['str_swap_token_amount'] + 'token' ,
+            'text': ' ' + obj_sendmsg['str_swap_token_amount'] + 'tokens' ,
             } ,
             {
             "tag": "text",
@@ -279,6 +279,14 @@ def send_feishu(arr_obj_sendmsg):
             "tag": "a",
             "href": "https://gmgn.ai/sol/token/" + obj_sendmsg["str_tokenaddress"],
             "text": "GMGN "  + obj_sendmsg["str_tokenaddress"][-6:]
+           
+        }])
+
+        content.append([{
+            "tag": "a",
+            "href": "https://dexscreener.com/solana/" + obj_sendmsg["str_tokenaddress"] + "?maker=" +obj_sendmsg["str_dalaoaddress"],
+            "text": "DEX "  + obj_sendmsg["str_tokenaddress"][-6:]
+             
         }])
 
         content.append([{