@@ -28,7 +28,7 @@ class BaseController extends PublicController
{
//定义平台类型 1花店 2供货商
Yii::$app->params['ptStyle'] = dict::getDict('ptStyle', 'ghs');
- //token验证
+ //token验证
$adminId = jwt::getLoginId();
if (getenv('YII_ENV', 'local') != 'production') {
//$adminId = 18;
@@ -31,7 +31,7 @@ class BaseController extends PublicController
//定义平台类型 1花店 2供货商 3商城
Yii::$app->params['ptStyle'] = dict::getDict('ptStyle', 'hd');
//$adminId = 253;