@@ -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('服务繁忙,请稍后重试');