master
wangxinglong 2022-02-08 17:01:10 +08:00
parent 04e54abd04
commit eee639eb2a
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ class Coupon extends Base
} else {
$distanceText = $distance . "";
}
return $this->json(4001, "您距离商家位置距离超过规定距离");
return $this->json(4001, "您距离商家位置距离超过规定距离{$distanceText}");
}
}