feat(api): 添加 wps_product 接口无需登录访问
在 IndexController 中的 notNeedLogin 数组中添加了 'wps_product',使该接口可以无需登录直接访问。
This commit is contained in:
parent
ab347de4f1
commit
c6906f36e5
@ -53,7 +53,7 @@ use PhpOffice\PhpWord\Style\Font;
|
|||||||
|
|
||||||
class IndexController extends BaseApiController
|
class IndexController extends BaseApiController
|
||||||
{
|
{
|
||||||
public $notNeedLogin = ['index', 'app_update', 'express_list', 'province', 'city', 'area', 'street', 'village', 'brigade', 'config', 'push', 'purchase_product_offer'];
|
public $notNeedLogin = ['index', 'app_update', 'express_list', 'province', 'city', 'area', 'street', 'village', 'brigade', 'config', 'push', 'purchase_product_offer','wps_product'];
|
||||||
|
|
||||||
public function index()
|
public function index()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user