Your Name 3 anni fa
parent
commit
b00997ed00
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      step_question/apis/newbot.py

+ 1 - 1
step_question/apis/newbot.py

@@ -58,7 +58,7 @@ handler = WebhookHandler('58a73d69c3ad6416e0b465e64c30526a')
 @app.get("/msg/{item_id}")
 async def coffee_msg(item_id):
     line_bot_api.push_message(item_id, TextSendMessage(text='開啟下方完整券樣(密碼9888)至櫃台掃碼兌換。https://txp.rs/v/EvX69b4Xq9'))
-    line_bot_api.push_message(item_id, ImageSendMessage('http://q.ptt.cx/a1/images/finalcoupon.png', 'http://q.ptt.cx/a1/images/finalcoupon.png') )
+    line_bot_api.push_message(item_id, ImageSendMessage('https://cal.ptt.cx:5443/static/images/finalcoupon.png', 'https://cal.ptt.cx:5443/static/images/finalcoupon.png') )
     print('send images')
     return {"code":"ok" }