|
@@ -20,7 +20,7 @@ use think\Hook;
|
|
*/
|
|
*/
|
|
class Common extends Api
|
|
class Common extends Api
|
|
{
|
|
{
|
|
- protected $noNeedLogin = ['init', 'captcha','getQRcode','expireCertificate'];
|
|
|
|
|
|
+ protected $noNeedLogin = ['init', 'captcha','getQRcode','expireCertificate','getHelpConfig'];
|
|
protected $noNeedRight = '*';
|
|
protected $noNeedRight = '*';
|
|
|
|
|
|
public function _initialize()
|
|
public function _initialize()
|