作者 chencheng

6

... ... @@ -15,8 +15,8 @@ use app\api\controller\Common;
*/
class Wechat extends Api
{
protected $noNeedLogin = ["*"];
protected $noNeedRight = '*';
protected $noNeedLogin = ['*'];
protected $noNeedRight = ['*'];
public function _initialize()
{
... ...