Blame view

config.js 3.84 KB
99b0761b   songchongxian   songcx无牌车扫码
1
2
3
4
5
6
7
  /*
  @songcxa
  @2018-12-14
  @移动支付配置[配置项除ip地址外勿动]
  */
  window.webAppH5 = {};
  
a7b83e0d   songchongxian   动态二维码
8
  //微信appID
544f25d2   songchongxian   扫码支付。。。
9
  var appWxID = "wx945eccc8163fd75b";
a7b83e0d   songchongxian   动态二维码
10
  
99b0761b   songchongxian   songcx无牌车扫码
11
  /*服务器地址*/
442c6d46   Andy   add
12
13
14
  // var webAppRoot = "http://pay.service.renniting.cn/v1";
  //test 测试环境
  var webAppRoot = "http://39.98.54.240:8090";
a7b83e0d   songchongxian   动态二维码
15
16
  //微信支付结果回调地址
  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'
  }
  
544f25d2   songchongxian   扫码支付。。。
28
  //小票扫码支付参数
903c4448   songchongxian   微信支付
29
30
31
32
33
34
  webAppH5.dynCode = {//卫岗固定参数
      direction: 1,
      codeType: 1,
      channelId: "小票二维码"
  }
  
99b0761b   songchongxian   songcx无牌车扫码
35
36
  /*出、入场接口*/
  webAppH5.comServer = "/keyTopQrCodeInOutPark/noCarQRcodeInOutPark";
6a633a7d   liuqimichale   出场结算页面 新建输入框
37
38
  /*优惠券*/
  webAppH5.discountServer = "/keyTopQrCodeInOutPark/useCouponQueryFee";
99b0761b   songchongxian   songcx无牌车扫码
39
40
41
  //缴费-微信
  webAppH5.wxPayServer = "/weixinpay/publicUnifiedOrder";
  
544f25d2   songchongxian   扫码支付。。。
42
  //缴费-微信
a7b83e0d   songchongxian   动态二维码
43
44
  webAppH5.wxGetOpenIdServer = "/weixinPublicPay/getOpenIdByCode";
  
99b0761b   songchongxian   songcx无牌车扫码
45
46
47
  //缴费-支付宝
  webAppH5.aliPayServer = "/alipay/aliH5Pay";
  
442c6d46   Andy   add
48
49
  //h5-支付兑换优惠券
  webAppH5.useCouponQueryFee = "/keyTopQrCodeInOutPark/useCouponQueryFee";
99b0761b   songchongxian   songcx无牌车扫码
50
  
dbd86cb2   Andy   add 0元支付功能
51
52
53
  /*0元支付*/
  webAppH5.zeroPayServer = "/appAccountPay/zeroPay";
  
99b0761b   songchongxian   songcx无牌车扫码
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
80
81
82
83
84
85
  
  
  
  
  
  
  
  
  
  /*入场参数*/
  //测试地址
  //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   微信支付
86
87
  //小票二维码出场
  //http://39.98.54.240/codepay/index.html?appid=0&lotId=1&payConfigId=2&receiptNo=3
544f25d2   songchongxian   扫码支付。。。
88
  //http://localhost:1260/codepay/index.html?appid=0&lotId=1&payConfigId=2&receiptNo=3
903c4448   songchongxian   微信支付
89
90
  
  
99b0761b   songchongxian   songcx无牌车扫码
91
92
93
94
95
96
97
98
99
100
  //首页
  //进出场标识>>>>>>>>>>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   微信支付
101
102
103
104
  //测试支付[任你停测试-首页-停车记录(停车列表车牌号,再找到对应停车场编号)]
  //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
99b0761b   songchongxian   songcx无牌车扫码

99b0761b   songchongxian   songcx无牌车扫码