Blame view

config.js 4.54 KB
99b0761b   songchongxian   songcx无牌车扫码
1
2
3
4
5
6
7
  /*
  @songcxa
  @2018-12-14
  @移动支付配置[配置项除ip地址外勿动]
  */
  window.webAppH5 = {};
  
a7b83e0d   songchongxian   动态二维码
8
9
10
  //微信appID
  var appWxID = "wx1e9001e5940605b1";//wx945eccc8163fd75b
  
99b0761b   songchongxian   songcx无牌车扫码
11
  /*服务器地址*/
a7b83e0d   songchongxian   动态二维码
12
13
14
15
16
  //var webAppRoot = "http://39.98.54.240:8090"; 
  var webAppRoot = "http://pay.service.renniting.cn/v1";
  
  //微信支付结果回调地址
  var webAppPayResult = "http://wxgzh.renniting.cn/wechatwuxi/DEV/Threewf/codepay/page/wxpayResult.html";
99b0761b   songchongxian   songcx无牌车扫码
17
18
19
20
21
22
23
24
25
26
27
  
  /*公共参数*/
  webAppH5.comParams = {
      app_id: 1,
      salt: 2,
      deviceInfo: 3,
      sign_type: 'md5',
      sign: 4,
      token: '666'
  }
  
a7b83e0d   songchongxian   动态二维码
28
  //小票扫码支付参数codeType[0静态码、1小票二维码、2动态二维码]
903c4448   songchongxian   微信支付
29
30
31
32
33
34
  webAppH5.dynCode = {//卫岗固定参数
      direction: 1,
      codeType: 1,
      channelId: "小票二维码"
  }
  
99b0761b   songchongxian   songcx无牌车扫码
35
36
37
38
39
40
  /*出、入场接口*/
  webAppH5.comServer = "/keyTopQrCodeInOutPark/noCarQRcodeInOutPark";
  
  //缴费-微信
  webAppH5.wxPayServer = "/weixinpay/publicUnifiedOrder";
  
a7b83e0d   songchongxian   动态二维码
41
42
43
  //微信获取openID
  webAppH5.wxGetOpenIdServer = "/weixinPublicPay/getOpenIdByCode";
  
99b0761b   songchongxian   songcx无牌车扫码
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
  //缴费-支付宝
  webAppH5.aliPayServer = "/alipay/aliH5Pay";
  
  
  
  
  
  
  
  
  
  
  
  /*入场参数*/
  //测试地址
  //http://localhost:18879/page/in.html?plNo=P11011700C&parkingId=1&channelId=172198242&direction=0&codeType=0&expireDate=expireDate&extendData=extendData
  //channelId=172198242 [入场设备号]
  //webAppH5.appIn = {
  //    /*入场设备号*/
  //    channelId: '172198242',
  //    /*入:0,1:出*/
  //    direction: 0
  //}
  
  /*出场参数*/
  //测试地址
  //http://localhost:18879/page/out.html?plNo=P11011700C&parkingId=1&channelId=172198243&direction=1&codeType=0&expireDate=expireDate&extendData=extendData
  //channelId=172198243 [出场设备号]
  //direction=0 [通行方向 入:0,1:出 必填]
  //webAppH5.appOut = {
  //    /*出场设备号*/
  //    channelId: '172198243',
  //    /*入:0,1:出*/
  //    direction:1
  //}
  
903c4448   songchongxian   微信支付
80
81
  //小票二维码出场
  //http://39.98.54.240/codepay/index.html?appid=0&lotId=1&payConfigId=2&receiptNo=3
a7b83e0d   songchongxian   动态二维码
82
  //http://localhost:1260/codepay/index.html?appid=0&lotId=3504&payConfigId=2&receiptNo=3&
903c4448   songchongxian   微信支付
83
84
  
  
99b0761b   songchongxian   songcx无牌车扫码
85
86
87
88
89
90
91
92
93
94
  //首页
  //进出场标识>>>>>>>>>>direction=0 [通行方向 入:0,1:出 必填]
  //测试服务器进场首页
  //http://39.98.54.240/codepay/index.html?plNo=P11011700C&parkingId=1&channelId=172198242&direction=0&codeType=0&expireDate=expireDate&extendData=extendData
  
  //测试服务器出场首页
  //http://39.98.54.240/codepay/index.html?plNo=P11011700C&parkingId=1&channelId=172198243&direction=1&codeType=0&expireDate=expireDate&extendData=extendData
  
  
  
903c4448   songchongxian   微信支付
95
96
97
98
99
  //测试支付[任你停测试-首页-停车记录(停车列表车牌号,再找到对应停车场编号)]
  //http://test.renniting.cn/parking/admin/SubMenus/allparkrecords.html
  
  //http://localhost:1260/pay.html?orderId=101526715300086198272&parkName=%E9%9D%99%E9%9B%85%E5%9C%B0%E4%B8%8A&parkCode=B1504020C7&inparktime=2018-12-24%2010%3A58%3A24&outtime=2018-12-24%2011%3A05%3A10&staytime=420&due=70&paid=0&orderTotalFee=70&orderFee=7&discountFee=63&plateno=%E8%92%99DTK366&outPayOrderNo=B1504020C720181224110510813DTK366-172192102&appOrderTimeout=%E8%AF%B7%E5%9C%A8%E6%94%AF%E4%BB%98%E5%AE%8C%E6%88%9010%E5%88%86%E9%92%9F%E5%86%85%E5%87%BA%E5%9C%BA%EF%BC%8C%E5%A6%82%E8%B6%85%E6%97%B6%E6%9C%AA%E5%87%BA%E5%9C%BA%EF%BC%8C%E4%BC%9A%E7%BB%A7%E7%BB%AD%E8%AE%A1%E8%B4%B9%E3%80%82&discountDesc=1%E6%8A%98%E4%BC%98%E6%83%A0&queryOrderInfo=%7B%22app_id%22%3A%221%22%2C%22carNumber%22%3A%22%E8%92%99DTK366%22%2C%22channelId%22%3A%22172192102%22%2C%22codeType%22%3A0%2C%22deviceInfo%22%3A%223%22%2C%22direction%22%3A1%2C%22parkingId%22%3A%22B1504020C7%22%2C%22plNo%22%3A%22B1504020C7%22%2C%22salt%22%3A%222%22%2C%22sign%22%3A%224%22%2C%22sign_type%22%3A%22md5%22%2C%22terminalSource%22%3A%227%22%2C%22token%22%3A%22666%22%7D&needPay=true
  
a7b83e0d   songchongxian   动态二维码
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
  /*正式环境前缀*/
  //http://wxgzh.renniting.cn/wechatwuxi/DEV/Threewf/codepay
  
  /*
  lotId -->parkingId
  receiptNo --> carNumber 车牌号
  direction 固定 1
  codeType 固定 1
  terminalSource 固定 7
  channelId 固定 小票二维码
  */
  //http://localhost:1260/dynCodePay.html?appid=0&lotId=3504&payConfigId=2&receiptNo=%E8%92%99D9203C
  //http://wxgzh.renniting.cn/wechatwuxi/DEV/Threewf/codepay/index.html?appid=0&lotId=3504&payConfigId=2&receiptNo=%E8%92%99D9203C
  
  //http://wxgzh.renniting.cn/wechatwuxi/DEV/Threewf/codepay/index.html?appid=0&lotId=3504&payConfigId=2&receiptNo=蒙D871R2
99b0761b   songchongxian   songcx无牌车扫码
115
  
a7b83e0d   songchongxian   动态二维码
116
117
  /*类型1:codeType2动态二维码正式环境地址前缀*/
  //http://wxgzh.renniting.cn/wechatwuxi/DEV/Threewf/codepay/index.html?codeType=2&isNeedPay=1&orderId=001&parkName=万达停车场&parkCode=a001&inparktime=2018-12-26 00:00:00&outtime=2018-12-26 10:00:00&staytime=360&orderFee=100&plateno=蒙DY2408
99b0761b   songchongxian   songcx无牌车扫码