|
@@ -24,6 +24,7 @@ class Baseconfig extends Api
|
|
|
'ios_update_version' => config('site.ios_update_version'),
|
|
|
'livebc_type' => Db::name('party_type')->where('room_type',2)->order('id asc')->select(),
|
|
|
'taluopai' => config('site.taluopai'),
|
|
|
+ 'open_unlock_wechataccount' => config('site.open_unlock_wechataccount'),
|
|
|
];
|
|
|
|
|
|
$this->success('success',$config);
|