version('v1', function ($api) { // 导购货架相关api $api->group(['prefix' => 'h5app', 'namespace' => 'ThirdPartyBundle\Http\FrontApi\V1\Action', 'middleware' => ['frontnoauth:h5app']], function ($api) { // 获取地图的key $api->get('/wxapp/third_party/map/key', ['name' => '获取地图的key', 'as' => 'h5app.wxapp.third_party.map.key.get', 'uses'=>'MapController@get']); }); }); /* ↑↑↑↑↑ ↑↑↑↑↑ ↑↑↑↑↑ ↑↑↑↑↑ taro小程序、h5、app、pc端 ↑↑↑↑↑ ↑↑↑↑↑ ↑↑↑↑↑ ↑↑↑↑↑ */