Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
weixinapp-qq
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
陈峰
2019-04-08 10:31:58 +0800
Commit
2cbb51527690f0b7d2e7ea79230cd8e4c595b447
2 parents
31f3b256
2c06b7ee
Merge branch 'hotfix/payment-code' into 'master'
修改 payment_ode See merge request
!1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
config.js
libs/config.js
config.js
View file @
2cbb515
...
...
@@ -9,7 +9,7 @@ export default {
"report"
:
"https://app.yoho.cn/collect/v3"
},
"appid"
:
"wx084ab813d88c594b"
,
"payment_code"
:
"
26
"
,
"payment_code"
:
"
69
"
,
"private_key"
:
"b43890b0a296ff3c7b8c260ca763980b"
,
"jump"
:
{
"brand"
:
"go.brand"
,
...
...
libs/config.js
View file @
2cbb515
...
...
@@ -32,7 +32,7 @@ export const ACTIVITY_HOST = 'https://action.yoho.cn';
//有货精选
export
const
MINI_APP_TYPE
=
'65'
;
export
const
PAYMENT_CODE
=
'
26
'
;
export
const
PAYMENT_CODE
=
'
69
'
;
//有货商城精选
// export const MINI_APP_TYPE = '1';
...
...
Please
register
or
login
to post a comment