Showing
1 changed file
with
0 additions
and
18 deletions
| ... | ... | @@ -5,24 +5,6 @@ export const API_CONST = { |
| 5 | 5 | registerLogin: { url: `/open/wx-mini-program/registerLogin?corpCode=${minaEnv.corpCode}&_v=${+new Date()}`, method: "POST" }, // 获取用户手机号并进行注册登录 |
| 6 | 6 | }, |
| 7 | 7 | |
| 8 | - unlicensedCar: { | |
| 9 | - carIn: { | |
| 10 | - url: `/open/qx-apaas-lowcode/dataflowFeign/startDataProcess/unlicensedCarIn?corpCode=${minaEnv.corpCode}`, | |
| 11 | - method: 'POST' | |
| 12 | - }, | |
| 13 | - carOut: { | |
| 14 | - url: `/open/qx-apaas-lowcode/dataflowFeign/startDataProcess/getParkingPaymentInfoByMobile?corpCode=${minaEnv.corpCode}`, | |
| 15 | - method: 'POST' | |
| 16 | - }, | |
| 17 | - getPhone: { | |
| 18 | - url: `/open/wx-mini-program/wxa/business/getuserphonenumber?corpCode=${minaEnv.corpCode}`, | |
| 19 | - method: 'POST' | |
| 20 | - }, | |
| 21 | - getCarProperty: { | |
| 22 | - url: `/open/qx-apaas-lowcode/dataflowFeign/startDataProcess/getPropertyName?corpCode=${minaEnv.corpCode}`, | |
| 23 | - method: 'POST' | |
| 24 | - } | |
| 25 | - }, | |
| 26 | 8 | home: { |
| 27 | 9 | miniData: { |
| 28 | 10 | url: `/open/qx-apaas-custom/hczd/index`, | ... | ... |