OfficialAccountRoutes.php 307 B

12345678910111213
  1. <?php
  2. Route::group(['domain'=>env('WAP_DOMAIN'),'namespace'=>'App\Http\Controllers\Wap\OfficialAccount','prefix'=>'api'],function(){
  3. /**
  4. * 公众号
  5. */
  6. //获取公众号信息
  7. Route::any('OfficialAccount/customerImgUrlByChannelId', 'CustomMsgController@customerImgUrlByChannelId');
  8. });