1 Star 0 Fork 3

yyt-do/test-face

forked from destiny001/test-face 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.js 698 Bytes
一键复制 编辑 原始数据 按行查看 历史
destiny001 提交于 2020-03-11 18:31 . 颜值大师完成
//app.js
App({
onLaunch: function () {
// 就是发送一个请求,来验证是否有权限使用 颜值大师app这个应用提供的人脸识别的接口
// 颜值大师app 提供的类似账号和密码 来验证 API Key Secret Key
wx.request({
method: 'POST',
url: 'https://aip.baidubce.com/oauth/2.0/token?grant_type=client_credentials&client_id=ftXTGfpfrnAO9rfNhDVTR5Sn&client_secret=wBIep9G2uTuHhwLp4j8wGe0tuGpxci6m',
success: res => {
this.globalData.access_token = res.data.access_token
},
fail: () => {
wx.showToast({
title: '鉴权失败',
})
}
})
},
globalData: {
access_token: ''
}
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yytdo/test-face.git
git@gitee.com:yytdo/test-face.git
yytdo
test-face
test-face
master

搜索帮助