This commit is contained in:
chenbo 2023-11-20 10:58:44 +08:00
parent 6d08fba3a2
commit 98103e40dd

View File

@ -66,7 +66,7 @@ class PayController extends BaseApiController
return $this->fail(PaymentLogic::getError(), $params); return $this->fail(PaymentLogic::getError(), $params);
} }
// 请求支付系统 // 请求支付系统
$companyInfo = Company::where(['company_id' => $this->userInfo['company_id']])->find(); $companyInfo = Company::where(['id' => $this->userInfo['company_id']])->find();
$requestData = [ $requestData = [
'street' => $companyInfo['street'], 'street' => $companyInfo['street'],
'order_from' => 12, 'order_from' => 12,