js中暴露了 调用微信的token 的appid secretKey怎么搞?
压缩没用 加密后会导致线上的js代码运行报错
getOpenId: function getOpenId(code) { return _jquery2['default'].get('https://api.weixin.qq.com/sns/oauth2/access_token', { appid: 'xxxxxx', //这里 secret: 'yyyyy', //and 这里 code: code, grant_type: 'authorization_code' }); },
期待不要被别人从js中直接拿到appid secret 不然别人会直接去http://work.weixin.qq.com/api...
调用
梦里花落0921
相关分类