diff --git a/internal/consts/reward.go b/internal/consts/reward.go index 1b1f4e6..75fc56d 100644 --- a/internal/consts/reward.go +++ b/internal/consts/reward.go @@ -6,9 +6,9 @@ const ( ) var PlatformRewards = map[int]string{ - 12: "https://api-test.nes.smoba.qq.com/pvpesport.sgamenes.commcgi.commcgi/GetExplatSecret", // Q币 - 16: "https://api.nes.smoba.qq.com/pvpesport.sgamenes.commcgi.commcgi/GetExplatSecret", // 虚拟道具 - 31: "https://api.nes.smoba.qq.com/pvpesport.sgamenes.commcgi.commcgi/GetExplatSecret", // 宝箱 - 22: "https://api.nes.smoba.qq.com/pvpesport.sgamenes.commcgi.commcgi/GetExplatSecret", // 红包 - 11: "https://api.nes.smoba.qq.com/pvpesport.sgamenes.commcgi.commcgi/GetExplatSecret", // 实物 + 12: "https://arenaxx.oss-cn-chengdu.aliyuncs.com/reward/Q%E5%B8%81.png", // Q币 + 16: "https://api.nes.smoba.qq.com/pvpesport.sgamenes.commcgi.commcgi/GetExplatSecret", // 虚拟道具 + 31: "https://arenaxx.oss-cn-chengdu.aliyuncs.com/reward/%E5%AE%9D%E8%97%8F%E5%AE%9D%E7%AE%B1.png", // 宝箱 + 22: "https://arenaxx.oss-cn-chengdu.aliyuncs.com/reward/%E7%BA%A2%E5%8C%85.png", // 红包 + 11: "https://arenaxx.oss-cn-chengdu.aliyuncs.com/reward/%E5%AE%9E%E7%89%A9.png", // 实物 }