|
|
@@ -18,7 +18,7 @@ use common\services\xhInviteService;
|
|
|
use common\components\configDict;
|
|
|
use common\services\xhWxOpenService;
|
|
|
|
|
|
-class WxOpenController extends PublicController
|
|
|
+class WxOpenController extends BaseController
|
|
|
{
|
|
|
|
|
|
public $withoutLogin = ['bind-open'];
|
|
|
@@ -472,4 +472,11 @@ class WxOpenController extends PublicController
|
|
|
Yii::warning("---wx open data end--- \n");
|
|
|
}
|
|
|
|
|
|
+ //获取平台信息 shish 2020.4.12
|
|
|
+ public function actionGetWxOpen()
|
|
|
+ {
|
|
|
+ $open = WxOpenService::getOpen();
|
|
|
+ util::success($open);
|
|
|
+ }
|
|
|
+
|
|
|
}
|