Commit 5b4291f2d02a7a441c786df8fd10d6fc042698be

Authored by 刘淇
1 parent d9f79954

停车记录

Showing 1 changed file with 16 additions and 2 deletions
common/common.js
@@ -143,7 +143,21 @@ export default { @@ -143,7 +143,21 @@ export default {
143 userLoginout, 143 userLoginout,
144 useraboutUs, 144 useraboutUs,
145 walletAccount, 145 walletAccount,
146 - // 146 + //刘淇接口
147 getBusinessParkOrderByBusIdForPage, 147 getBusinessParkOrderByBusIdForPage,
148 - getPayOrderByOrderId 148 + getPayOrderByOrderId,
  149 +
  150 +
  151 +
  152 +
  153 +
  154 +
  155 +
  156 +
  157 +
  158 + //陈彪接口
  159 +
  160 +
  161 +
  162 +
149 } 163 }