Merge branch 'hotfix/payment-code' into 'master'
修改 payment_ode See merge request !1
Showing
2 changed files
with
2 additions
and
2 deletions
@@ -9,7 +9,7 @@ export default { | @@ -9,7 +9,7 @@ export default { | ||
9 | "report": "https://app.yoho.cn/collect/v3" | 9 | "report": "https://app.yoho.cn/collect/v3" |
10 | }, | 10 | }, |
11 | "appid": "wx084ab813d88c594b", | 11 | "appid": "wx084ab813d88c594b", |
12 | - "payment_code": "26", | 12 | + "payment_code": "69", |
13 | "private_key": "b43890b0a296ff3c7b8c260ca763980b", | 13 | "private_key": "b43890b0a296ff3c7b8c260ca763980b", |
14 | "jump": { | 14 | "jump": { |
15 | "brand": "go.brand", | 15 | "brand": "go.brand", |
@@ -32,7 +32,7 @@ export const ACTIVITY_HOST = 'https://action.yoho.cn'; | @@ -32,7 +32,7 @@ export const ACTIVITY_HOST = 'https://action.yoho.cn'; | ||
32 | 32 | ||
33 | //有货精选 | 33 | //有货精选 |
34 | export const MINI_APP_TYPE = '65'; | 34 | export const MINI_APP_TYPE = '65'; |
35 | -export const PAYMENT_CODE = '26'; | 35 | +export const PAYMENT_CODE = '69'; |
36 | 36 | ||
37 | //有货商城精选 | 37 | //有货商城精选 |
38 | // export const MINI_APP_TYPE = '1'; | 38 | // export const MINI_APP_TYPE = '1'; |
-
Please register or login to post a comment