Ollie Lecocq

Results 2 comments of Ollie Lecocq

> 由于引入的 gitment.js 中有这样的一段代码: > > ```js > _utils.http.post('https://gh-oauth.imsun.net', { > code: code, > client_id: client_id, > client_secret: client_secret > }, '').then(function (data) { > _this.accessToken = data.access_token; > _this.update();...