Commit 046b3041eb8c307e3d1e7ade68b6258703fe581e

Authored by 陈威
1 parent efbb5eb4
Exists in dev

微信h5支付功能

Showing 1 changed file with 10 additions and 2 deletions   Show diff stats
frontend/app-user/manifest.json
... ... @@ -20,7 +20,8 @@
20 20 "modules" : {
21 21 "Camera" : {},
22 22 "Geolocation" : {},
23   - "Maps" : {}
  23 + "Maps" : {},
  24 + "Payment" : {}
24 25 },
25 26 /* 应用发布信息 */
26 27 "distribute" : {
... ... @@ -70,7 +71,14 @@
70 71 "appkey_android" : "1b33a66ed88c522f18c23829eeee4286"
71 72 }
72 73 },
73   - "ad" : {}
  74 + "ad" : {},
  75 + "payment" : {
  76 + "weixin" : {
  77 + "__platform__" : [ "ios", "android" ],
  78 + "appid" : "wxb619394476ca1888",
  79 + "UniversalLinks" : ""
  80 + }
  81 + }
74 82 },
75 83 "splashscreen" : {
76 84 "useOriginalMsgbox" : false
... ...