Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lumastoreapp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xieyishang
lumastoreapp
Commits
6f07bab5
Commit
6f07bab5
authored
Jul 31, 2020
by
haitao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://rungit.jxdsy.cn:10000/xys/lumastoreapp
into dev
parents
f054969f
08e9ccdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
utils/QS-baiduyy/QS-baiduyy.js
utils/QS-baiduyy/QS-baiduyy.js
+5
-2
No files found.
utils/QS-baiduyy/QS-baiduyy.js
View file @
6f07bab5
...
@@ -14,8 +14,11 @@ function getBDVoicToken() {
...
@@ -14,8 +14,11 @@ function getBDVoicToken() {
console
.
log
(
'
准备访问接口获取语音token
'
);
console
.
log
(
'
准备访问接口获取语音token
'
);
//这里用的是自己的账户 150的 后面加入我不在了 自己去注册一个 https://ai.baidu.com/
//这里用的是自己的账户 150的 后面加入我不在了 自己去注册一个 https://ai.baidu.com/
let
APIKey
=
"
LYDenqXnlBbFdvuxumqspqMz
"
;
// let APIKey = "LYDenqXnlBbFdvuxumqspqMz";
let
SecretKey
=
"
4DX96MfnSiAOCbGLxtIFsoKXX9LMlLID
"
;
// let SecretKey = "4DX96MfnSiAOCbGLxtIFsoKXX9LMlLID";
let
APIKey
=
"
HIOLreKUVv3NVCwVN1OZBM82
"
;
let
SecretKey
=
"
g1RbFa0Mbmgyf9sq7i1G1siEAw7ArxdT
"
;
uni
.
request
({
// 强烈建议此接口由后端访问并且维护token有效期,否则前端每次访问都会刷新token
uni
.
request
({
// 强烈建议此接口由后端访问并且维护token有效期,否则前端每次访问都会刷新token
//此url为专门插件测试预览用的key和secret key, 请替换为自己申请的key
//此url为专门插件测试预览用的key和secret key, 请替换为自己申请的key
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment