|
@@ -20,6 +20,9 @@ class Index {
|
|
|
if (empty($channelId)){
|
|
|
throw new ApiException('渠道id不为空');
|
|
|
}
|
|
|
+ var_dump(input());
|
|
|
+ var_dump(Session::get('wxId'));
|
|
|
+ die();
|
|
|
$data = CommonService::getSetData($channelId);
|
|
|
if (empty(Session::get('wxId'))){
|
|
|
Session::set('visitorId','');
|