fix: 引入alinPay trait并配置越南区代理ID
This commit is contained in:
@@ -284,9 +284,9 @@ return [
|
|||||||
'3' => [
|
'3' => [
|
||||||
'name' => '越南',
|
'name' => '越南',
|
||||||
'pay' => 'alinPay',
|
'pay' => 'alinPay',
|
||||||
'default_agent' => 0, // TODO: 魔尊需填入越南区总代理ID
|
'default_agent' => 111,
|
||||||
'default_wt_agent' => 0, // TODO: 魔尊需填入越南区委托代理ID
|
'default_wt_agent' => 111,
|
||||||
'limit_agent' => [], // TODO: 魔尊需填入允许充值的代理ID列表
|
'limit_agent' => [111],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ use Waybill\WaybillToning;
|
|||||||
use Waybill\WaybillRoulette;
|
use Waybill\WaybillRoulette;
|
||||||
|
|
||||||
class Pcapi extends Controller{
|
class Pcapi extends Controller{
|
||||||
|
use traits\alinPay;
|
||||||
public function __construct(){
|
public function __construct(){
|
||||||
parent::__construct();
|
parent::__construct();
|
||||||
// CORS headers
|
// CORS headers
|
||||||
|
|||||||
Reference in New Issue
Block a user