@ -82,7 +82,7 @@ class PaymentService extends AbstractService
$app = $req->getApp();
$data = $req->getData();
if ($data['payAmount'] > 3000) {
if ($data['payAmount'] > 300000) {
throw new BusinessException('超出限额');
}