package consts const ( SystemReward = iota + 1 StoreReward ) var PlatformRewards = map[int]string{ 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", // 实物 }