aleyds %!s(int64=4) %!d(string=hai) anos
pai
achega
c9866bb024
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      common/apiurl.js

+ 3 - 3
common/apiurl.js

@@ -6,15 +6,15 @@ const apiurl = {
 	//路段车位列表
 	getRoadspaceUrl:'/payee/roadspace',
 	//车辆入场
-	entranceUrl:'/payee/orderinfo/entranceIn',
+	entranceUrl:'/payee/orderinfo/parkIn',
 	//车辆出场
-	getOutUrl:'/payee/orderinfo/entranceOut',
+	getOutUrl:'/payee/orderinfo/parkLeave',
 	
 	//车辆出场
 	baiduOcrUrl:'/file/baidu/ocr',
 	
 	//车辆出场详情
-	entranceOutDetailUrl:'/payee/orderinfo/entranceOutDetail/',
+	entranceOutDetailUrl:'/payee/orderinfo/leaveDetail/',
 	
 	//收费员密码修改
 	modifyPwdUrl:'/payee/payeeinfo/modifyPwd',