创建订单时,前端使用字段: 接口:createParkOrderAndCarFee 传参: ```json carno, mallid, openId, vipcode, mobile, groupId, kipUserId, createuser, ``` 响应后使用的参数 ```json bind parkMallCode createDate servicefee orderno carno parkname servicehour paykind couponcode bonusfee paytype entertime serviceMin // outParkCharging ``` 获取优惠信息: 接口:api/1.0/park/discount 传参: ```json carno, mallid, vipcode, groupId ``` 响应后使用的参数 ```js // 积分减免相关 parkIntegraltomoneyList[*].integral parkIntegraltomoneyList[*].value parkIntegraltomoneyList[*].integralMaxHour parkIntegraltomoneyList[*].bonus discountKind // 优惠减免金额 parkInfoEntity.payinstruction parkInfoEntity.needmoney parkInfoEntity.parkMallCode parkInfoEntity.maxonetimediscount parkInfoEntity.maxOneDayHour parkInfoEntity.ticketandMemeberGradeAndConsumeUseHour parkInfoEntity.consumeReduce parkInfoEntity.memberLevelReduce parkInfoEntity.isuseintegral parkInfoEntity.isuseticket parkInfoEntity.papercoupons parkInfoEntity.integralMaxHour parkInfoEntity.isSplit // 是否拆分 0: 可拆 1: 不可拆 parkInfoEntity.remainReduceTime parkInfoEntity.useTicketNum parkInfoEntity.couponcodeNum parkInfoEntity.integralMaxHour parkInfoEntity.useReduceTime // 判断是否存在消费减免明细,用于消费减免页面 parkConsumeReducesEntityList[*].recuceContent parkConsumeReducesEntityList[*].consumerLimit // 会员优惠 parkMemberOrderReducesEntityList[*].reduceContent parkMemberOrderReducesEntityList[*].memberOrderdesc // 电子优惠券 memberTicketList[*].ticketName memberTicketList[*].parktime memberTicketList[*].cancelEndTime memberTicketList[*].ticketValue ``` 支付接口: 1、支付:api/1.0/park/weixinPay 2、无需支付:api/1.0/park/notWeixinPay 3、北京车场订单:api/1.0/park/dealParkOrderBj 以上三个接口使用的入参一样; ```json carno, mallid, groupId, openId, vipcode, createuser, orderno, bonusfee, newMemeberBonusFee, bonus, couponfee, couponfeeMin, couponcode, paperCoupons, // 纸质优惠券券码 多个以#分割 paperCouponCode, // 纸质优惠券券码 多个以#分割 paperCouponFee, // 纸质优惠券优惠金额,单位:分 paperCouponFeeMin, // 纸质优惠券优惠时长,单位:分钟 bonusFeeMin, // 积分抵扣时长,单位:分钟 newMemberBonusMin, // 新会员积分抵扣时间, 单位:分钟 consumeFeeMin, // 消费减免时长,单位:分钟 firstParkFeeMin, // 首停减免时长 单位 分钟 memberGradeFeeMin, // 会员等级减免时长,单位:分钟 consumeFee, consumeFeeHour, useConsumeFee, memberGradeFee, memberGradeFeeHour, firstParkFee, usetotalfee, totalfee, paytype, projectId, newMemberBonus ``` 响应后使用的参数: ``` sessionId ```