Sfoglia il codice sorgente

停车优惠查询页面修改请求地址为正式地址

skyline 18 ore fa
parent
commit
e25df16e77
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      admin-web/public/parking.html

+ 1 - 1
admin-web/public/parking.html

@@ -562,7 +562,7 @@
 
             setLoading(true);
 
-            fetch('https://dev.kuaiyuman.cn/api/parking-coupon/checkParkingCoupon?mobilePhone=' + encodeURIComponent(phone))
+            fetch('https://api.yeswash.cn/api/parking-coupon/checkParkingCoupon?mobilePhone=' + encodeURIComponent(phone))
                 .then(function(res) {
                     if (!res.ok) {
                         throw new Error('服务繁忙,请稍后重试');