Browse Source

Merge branch 'master' of http://git.choozmo.com:3000/choozmo/ArkCard-Linebot into master

jeter20131220 3 năm trước cách đây
mục cha
commit
76029512e3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -176,7 +176,7 @@ def message(event):
             actions=[
             actions=[
                 URITemplateAction(
                 URITemplateAction(
                     label='打開我的NFT收藏頁面',
                     label='打開我的NFT收藏頁面',
-                    uri='https://api.ptt.cx:8228/collection/' + event.source.user_id),])
+                    uri='http://ark.cards/collect.html?' + event.source.user_id),])
         line_bot_api.reply_message(
         line_bot_api.reply_message(
             event.reply_token,
             event.reply_token,
             TemplateSendMessage(
             TemplateSendMessage(