@@ -65,7 +65,7 @@ class CustomRechargeController extends BaseController
util::fail('已结清,不需要充值');
}
if ($actPrice > $remainGhsDebt) {
- util::fail('最多可以充' . $remainGhsDebt . '元');
+ util::fail('只需要充' . $remainGhsDebt . '元');
$customStaffId = 0;