Explorar el Código

停车券获取接口

tags/2.2.4
Stormeye.Wu hace 6 años
padre
commit
29e92d8936
Se han modificado 2 ficheros con 7 adiciones y 3 borrados
  1. +6
    -2
      config/config.js
  2. +1
    -1
      pages/passCar/passCar.js

+ 6
- 2
config/config.js Ver fichero

@@ -1,7 +1,7 @@
var config = {
name: "富茂科技",
//url: "https://ciformall.youlane.cn/C/api",
url: "http://31adc9ce.ngrok.io/C/api",
url: "https://ciformall.youlane.cn/C/api",
//url: "http://31adc9ce.ngrok.io/C/api",
api: {
/**
* 接口用途:login
@@ -109,6 +109,10 @@ var config = {
* 优免券领取
*/
getCarCoupon: "/car/getCoupon",
/**
* 停车券包
*/
couponOrderCarList: "/car/couponOrderList",
/**
* banner
*/


+ 1
- 1
pages/passCar/passCar.js Ver fichero

@@ -152,7 +152,7 @@ Page({
// title: "加载中"
// });
Http.get({
url: config.api.couponOrderList + "?type=5",
url: config.api.couponOrderCarList + "?type=5",
data: {
pageNum: 1,
pageSize: 8,


Cargando…
Cancelar
Guardar