Ltre Oreki 1 year ago
parent
commit
1915c7704e
1 changed files with 12 additions and 8 deletions
  1. 12 8
      坦克充值活动(2022)/领取奖励.md

+ 12 - 8
坦克充值活动(2022)/领取奖励.md

@@ -30,17 +30,19 @@
     "rs": true,
     "msg": "领取成功",
     "data": {
-        "voucher": "WEEK2246-U1-5E2E7F0ACBDD663376544D154E19DEAEB63C5382",
+        "voucher": "WEEK2246-U1-8BBFA7F4250D8E17712E68EF3B51AAAF6E6A8D34",
         "maskcardList": [
             {
-                "name": "伪装卡(100次)",
+                "name": "伪装卡(300场次)",
                 "img": "https://pub.ouj.com/xie-h5/guide/power-1@2x.png",
                 "type": "maskcard",
-                "cardTypeName": "100场次",
-                "cardCode": "WOTA04155FB339E89C58A59EC5D7046D"
-            },
+                "cardTypeName": "300场次",
+                "cardCode": "WOT29A4EE6894836B872094922868D2B"
+            }
+        ],
+        "coinList": [
             {
-                "name": "500金币",
+                "name": "1000金币",
                 "img": "https://pub.ouj.com/xie-h5/guide/power-1@2x.png",
                 "type": "coin"
             }
@@ -55,7 +57,8 @@
     "msg": "您本周的充值总额(1000元),未达到此奖励门槛,不能领取奖励",
     "data": {
         "voucher": null,
-		"maskcardList": []
+		"maskcardList": [],
+		"coinList": []
     }
 }
 ```
@@ -66,7 +69,8 @@
     "msg": "您本周的充值总额(0元)未达标,不能领取奖励",
     "data": {
         "voucher": null,
-		"maskcardList": []
+		"maskcardList": [],
+		"coinList": []
     }
 }
 ```