Browse Source

更改空投nft

CJYen 3 years ago
parent
commit
8ef7250d2d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main.py

+ 2 - 2
main.py

@@ -299,8 +299,8 @@ async def nftdrops(userModel : models.NftDrops):
 
     # input對應
     eventid = '1'
-    nftid = '101'
-    nftid2 = '102'
+    nftid = '1001'
+    nftid2 = '1002'
     userid = userModel.userid
     email = userModel.email