|
@@ -166,6 +166,6 @@ $phone_providers = [
|
|
|
['name' => 'wuchen', 'cfg' => $wuchen_phone, 'opened' => true, 'sort' => 1],
|
|
|
['name' => 'yibao', 'cfg' => $yibao_phone, 'opened' => true, 'sort' => 1],
|
|
|
['name' => 'amingyd', 'cfg' => $amingyd_phone, 'opened' => true, 'sort' => 1],
|
|
|
-// ['name' => 'chuka', 'cfg' => $chuka_phone, 'opened' => true, 'sort' => 1],
|
|
|
+ ['name' => 'chuka', 'cfg' => $chuka_phone, 'opened' => true, 'sort' => 1],
|
|
|
];
|
|
|
$config['phone_providers'] = $phone_providers;
|