Blame view

config.js 3.38 KB
99b0761b   songchongxian   songcx无牌车扫码
1
2
3
4
5
6
7
8
  /*
  @songcxa
  @2018-12-14
  @移动支付配置[配置项除ip地址外勿动]
  */
  window.webAppH5 = {};
  
  /*服务器地址*/
903c4448   songchongxian   微信支付
9
10
11
  var webAppRoot = "http://39.98.54.240:8090"; //"http://39.98.54.240:8090";
  //var webApp
  var webAppPayResult = "http://test.pay.renniting.cn/codepay/page/wxpayResult.html";
99b0761b   songchongxian   songcx无牌车扫码
12
13
14
15
16
17
18
19
20
21
22
  
  /*公共参数*/
  webAppH5.comParams = {
      app_id: 1,
      salt: 2,
      deviceInfo: 3,
      sign_type: 'md5',
      sign: 4,
      token: '666'
  }
  
903c4448   songchongxian   微信支付
23
24
25
26
27
28
29
  //小票扫码支付参数
  webAppH5.dynCode = {//卫岗固定参数
      direction: 1,
      codeType: 1,
      channelId: "小票二维码"
  }
  
99b0761b   songchongxian   songcx无牌车扫码
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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
  /*出、入场接口*/
  webAppH5.comServer = "/keyTopQrCodeInOutPark/noCarQRcodeInOutPark";
  
  //缴费-微信
  webAppH5.wxPayServer = "/weixinpay/publicUnifiedOrder";
  
  //缴费-支付宝
  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   微信支付
72
73
74
75
76
  //小票二维码出场
  //http://39.98.54.240/codepay/index.html?appid=0&lotId=1&payConfigId=2&receiptNo=3
  //http://localhost:1260/codepay/index.html?appid=0&lotId=1&payConfigId=2&receiptNo=3
  
  
99b0761b   songchongxian   songcx无牌车扫码
77
78
79
80
81
82
83
84
85
86
  //首页
  //进出场标识>>>>>>>>>>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   微信支付
87
88
89
90
  //测试支付[任你停测试-首页-停车记录(停车列表车牌号,再找到对应停车场编号)]
  //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无牌车扫码