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
Email Patches
Plain Diff
Browse Files
Authored by
QC-L
2019-04-08 10:35:25 +0800
Commit
5f0a903c0d7f27957b5acdb5c3795f82994ef4c6
1 parent
2c06b7ee
fix: change payment_code
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 @
5f0a903
...
...
@@ -9,7 +9,7 @@ export default {
"report"
:
"https://app.yoho.cn/collect/v3"
},
"appid"
:
"wx084ab813d88c594b"
,
"payment_code"
:
"
6
9"
,
"payment_code"
:
"
7
9"
,
"private_key"
:
"b43890b0a296ff3c7b8c260ca763980b"
,
"jump"
:
{
"brand"
:
"go.brand"
,
...
...
libs/config.js
View file @
5f0a903
...
...
@@ -32,7 +32,7 @@ export const ACTIVITY_HOST = 'https://action.yoho.cn';
//有货精选
export
const
MINI_APP_TYPE
=
'65'
;
export
const
PAYMENT_CODE
=
'
6
9'
;
export
const
PAYMENT_CODE
=
'
7
9'
;
//有货商城精选
// export const MINI_APP_TYPE = '1';
...
...
Please
register
or
login
to post a comment