|
|
|
@ -15,45 +15,46 @@ import ( |
|
|
|
|
|
|
|
|
|
|
|
var ( |
|
|
|
var ( |
|
|
|
passURLs = map[string]struct{}{ |
|
|
|
passURLs = map[string]struct{}{ |
|
|
|
"/firstpage": {}, |
|
|
|
"/firstpage": {}, |
|
|
|
"/game/list": {}, |
|
|
|
"/game/list": {}, |
|
|
|
"/sys/config": {}, |
|
|
|
"/sys/config": {}, |
|
|
|
"/account/email/code": {}, |
|
|
|
"/account/email/code": {}, |
|
|
|
"/account/email/regist": {}, |
|
|
|
"/account/email/regist": {}, |
|
|
|
"/account/email/login": {}, |
|
|
|
"/account/email/login": {}, |
|
|
|
"/account/email/resetPass": {}, |
|
|
|
"/account/email/resetPass": {}, |
|
|
|
"/account/guestLogin": {}, |
|
|
|
"/account/guestLogin": {}, |
|
|
|
"/account/gpLogin": {}, |
|
|
|
"/account/gpLogin": {}, |
|
|
|
"/account/fbLogin": {}, |
|
|
|
"/account/fbLogin": {}, |
|
|
|
"/account/tokenLogin": {}, |
|
|
|
"/account/tokenLogin": {}, |
|
|
|
"/account/phoneCode/get": {}, |
|
|
|
"/account/phoneCode/get": {}, |
|
|
|
"/account/phoneCode/verify": {}, |
|
|
|
"/account/phoneCode/verify": {}, |
|
|
|
"/account/phoneCode/regist": {}, |
|
|
|
"/account/phoneCode/regist": {}, |
|
|
|
"/account/phoneCode/login": {}, |
|
|
|
"/account/phoneCode/login": {}, |
|
|
|
"/share/upload": {}, |
|
|
|
"/share/upload": {}, |
|
|
|
"/share/config": {}, |
|
|
|
"/share/config": {}, |
|
|
|
"/game/enter": {}, |
|
|
|
"/game/enter": {}, |
|
|
|
"/activity/appSpin/info": {}, |
|
|
|
"/activity/appSpin/info": {}, |
|
|
|
"/activity/pdd/info": {}, |
|
|
|
"/activity/pdd/info": {}, |
|
|
|
"/account/phone/regist": {}, |
|
|
|
"/account/phone/regist": {}, |
|
|
|
"/account/phone/login": {}, |
|
|
|
"/account/phone/login": {}, |
|
|
|
"/account/phone/resetPass": {}, |
|
|
|
"/account/phone/resetPass": {}, |
|
|
|
"/balance/recharge/info": {}, |
|
|
|
"/balance/recharge/info": {}, |
|
|
|
"/share/info": {}, |
|
|
|
"/share/info": {}, |
|
|
|
"/vip/info": {}, |
|
|
|
"/vip/info": {}, |
|
|
|
"/share/reference": {}, |
|
|
|
"/share/reference": {}, |
|
|
|
"/share/report": {}, |
|
|
|
"/share/report": {}, |
|
|
|
"/share/transfer": {}, |
|
|
|
"/share/transfer": {}, |
|
|
|
"/task/info": {}, |
|
|
|
"/task/info": {}, |
|
|
|
"/activity/freeSpin/info": {}, |
|
|
|
"/activity/freeSpin/info": {}, |
|
|
|
"/promotions": {}, |
|
|
|
"/promotions": {}, |
|
|
|
"/tg/luckyCode": {}, |
|
|
|
"/tg/luckyCode": {}, |
|
|
|
"/activity/sign/info": {}, |
|
|
|
"/activity/sign/info": {}, |
|
|
|
"/ad/uploadFB": {}, |
|
|
|
"/ad/uploadFB": {}, |
|
|
|
"/activity/slots/info": {}, |
|
|
|
"/activity/slots/info": {}, |
|
|
|
"/activity/sign/new/info": {}, |
|
|
|
"/activity/sign/new/info": {}, |
|
|
|
"/activity/betDraw/info": {}, |
|
|
|
"/activity/betDraw/info": {}, |
|
|
|
"/activity/betDraw/record": {}, |
|
|
|
"/activity/betDraw/record": {}, |
|
|
|
|
|
|
|
"/activity/activityPopup/info": {}, |
|
|
|
} |
|
|
|
} |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
|