feat: 添加'村'和'大队'到不需要登录的API列表
This commit is contained in:
parent
a29d2d42d2
commit
39b3e124cd
@ -22,7 +22,7 @@ use Webman\RedisQueue\Redis;
|
||||
|
||||
class IndexController extends BaseApiController
|
||||
{
|
||||
public $notNeedLogin = ['index', 'app_update', 'express_list', 'province', 'city', 'area', 'street'];
|
||||
public $notNeedLogin = ['index', 'app_update', 'express_list', 'province', 'city', 'area', 'street','village','brigade'];
|
||||
|
||||
public function index()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user