feature/main20240421
guojia 7 months ago
parent ebc3a8e091
commit 75e690d991
  1. 2
      app/store/controller/setting/Payment.php

@ -34,7 +34,7 @@ class Payment extends Controller
{
$model = new PaymentModel;
$postform = $this->postForm();
$postform['merchant_id'] = $this->merchantId;
//$postform['merchant_id'] = $this->merchantId;
if ($model->updateOptions($postform, $this->merchantId)) {
return $this->renderSuccess('更新成功');
}

Loading…
Cancel
Save