|
@@ -2322,7 +2322,7 @@ class WelcomeController extends BaseController
|
|
|
if($this->distribution_channel_id == 6985){
|
|
|
return [
|
|
|
'is_xiyue_user'=>1,
|
|
|
- 'debug'=>env('XI_YUE_SHARE_DEBUG',0),
|
|
|
+ 'debug'=>(int)env('XI_YUE_SHARE_DEBUG',0),
|
|
|
'xiyue_index_page'=>'https://xiyue.aizhuishu.com/',
|
|
|
'xiyue_pay_page'=>'https://xiyue.aizhuishu.com/',
|
|
|
'xiyue_pay_unfocus_img'=>'https://cdn-novel.iycdm.com/h5/xiyue/xiyue_pay_unfocus_img.png',
|