调整任务列表以及同步任务接口
This commit is contained in:
@ -4,3 +4,11 @@ const (
|
||||
SystemReward = iota + 1
|
||||
StoreReward
|
||||
)
|
||||
|
||||
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", // 实物
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user