Commit 6f07bab5 authored by haitao's avatar haitao

Merge branch 'dev' of http://rungit.jxdsy.cn:10000/xys/lumastoreapp into dev

parents f054969f 08e9ccdf
......@@ -14,8 +14,11 @@ function getBDVoicToken() {
console.log('准备访问接口获取语音token');
//这里用的是自己的账户 150的 后面加入我不在了 自己去注册一个 https://ai.baidu.com/
let APIKey = "LYDenqXnlBbFdvuxumqspqMz";
let SecretKey = "4DX96MfnSiAOCbGLxtIFsoKXX9LMlLID";
// let APIKey = "LYDenqXnlBbFdvuxumqspqMz";
// let SecretKey = "4DX96MfnSiAOCbGLxtIFsoKXX9LMlLID";
let APIKey = "HIOLreKUVv3NVCwVN1OZBM82";
let SecretKey = "g1RbFa0Mbmgyf9sq7i1G1siEAw7ArxdT";
uni.request({ // 强烈建议此接口由后端访问并且维护token有效期,否则前端每次访问都会刷新token
//此url为专门插件测试预览用的key和secret key, 请替换为自己申请的key
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment