'auth:api'],function(){ Route::get('wx/waybill', "Api\WxController@index");//微信小程序数据返回 Route::post('wx/waybill/show', "Api\WxController@show");//微信小程序数据返回 Route::post('wx/waybill/update', "Api\WxController@update");//微信小程序数据修改 });