1 Star 1 Fork 2

小肥羊 / 小决定小转盘

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
constants.js 906 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mac 提交于 2024-03-07 08:52 . add
module.exports = {
securityUrl:'op=onlogin',//安全验证,将code传给服务器端,使用登录凭证 code 获取 session_key 和 openid
loginUrl: 'op=getUserInfo',//登陆接口
uploadScore: 'op=score',//上报分数
rankUrl:'op=total',//查询排行榜
rankZhili:'op=getTop',//智力榜
getShareInfo:'op=getShareInfo',
getConfig: 'op=config',
getQuestion:'op=idiom',
getHighestScore:'op=highscore',
coin: 'op=coin',
role:'op=game_rule',
music:'op=music_hb',
help:'op=help',
uploadPrize:'op=gift',
mygift:'op=mygift',
prizeRole: 'op=gift_info',
getPayStatus: 'op=payStatus',
payConfig: 'op=payconfig',
form:'op=form',
ban:'op=ban',
//打假专用
getDajiaQuestion: 'op=dajia',
//智力测试专用
getZhiliQuestion: 'op=zhili',
//权限
auth:{
manager:"0",
normal:"1"
},
};
1
https://gitee.com/wx_xfy6369/wheel.git
git@gitee.com:wx_xfy6369/wheel.git
wx_xfy6369
wheel
小决定小转盘
master

搜索帮助