|
@@ -34,7 +34,7 @@ class Order extends Controller
|
|
|
{
|
|
|
parent::initialize();
|
|
|
$this->payments = PaymentService::getTypeAll();
|
|
|
-// dump($this->payments);
|
|
|
+ dump($this->payments);
|
|
|
// // 读取支付通道配置
|
|
|
// $query = BaseUserPayment::mk()->where(['status' => 1, 'deleted' => 0]);
|
|
|
// //$query->whereIn('code', str2arr($payments))->whereIn('type', PaymentService::getTypeApi($this->type));
|