fixed
This commit is contained in:
parent
6d08fba3a2
commit
98103e40dd
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user