setter
parent
04e54abd04
commit
eee639eb2a
|
@ -454,7 +454,7 @@ class Coupon extends Base
|
|||
} else {
|
||||
$distanceText = $distance . "米";
|
||||
}
|
||||
return $this->json(4001, "您距离商家位置距离超过规定距离");
|
||||
return $this->json(4001, "您距离商家位置距离超过规定距离{$distanceText}");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue