/www/wwwroot/up.y-bei.cn/app/Http/Controllers/Cloud/UpgradedController.php
$domain=$request->input('domain_url');
$auth_type=$request->input('auth_type')?:1;
$domain=preg_replace("(^https?://)", "", $domain);
$model='online';
//$model=$request->input('diskName')?:'development';
$version=$request->input('version');
$res=Db::table('version_list')->where('diskName',$request->input('diskName'))->where('status',1)->first();
// if(!$res){
// echo json_encode(['code'=>200,'msg'=>'已经是最新版本了','data'=>[]]);die;
// }
if(file_exists(base_path().'/public/upgraded/online/upgraded.zip')){
$newdata=getZipArr(base_path().'/public/upgraded/online/upgraded.zip');
//系统升级
$file_arr=array_values($newdata);
// return $newdata;die;
// if($newdata){
$data=array(
'version'=>$res->version_code,
'version_release'=>$res->version_date,
'files'=>$file_arr,
'database'=>[],
'remark'=>json_decode($res->version_remark,true),
'time'=>$res->dt_operdate,
'replace_wechat'=>$res->replace_wechat,
'file_count'=>count($file_arr)
);
//判断最新版本
// if($res->version_code==$version){
// echo json_encode(['code'=>200,'msg'=>'已经是最新版本了','data'=>$data]);die;
// }
echo json_encode(['code'=>200,'msg'=>'版本升级信息已获取','data'=>$data]);die;
// }
}
}catch (Exception $e) {
echo json_encode(['code'=>400,'msg'=>$e->getMessage()]);die;
}
}
Arguments
"Trying to get property 'version_code' of non-object"
/www/wwwroot/up.y-bei.cn/app/Http/Controllers/Cloud/UpgradedController.php
$domain=$request->input('domain_url');
$auth_type=$request->input('auth_type')?:1;
$domain=preg_replace("(^https?://)", "", $domain);
$model='online';
//$model=$request->input('diskName')?:'development';
$version=$request->input('version');
$res=Db::table('version_list')->where('diskName',$request->input('diskName'))->where('status',1)->first();
// if(!$res){
// echo json_encode(['code'=>200,'msg'=>'已经是最新版本了','data'=>[]]);die;
// }
if(file_exists(base_path().'/public/upgraded/online/upgraded.zip')){
$newdata=getZipArr(base_path().'/public/upgraded/online/upgraded.zip');
//系统升级
$file_arr=array_values($newdata);
// return $newdata;die;
// if($newdata){
$data=array(
'version'=>$res->version_code,
'version_release'=>$res->version_date,
'files'=>$file_arr,
'database'=>[],
'remark'=>json_decode($res->version_remark,true),
'time'=>$res->dt_operdate,
'replace_wechat'=>$res->replace_wechat,
'file_count'=>count($file_arr)
);
//判断最新版本
// if($res->version_code==$version){
// echo json_encode(['code'=>200,'msg'=>'已经是最新版本了','data'=>$data]);die;
// }
echo json_encode(['code'=>200,'msg'=>'版本升级信息已获取','data'=>$data]);die;
// }
}
}catch (Exception $e) {
echo json_encode(['code'=>400,'msg'=>$e->getMessage()]);die;
}
}
Arguments
8
"Trying to get property 'version_code' of non-object"
"/www/wwwroot/up.y-bei.cn/app/Http/Controllers/Cloud/UpgradedController.php"
32
array:8 [
"request" => Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413}
#routeResolver: Closure() {#415}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
"domain" => ""
"auth_type" => 1
"model" => "online"
"version" => null
"res" => null
"newdata" => array:10326 [
0 => "app/"
1 => "app/Console/"
2 => "app/Console/Commands/"
3 => "app/Console/Commands/Apply/"
4 => "app/Console/Commands/Apply/ConfigInit.php"
5 => "app/Console/Commands/Apply/DelLog.php"
6 => "app/Console/Commands/Apply/Expire.php"
7 => "app/Console/Commands/Apply/ExpireApply.php"
8 => "app/Console/Commands/Apply/Statistics.php"
9 => "app/Console/Commands/Apply/StatisticsValue.php"
10 => "app/Console/Commands/Apply/Submit.php"
11 => "app/Console/Commands/Apply/SwooleKill.php"
12 => "app/Console/Commands/Bill/"
13 => "app/Console/Commands/Bill/QueryProfitsharing.php"
14 => "app/Console/Commands/Drinks/"
15 => "app/Console/Commands/Drinks/Expired.php"
16 => "app/Console/Commands/EquityCard/"
17 => "app/Console/Commands/EquityCard/Coupon.php"
18 => "app/Console/Commands/ExchangeCode/"
19 => "app/Console/Commands/ExchangeCode/Expired.php"
20 => "app/Console/Commands/Goods/"
21 => "app/Console/Commands/Goods/DayFilling.php"
22 => "app/Console/Commands/Goods/GoodsSales.php"
23 => "app/Console/Commands/Goods/Sales.php"
24 => "app/Console/Commands/Hello.php"
25 => "app/Console/Commands/Log/"
26 => "app/Console/Commands/Log/View.php"
27 => "app/Console/Commands/Member/"
28 => "app/Console/Commands/Member/BirthdayPack.php"
29 => "app/Console/Commands/Member/Coupon.php"
30 => "app/Console/Commands/Member/CouponNotify.php"
31 => "app/Console/Commands/Member/InitIsPay.php"
32 => "app/Console/Commands/Member/RegiftCoupon.php"
33 => "app/Console/Commands/Order/"
34 => "app/Console/Commands/Order/Bill.php"
35 => "app/Console/Commands/Order/CloseExpiredOrder.php"
36 => "app/Console/Commands/Order/DeliveryCall.php"
37 => "app/Console/Commands/Order/DeliveryExpiredCall.php"
38 => "app/Console/Commands/Order/ExpiredInAppointmentOrder.php"
39 => "app/Console/Commands/Order/ExpiredInstoreOrder.php"
40 => "app/Console/Commands/Order/Goods.php"
41 => "app/Console/Commands/Order/OrderQuery.php"
42 => "app/Console/Commands/Order/OrderTj.php"
43 => "app/Console/Commands/Order/QueryOrder.php"
44 => "app/Console/Commands/Store/"
45 => "app/Console/Commands/Store/BusinessStatus.php"
46 => "app/Console/Commands/Store/Statistics.php"
47 => "app/Console/Commands/Table/"
48 => "app/Console/Commands/Table/CloseOrder.php"
49 => "app/Console/Commands/Table/Refresh.php"
50 => "app/Console/Commands/Task/"
51 => "app/Console/Commands/Task/Monitor.php"
52 => "app/Console/Commands/TestLogCommand.php"
53 => "app/Console/Commands/Upload/"
54 => "app/Console/Commands/Upload/DirDel.php"
55 => "app/Console/Kernel.php"
56 => "app/Enums/"
57 => "app/Enums/AdminRoutEnum.php"
58 => "app/Enums/PayEnum.php"
59 => "app/Enums/SceneEnum.php"
60 => "app/Enums/WechatEnum.php"
61 => "app/Enums/WorkEnum.php"
62 => "app/Events/"
63 => "app/Events/BirthdayGiftEvent.php"
64 => "app/Events/CouponEvent.php"
65 => "app/Events/EquityCardEvent.php"
66 => "app/Events/MemberAccountEvent.php"
67 => "app/Events/MemberGiftBigEvent.php"
68 => "app/Events/MemberRegisteredEvent.php"
69 => "app/Events/OrderCollectEvent.php"
70 => "app/Events/OrderMessageEvent.php"
71 => "app/Events/PartnerEvent.php"
72 => "app/Events/PartyAEvent.php"
73 => "app/Events/PartyBEvent.php"
74 => "app/Events/PayGiftEvent.php"
75 => "app/Events/PrintEvent.php"
76 => "app/Events/SignInEvent.php"
77 => "app/Events/StoreMessageEvent.php"
78 => "app/Events/WordCouponEvent.php"
79 => "app/Events/WorkerStartEvent.php"
80 => "app/Exceptions/"
81 => "app/Exceptions/Handler.php"
82 => "app/Exports/"
83 => "app/Exports/ExcelExport.php"
84 => "app/Exports/FinancialExport.php"
85 => "app/Exports/FlowRecordExport.php"
86 => "app/Exports/GiftBigReceiveExport.php"
87 => "app/Exports/InstoreOrderDataExport.php"
88 => "app/Exports/LedgerDetailsExport.php"
89 => "app/Exports/MemberDataExport.php"
90 => "app/Exports/NewSubReceiveExport.php"
91 => "app/Exports/OrderCollectReceiveExport.php"
92 => "app/Exports/OrderCollectReceiveListExport.php"
93 => "app/Exports/OrderDataExport.php"
94 => "app/Exports/PayGiftReceiveExport.php"
95 => "app/Exports/PersonpayOrderDataExport.php"
96 => "app/Exports/StatisticsOrderDataExport.php"
97 => "app/Exports/StoreAccountExport.php"
98 => "app/Exports/StoreValuestatisticsExport.php"
99 => "app/Exports/StoredValueConsumptionExport.php"
100 => "app/Exports/StorevalueOrderDataExport.php"
101 => "app/Exports/TiktokOrderDataExport.php"
102 => "app/Exports/WindowCouponReceiveExport.php"
103 => "app/Exports/WithdrawalListExport.php"
104 => "app/Helpers/"
105 => "app/Helpers/functions.php"
106 => "app/Http/"
107 => "app/Http/Controllers/"
108 => "app/Http/Controllers/Admin/"
109 => "app/Http/Controllers/Admin/AdController.php"
110 => "app/Http/Controllers/Admin/AdminController.php"
111 => "app/Http/Controllers/Admin/AdminGroupController.php"
112 => "app/Http/Controllers/Admin/AdvertisementController.php"
113 => "app/Http/Controllers/Admin/AgentController.php"
114 => "app/Http/Controllers/Admin/ApiController.php"
115 => "app/Http/Controllers/Admin/ApplyController.php"
116 => "app/Http/Controllers/Admin/ConfigController.php"
117 => "app/Http/Controllers/Admin/CustomerController.php"
118 => "app/Http/Controllers/Admin/FileController.php"
119 => "app/Http/Controllers/Admin/HandleLogController.php"
120 => "app/Http/Controllers/Admin/HelpersController.php"
121 => "app/Http/Controllers/Admin/InstallController.php"
122 => "app/Http/Controllers/Admin/LoginController.php"
123 => "app/Http/Controllers/Admin/MenuController.php"
124 => "app/Http/Controllers/Admin/Mini/"
125 => "app/Http/Controllers/Admin/Mini/RegisterController.php"
126 => "app/Http/Controllers/Admin/MiniUploadController.php"
127 => "app/Http/Controllers/Admin/MusterController.php"
128 => "app/Http/Controllers/Admin/NewsController.php"
129 => "app/Http/Controllers/Admin/OpenWechatController.php"
130 => "app/Http/Controllers/Admin/OrderController.php"
131 => "app/Http/Controllers/Admin/PayConfigController.php"
132 => "app/Http/Controllers/Admin/PermissionController.php"
133 => "app/Http/Controllers/Admin/PermissionGroupController.php"
134 => "app/Http/Controllers/Admin/PlugController.php"
135 => "app/Http/Controllers/Admin/PublicMiniProgramController.php"
136 => "app/Http/Controllers/Admin/RoleController.php"
137 => "app/Http/Controllers/Admin/SmsAccountController.php"
138 => "app/Http/Controllers/Admin/SmsComboController.php"
139 => "app/Http/Controllers/Admin/SmsController.php"
140 => "app/Http/Controllers/Admin/SmsPayController.php"
141 => "app/Http/Controllers/Admin/SystemController.php"
142 => "app/Http/Controllers/Admin/Test.php"
143 => "app/Http/Controllers/Admin/UpgradedController.php"
144 => "app/Http/Controllers/Admin/UploadController.php"
145 => "app/Http/Controllers/Admin/UserController.php"
146 => "app/Http/Controllers/Admin/WaiSongBangController.php"
147 => "app/Http/Controllers/Admin/WxPayNotifyController.php"
148 => "app/Http/Controllers/Channel/"
149 => "app/Http/Controllers/Channel/AdController.php"
150 => "app/Http/Controllers/Channel/AdvertisementController.php"
151 => "app/Http/Controllers/Channel/ApiController.php"
152 => "app/Http/Controllers/Channel/ApplyController.php"
153 => "app/Http/Controllers/Channel/AttrController.php"
154 => "app/Http/Controllers/Channel/AttrValueController.php"
155 => "app/Http/Controllers/Channel/AwakenController.php"
156 => "app/Http/Controllers/Channel/Bucket/"
157 => "app/Http/Controllers/Channel/Bucket/StorageBucketCategoryController.php"
158 => "app/Http/Controllers/Channel/Bucket/StorageBucketController.php"
159 => "app/Http/Controllers/Channel/Bucket/StorageBucketLogController.php"
160 => "app/Http/Controllers/Channel/ConfigController.php"
161 => "app/Http/Controllers/Channel/CostomPayController.php"
162 => "app/Http/Controllers/Channel/CouponPackOrderController.php"
163 => "app/Http/Controllers/Channel/Delivery/"
164 => "app/Http/Controllers/Channel/Delivery/ChannelController.php"
165 => "app/Http/Controllers/Channel/Delivery/MaiyatianController.php"
166 => "app/Http/Controllers/Channel/Delivery/OrderController.php"
167 => "app/Http/Controllers/Channel/Delivery/QldController.php"
168 => "app/Http/Controllers/Channel/Delivery/ReallysavesMoneyController.php"
169 => "app/Http/Controllers/Channel/Delivery/RuleController.php"
170 => "app/Http/Controllers/Channel/Delivery/StoreController.php"
171 => "app/Http/Controllers/Channel/Delivery/WaiSongBangController.php"
172 => "app/Http/Controllers/Channel/Discount/"
173 => "app/Http/Controllers/Channel/Discount/CouponActivityController.php"
174 => "app/Http/Controllers/Channel/Discount/CouponController.php"
175 => "app/Http/Controllers/Channel/Discount/CouponPackController.php"
176 => "app/Http/Controllers/Channel/Discount/CouponReceiveController.php"
177 => "app/Http/Controllers/Channel/Discount/EquityCardController.php"
178 => "app/Http/Controllers/Channel/Discount/ExchangeCodeController.php"
179 => "app/Http/Controllers/Channel/Discount/FullSubController.php"
180 => "app/Http/Controllers/Channel/Discount/GiftBigController.php"
181 => "app/Http/Controllers/Channel/Discount/GooodsDiscountController.php"
182 => "app/Http/Controllers/Channel/Discount/NewSubController.php"
183 => "app/Http/Controllers/Channel/Discount/OrderCollectController.php"
184 => "app/Http/Controllers/Channel/Discount/PartnerController.php"
185 => "app/Http/Controllers/Channel/Discount/PayGiftController.php"
186 => "app/Http/Controllers/Channel/Discount/StorePartnerController.php"
187 => "app/Http/Controllers/Channel/Discount/TableReserveController.php"
188 => "app/Http/Controllers/Channel/Discount/TradeInGoodsController.php"
189 => "app/Http/Controllers/Channel/Discount/VipGoodsController.php"
190 => "app/Http/Controllers/Channel/Discount/WindowCouponController.php"
191 => "app/Http/Controllers/Channel/Discount/WordCouponController.php"
192 => "app/Http/Controllers/Channel/DragController.php"
193 => "app/Http/Controllers/Channel/Drinks/"
194 => "app/Http/Controllers/Channel/Drinks/DrinksController.php"
195 => "app/Http/Controllers/Channel/Drinks/LogController.php"
196 => "app/Http/Controllers/Channel/Drinks/OrderController.php"
197 => "app/Http/Controllers/Channel/Drinks/StorageController.php"
198 => "app/Http/Controllers/Channel/FileController.php"
199 => "app/Http/Controllers/Channel/Finance/"
200 => "app/Http/Controllers/Channel/Finance/BalanceController.php"
201 => "app/Http/Controllers/Channel/Finance/OlineOrderController.php"
202 => "app/Http/Controllers/Channel/Finance/ProfitController.php"
203 => "app/Http/Controllers/Channel/GoodsCatController.php"
204 => "app/Http/Controllers/Channel/GoodsCatLabelController.php"
205 => "app/Http/Controllers/Channel/GoodsController.php"
206 => "app/Http/Controllers/Channel/GoodsLabelController.php"
207 => "app/Http/Controllers/Channel/GoodsLogController.php"
208 => "app/Http/Controllers/Channel/GoodsMarkController.php"
209 => "app/Http/Controllers/Channel/GoodsRecommend/"
210 => "app/Http/Controllers/Channel/GoodsRecommend/GoodsController.php"
211 => "app/Http/Controllers/Channel/GoodsRecommend/RecommendController.php"
212 => "app/Http/Controllers/Channel/GoodsRecommend/StoreController.php"
213 => "app/Http/Controllers/Channel/GoodsUnitController.php"
214 => "app/Http/Controllers/Channel/HandleLogController.php"
215 => "app/Http/Controllers/Channel/Handover/"
216 => "app/Http/Controllers/Channel/Handover/HandoverController.php"
217 => "app/Http/Controllers/Channel/HelpersController.php"
218 => "app/Http/Controllers/Channel/ImportController.php"
219 => "app/Http/Controllers/Channel/InStore/"
220 => "app/Http/Controllers/Channel/InStore/CartController.php"
221 => "app/Http/Controllers/Channel/InStore/CheckoutController.php"
222 => "app/Http/Controllers/Channel/InStore/FreezeOrderController.php"
223 => "app/Http/Controllers/Channel/InStore/GoodsController.php"
224 => "app/Http/Controllers/Channel/InStore/OrderController.php"
225 => "app/Http/Controllers/Channel/InStore/TableController.php"
226 => "app/Http/Controllers/Channel/IndexController.php"
227 => "app/Http/Controllers/Channel/LogController.php"
228 => "app/Http/Controllers/Channel/LoginController.php"
229 => "app/Http/Controllers/Channel/LuckyWheelController.php"
230 => "app/Http/Controllers/Channel/LuckyWheelRecordController.php"
231 => "app/Http/Controllers/Channel/LuckyWheelRewardController.php"
232 => "app/Http/Controllers/Channel/MaterialCatController.php"
233 => "app/Http/Controllers/Channel/MaterialController.php"
234 => "app/Http/Controllers/Channel/Member/"
235 => "app/Http/Controllers/Channel/Member/AccountLogController.php"
236 => "app/Http/Controllers/Channel/Member/GroupController.php"
237 => "app/Http/Controllers/Channel/Member/JobController.php"
238 => "app/Http/Controllers/Channel/Member/LabelController.php"
239 => "app/Http/Controllers/Channel/Member/MemberController.php"
240 => "app/Http/Controllers/Channel/Member/VipController.php"
241 => "app/Http/Controllers/Channel/Member/VipPowerController.php"
242 => "app/Http/Controllers/Channel/MessageConfigController.php"
243 => "app/Http/Controllers/Channel/Mini/"
244 => "app/Http/Controllers/Channel/Mini/DeliveryController.php"
245 => "app/Http/Controllers/Channel/Mini/DomainController.php"
246 => "app/Http/Controllers/Channel/Mini/JumpQrcodeController.php"
247 => "app/Http/Controllers/Channel/Mini/OrderPathInfoController.php"
248 => "app/Http/Controllers/Channel/Mini/PathController.php"
249 => "app/Http/Controllers/Channel/Mini/RegisterController.php"
250 => "app/Http/Controllers/Channel/Mini/SecurityController.php"
251 => "app/Http/Controllers/Channel/MiniUploadController.php"
252 => "app/Http/Controllers/Channel/MusterController.php"
253 => "app/Http/Controllers/Channel/NotifyController.php"
254 => "app/Http/Controllers/Channel/OfficialController.php"
255 => "app/Http/Controllers/Channel/OldWithNew/"
256 => "app/Http/Controllers/Channel/OldWithNew/ActivityController.php"
257 => "app/Http/Controllers/Channel/OpenWechatController.php"
258 => "app/Http/Controllers/Channel/OrderController.php"
259 => "app/Http/Controllers/Channel/PayConfigController.php"
260 => "app/Http/Controllers/Channel/PayController.php"
261 => "app/Http/Controllers/Channel/PayTemplateController.php"
262 => "app/Http/Controllers/Channel/PersonPayOrderController.php"
263 => "app/Http/Controllers/Channel/PlugController.php"
264 => "app/Http/Controllers/Channel/PointSignController.php"
265 => "app/Http/Controllers/Channel/PointsMallClassificationController.php"
266 => "app/Http/Controllers/Channel/PointsMallController.php"
267 => "app/Http/Controllers/Channel/PointsMallOrderController.php"
268 => "app/Http/Controllers/Channel/PrinterLogController.php"
269 => "app/Http/Controllers/Channel/Prints/"
270 => "app/Http/Controllers/Channel/Prints/HardwareController.php"
271 => "app/Http/Controllers/Channel/Prints/PrintStoreTemplateController.php"
272 => "app/Http/Controllers/Channel/Prints/PrintTemplateController.php"
273 => "app/Http/Controllers/Channel/Prints/RuleController.php"
274 => "app/Http/Controllers/Channel/QueuingUpController.php"
275 => "app/Http/Controllers/Channel/Recipe/"
276 => "app/Http/Controllers/Channel/Recipe/GoodsController.php"
277 => "app/Http/Controllers/Channel/Recipe/RecipeController.php"
278 => "app/Http/Controllers/Channel/Recipe/StoreController.php"
279 => "app/Http/Controllers/Channel/RoleController.php"
280 => "app/Http/Controllers/Channel/Salesclerk/"
281 => "app/Http/Controllers/Channel/Salesclerk/AdminController.php"
282 => "app/Http/Controllers/Channel/Salesclerk/LuckyWheelController.php"
283 => "app/Http/Controllers/Channel/Salesclerk/LuckyWheelRecordController.php"
284 => "app/Http/Controllers/Channel/Salesclerk/LuckyWheelRewardController.php"
285 => "app/Http/Controllers/Channel/Salesclerk/MenuController.php"
286 => "app/Http/Controllers/Channel/Salesclerk/RoleController.php"
287 => "app/Http/Controllers/Channel/SignInController.php"
288 => "app/Http/Controllers/Channel/SignListController.php"
289 => "app/Http/Controllers/Channel/SmsAccountController.php"
290 => "app/Http/Controllers/Channel/SmsController.php"
291 => "app/Http/Controllers/Channel/SpecController.php"
292 => "app/Http/Controllers/Channel/SpecValueController.php"
293 => "app/Http/Controllers/Channel/StatisticsController.php"
294 => "app/Http/Controllers/Channel/Store/"
295 => "app/Http/Controllers/Channel/Store/AccountController.php"
296 => "app/Http/Controllers/Channel/Store/GoodsController.php"
297 => "app/Http/Controllers/Channel/Store/NoticeController.php"
298 => "app/Http/Controllers/Channel/StoreConfigController.php"
299 => "app/Http/Controllers/Channel/StoreController.php"
300 => "app/Http/Controllers/Channel/StoreGroupController.php"
301 => "app/Http/Controllers/Channel/StoreLabelController.php"
302 => "app/Http/Controllers/Channel/StorePayConfigController.php"
303 => "app/Http/Controllers/Channel/StoredValueController.php"
304 => "app/Http/Controllers/Channel/StoredValueOrderController.php"
305 => "app/Http/Controllers/Channel/Table/"
306 => "app/Http/Controllers/Channel/Table/AreaController.php"
307 => "app/Http/Controllers/Channel/Table/ServerController.php"
308 => "app/Http/Controllers/Channel/Table/TableController.php"
309 => "app/Http/Controllers/Channel/Table/TypeController.php"
310 => "app/Http/Controllers/Channel/TableReserveOrderController.php"
311 => "app/Http/Controllers/Channel/TakeScreenController.php"
312 => "app/Http/Controllers/Channel/UserController.php"
313 => "app/Http/Controllers/Channel/UserWithdrawalController.php"
314 => "app/Http/Controllers/Channel/VoiceMessageController.php"
315 => "app/Http/Controllers/Channel/WechatController.php"
316 => "app/Http/Controllers/Channel/WechatReplyController.php"
317 => "app/Http/Controllers/Channel/WithdrawalController.php"
318 => "app/Http/Controllers/ChannelApi/"
319 => "app/Http/Controllers/ChannelApi/AdController.php"
320 => "app/Http/Controllers/ChannelApi/AddressController.php"
321 => "app/Http/Controllers/ChannelApi/ApiController.php"
322 => "app/Http/Controllers/ChannelApi/Bucket/"
323 => "app/Http/Controllers/ChannelApi/Bucket/StorageBucketCategoryController.php"
324 => "app/Http/Controllers/ChannelApi/Bucket/StorageBucketController.php"
325 => "app/Http/Controllers/ChannelApi/CartController.php"
326 => "app/Http/Controllers/ChannelApi/CollectController.php"
327 => "app/Http/Controllers/ChannelApi/ConfigController.php"
328 => "app/Http/Controllers/ChannelApi/CouponActivityController.php"
329 => "app/Http/Controllers/ChannelApi/CouponController.php"
330 => "app/Http/Controllers/ChannelApi/CouponPackController.php"
331 => "app/Http/Controllers/ChannelApi/CouponPackOrderController.php"
332 => "app/Http/Controllers/ChannelApi/CouponRegiftController.php"
333 => "app/Http/Controllers/ChannelApi/DragController.php"
334 => "app/Http/Controllers/ChannelApi/Drinks/"
335 => "app/Http/Controllers/ChannelApi/Drinks/LogController.php"
336 => "app/Http/Controllers/ChannelApi/Drinks/OrderController.php"
337 => "app/Http/Controllers/ChannelApi/EquityCardController.php"
338 => "app/Http/Controllers/ChannelApi/EquityCardOrderController.php"
339 => "app/Http/Controllers/ChannelApi/ExchangeCodeController.php"
340 => "app/Http/Controllers/ChannelApi/FileController.php"
341 => "app/Http/Controllers/ChannelApi/GiftBigController.php"
342 => "app/Http/Controllers/ChannelApi/GoodsController.php"
343 => "app/Http/Controllers/ChannelApi/HelpersController.php"
344 => "app/Http/Controllers/ChannelApi/InStore/"
345 => "app/Http/Controllers/ChannelApi/InStore/CartController.php"
346 => "app/Http/Controllers/ChannelApi/InStore/GoodsController.php"
347 => "app/Http/Controllers/ChannelApi/InStore/OrderController.php"
348 => "app/Http/Controllers/ChannelApi/InStore/TableController.php"
349 => "app/Http/Controllers/ChannelApi/InStore/TableReserveController.php"
350 => "app/Http/Controllers/ChannelApi/InStore/TableReserveOrderController.php"
351 => "app/Http/Controllers/ChannelApi/LoginController.php"
352 => "app/Http/Controllers/ChannelApi/LuckyWheelController.php"
353 => "app/Http/Controllers/ChannelApi/MessageConfigController.php"
354 => "app/Http/Controllers/ChannelApi/OldWithNew/"
355 => "app/Http/Controllers/ChannelApi/OldWithNew/PartyAController.php"
356 => "app/Http/Controllers/ChannelApi/OldWithNew/PartyBController.php"
357 => "app/Http/Controllers/ChannelApi/OrderController.php"
358 => "app/Http/Controllers/ChannelApi/PartnerController.php"
359 => "app/Http/Controllers/ChannelApi/PayController.php"
360 => "app/Http/Controllers/ChannelApi/PersonPayController.php"
361 => "app/Http/Controllers/ChannelApi/PointsMallClassificationController.php"
362 => "app/Http/Controllers/ChannelApi/PointsMallController.php"
363 => "app/Http/Controllers/ChannelApi/PointsMallOrderController.php"
364 => "app/Http/Controllers/ChannelApi/QueuingUpController.php"
365 => "app/Http/Controllers/ChannelApi/RegionController.php"
366 => "app/Http/Controllers/ChannelApi/SignInController.php"
367 => "app/Http/Controllers/ChannelApi/SmsController.php"
368 => "app/Http/Controllers/ChannelApi/StoreController.php"
369 => "app/Http/Controllers/ChannelApi/StoreValueController.php"
370 => "app/Http/Controllers/ChannelApi/TradeInGoodsController.php"
371 => "app/Http/Controllers/ChannelApi/UserController.php"
372 => "app/Http/Controllers/ChannelApi/VipCardController.php"
373 => "app/Http/Controllers/ChannelApi/WindowCouponController.php"
374 => "app/Http/Controllers/ChannelApi/WithdrawalController.php"
375 => "app/Http/Controllers/ChannelApi/WordCouponController.php"
376 => "app/Http/Controllers/ChannelApi/WxPayNotifyController.php"
377 => "app/Http/Controllers/ChannelApi/publicMiniProgram/"
378 => "app/Http/Controllers/ChannelApi/publicMiniProgram/IndexController.php"
379 => "app/Http/Controllers/ChannelApi/publicMiniProgram/LoginController.php"
380 => "app/Http/Controllers/Common/"
381 => "app/Http/Controllers/Common/ApiController.php"
382 => "app/Http/Controllers/Common/CloudController.php"
383 => "app/Http/Controllers/Common/FileController.php"
384 => "app/Http/Controllers/Common/OpenPlatformController.php"
385 => "app/Http/Controllers/Common/QrLoginController.php"
386 => "app/Http/Controllers/Common/QueuingUpController.php"
387 => "app/Http/Controllers/Common/RegionController.php"
388 => "app/Http/Controllers/Common/ShortLinkController.php"
389 => "app/Http/Controllers/Common/SwooleJobController.php"
390 => "app/Http/Controllers/Common/TakeScreenController.php"
391 => "app/Http/Controllers/Common/WechatCallbackController.php"
392 => "app/Http/Controllers/Common/WechatController.php"
393 => "app/Http/Controllers/Common/WechatEventController.php"
394 => "app/Http/Controllers/Common/WechatLoginController.php"
395 => "app/Http/Controllers/Common/WechatMerchantController.php"
396 => "app/Http/Controllers/Controller.php"
397 => "app/Http/Controllers/InstallController.php"
398 => "app/Http/Controllers/Test.php"
399 => "app/Http/Models/"
400 => "app/Http/Models/Ad.php"
401 => "app/Http/Models/Admin/"
402 => "app/Http/Models/Admin/AdminBind.php"
403 => "app/Http/Models/Admin/Advertisement.php"
404 => "app/Http/Models/Admin/Apply.php"
405 => "app/Http/Models/Admin/ApplyTop.php"
406 => "app/Http/Models/Admin/HandleLog.php"
407 => "app/Http/Models/Admin/Index.php"
408 => "app/Http/Models/Admin/Muster.php"
409 => "app/Http/Models/Admin/Order.php"
410 => "app/Http/Models/Admin.php"
411 => "app/Http/Models/AdminGroup.php"
412 => "app/Http/Models/AdminOrder.php"
413 => "app/Http/Models/AdminRole.php"
414 => "app/Http/Models/AdminStoreIds.php"
415 => "app/Http/Models/ApplyMessage.php"
416 => "app/Http/Models/ApplyPlugs.php"
417 => "app/Http/Models/Attr.php"
418 => "app/Http/Models/AttrValue.php"
419 => "app/Http/Models/BaiduAi.php"
420 => "app/Http/Models/BaseModel.php"
421 => "app/Http/Models/BirthdayPack.php"
422 => "app/Http/Models/BrowseCircle.php"
423 => "app/Http/Models/Bucket/"
424 => "app/Http/Models/Bucket/StorageBucket.php"
425 => "app/Http/Models/Bucket/StorageBucketCategory.php"
426 => "app/Http/Models/Bucket/StorageBucketLog.php"
427 => "app/Http/Models/Category.php"
428 => "app/Http/Models/CertificateDown.php"
429 => "app/Http/Models/Ceshi.php"
430 => "app/Http/Models/ChannelConfig.php"
431 => "app/Http/Models/ChannelNotice.php"
432 => "app/Http/Models/Collect.php"
433 => "app/Http/Models/Config.php"
434 => "app/Http/Models/CostomPay.php"
435 => "app/Http/Models/Coupon/"
436 => "app/Http/Models/Coupon/Activity.php"
437 => "app/Http/Models/Coupon/ActivityReceive.php"
438 => "app/Http/Models/Coupon/Coupon.php"
439 => "app/Http/Models/Coupon/MemberCoupon.php"
440 => "app/Http/Models/Coupon/MemberCouponLog.php"
441 => "app/Http/Models/Coupon/Regift.php"
442 => "app/Http/Models/CouponPack/"
443 => "app/Http/Models/CouponPack/CouponPack.php"
444 => "app/Http/Models/CouponPack/CouponPackStore.php"
445 => "app/Http/Models/CouponPack/Order.php"
446 => "app/Http/Models/Customer.php"
447 => "app/Http/Models/Delivery/"
448 => "app/Http/Models/Delivery/Channel.php"
449 => "app/Http/Models/Delivery/Fengniao.php"
450 => "app/Http/Models/Delivery/Order.php"
451 => "app/Http/Models/Delivery/Rule.php"
452 => "app/Http/Models/Delivery/SanSong.php"
453 => "app/Http/Models/Delivery/Store.php"
454 => "app/Http/Models/Delivery/Uupt.php"
455 => "app/Http/Models/Douyin.php"
456 => "app/Http/Models/Drag.php"
457 => "app/Http/Models/DragStorage.php"
458 => "app/Http/Models/Drinks/"
459 => "app/Http/Models/Drinks/Drinks.php"
460 => "app/Http/Models/Drinks/DrinksBase.php"
461 => "app/Http/Models/Drinks/Log.php"
462 => "app/Http/Models/Drinks/LogBase.php"
463 => "app/Http/Models/Drinks/Order.php"
464 => "app/Http/Models/Drinks/Storage.php"
465 => "app/Http/Models/Drinks/Store.php"
466 => "app/Http/Models/EquityCard/"
467 => "app/Http/Models/EquityCard/Card.php"
468 => "app/Http/Models/EquityCard/Goods.php"
469 => "app/Http/Models/EquityCard/Member.php"
470 => "app/Http/Models/EquityCard/Order.php"
471 => "app/Http/Models/EquityCard/Store.php"
472 => "app/Http/Models/ExchangeCode/"
473 => "app/Http/Models/ExchangeCode/ExchangeCode.php"
474 => "app/Http/Models/ExchangeCode/ExchangeCodeReceive.php"
475 => "app/Http/Models/Express.php"
476 => "app/Http/Models/File.php"
477 => "app/Http/Models/Finance/"
478 => "app/Http/Models/Finance/StoredValueFinance.php"
479 => "app/Http/Models/FollowWechat.php"
480 => "app/Http/Models/FullSub/"
481 => "app/Http/Models/FullSub/FullSub.php"
482 => "app/Http/Models/FullSub/Goods.php"
483 => "app/Http/Models/FullSub/Store.php"
484 => "app/Http/Models/GiftBig/"
485 => "app/Http/Models/GiftBig/GiftBig.php"
486 => "app/Http/Models/GiftBig/Receive.php"
487 => "app/Http/Models/Goods/"
488 => "app/Http/Models/Goods/Channel.php"
489 => "app/Http/Models/Goods/SetmealGoods.php"
490 => "app/Http/Models/Goods/SetmealGoodsIds.php"
491 => "app/Http/Models/Goods/SkuSpecValueIds.php"
492 => "app/Http/Models/Goods/SpuAttrIds.php"
493 => "app/Http/Models/Goods/SpuAttrValueIds.php"
494 => "app/Http/Models/Goods/SpuList.php"
495 => "app/Http/Models/Goods/SpuMaterialIds.php"
496 => "app/Http/Models/Goods/SpuMaterialValueIds.php"
497 => "app/Http/Models/Goods/SpuSpecIds.php"
498 => "app/Http/Models/Goods/SpuSpecValueIds.php"
499 => "app/Http/Models/Goods/StoreGoods/"
500 => "app/Http/Models/Goods/StoreGoods/StoreGoodsSpu.php"
501 => "app/Http/Models/GoodsActivity/"
502 => "app/Http/Models/GoodsActivity/Activity.php"
503 => "app/Http/Models/GoodsActivity/Goods.php"
504 => "app/Http/Models/GoodsActivity/Store.php"
505 => "app/Http/Models/GoodsCat.php"
506 => "app/Http/Models/GoodsCatLabel.php"
507 => "app/Http/Models/GoodsContent.php"
508 => "app/Http/Models/GoodsLabel.php"
509 => "app/Http/Models/GoodsLog.php"
510 => "app/Http/Models/GoodsMark.php"
511 => "app/Http/Models/GoodsRecommend/"
512 => "app/Http/Models/GoodsRecommend/Goods.php"
513 => "app/Http/Models/GoodsRecommend/Recommend.php"
514 => "app/Http/Models/GoodsRecommend/Store.php"
515 => "app/Http/Models/GoodsSearch/"
516 => "app/Http/Models/GoodsSearch/GoodsSkuBase.php"
517 => "app/Http/Models/GoodsSearch/GoodsSpuBase.php"
518 => "app/Http/Models/GoodsSearch/LuckyWheel.php"
519 => "app/Http/Models/GoodsSearch/LuckyWheelLog.php"
520 => "app/Http/Models/GoodsSearch/LuckyWheelReward.php"
521 => "app/Http/Models/GoodsSearch/Store/"
522 => "app/Http/Models/GoodsSearch/Store/GoodsCat.php"
523 => "app/Http/Models/GoodsSearch/Store/InStoreGoods.php"
524 => "app/Http/Models/GoodsSearch/Store/InStoreGoodsSku.php"
525 => "app/Http/Models/GoodsSearch/Store/TakeoutGoods.php"
526 => "app/Http/Models/GoodsSearch/Store/TakeoutSku.php"
527 => "app/Http/Models/GoodsSku.php"
528 => "app/Http/Models/GoodsSpu.php"
529 => "app/Http/Models/GoodsUnit.php"
530 => "app/Http/Models/HandleLog.php"
531 => "app/Http/Models/Handover/"
532 => "app/Http/Models/Handover/Contents.php"
533 => "app/Http/Models/Handover/Handover.php"
534 => "app/Http/Models/Handover/Order.php"
535 => "app/Http/Models/Hardware.php"
536 => "app/Http/Models/InStore/"
537 => "app/Http/Models/InStore/Cart.php"
538 => "app/Http/Models/InStore/CartBase.php"
539 => "app/Http/Models/InStore/CartList.php"
540 => "app/Http/Models/InStore/ChannelCart.php"
541 => "app/Http/Models/InStore/ChannelCartList.php"
542 => "app/Http/Models/InStore/Checkout.php"
543 => "app/Http/Models/InStore/Coupon.php"
544 => "app/Http/Models/InStore/FreezeOrder.php"
545 => "app/Http/Models/InStore/FullSub.php"
546 => "app/Http/Models/InStore/Goods.php"
547 => "app/Http/Models/InStore/Order/"
548 => "app/Http/Models/InStore/Order/Order.php"
549 => "app/Http/Models/InStore/Order/OrderBase.php"
550 => "app/Http/Models/InStore/Order/ParentOrder.php"
551 => "app/Http/Models/InStore/Order/SubOrder.php"
552 => "app/Http/Models/InStore/OrderCheckout.php"
553 => "app/Http/Models/InStore/POrderCheckout.php"
554 => "app/Http/Models/InStore/StoreCheckout.php"
555 => "app/Http/Models/InStore/TempCart.php"
556 => "app/Http/Models/Install.php"
557 => "app/Http/Models/KuaiShou/"
558 => "app/Http/Models/KuaiShou/BasicService/"
559 => "app/Http/Models/KuaiShou/BasicService/Application.php"
560 => "app/Http/Models/KuaiShou/BasicService/ContentSecurity/"
561 => "app/Http/Models/KuaiShou/BasicService/ContentSecurity/Client.php"
562 => "app/Http/Models/KuaiShou/BasicService/ContentSecurity/ServiceProvider.php"
563 => "app/Http/Models/KuaiShou/BasicService/Jssdk/"
564 => "app/Http/Models/KuaiShou/BasicService/Jssdk/Client.php"
565 => "app/Http/Models/KuaiShou/BasicService/Jssdk/ServiceProvider.php"
566 => "app/Http/Models/KuaiShou/BasicService/Media/"
567 => "app/Http/Models/KuaiShou/BasicService/Media/Client.php"
568 => "app/Http/Models/KuaiShou/BasicService/Media/ServiceProvider.php"
569 => "app/Http/Models/KuaiShou/BasicService/QrCode/"
570 => "app/Http/Models/KuaiShou/BasicService/QrCode/Client.php"
571 => "app/Http/Models/KuaiShou/BasicService/QrCode/ServiceProvider.php"
572 => "app/Http/Models/KuaiShou/BasicService/Url/"
573 => "app/Http/Models/KuaiShou/BasicService/Url/Client.php"
574 => "app/Http/Models/KuaiShou/BasicService/Url/ServiceProvider.php"
575 => "app/Http/Models/KuaiShou/Kernel/"
576 => "app/Http/Models/KuaiShou/Kernel/AccessToken.php"
577 => "app/Http/Models/KuaiShou/Kernel/BaseClient.php"
578 => "app/Http/Models/KuaiShou/Kernel/Clauses/"
579 => "app/Http/Models/KuaiShou/Kernel/Clauses/Clause.php"
580 => "app/Http/Models/KuaiShou/Kernel/Config.php"
581 => "app/Http/Models/KuaiShou/Kernel/Contracts/"
582 => "app/Http/Models/KuaiShou/Kernel/Contracts/AccessTokenInterface.php"
583 => "app/Http/Models/KuaiShou/Kernel/Contracts/Arrayable.php"
584 => "app/Http/Models/KuaiShou/Kernel/Contracts/EventHandlerInterface.php"
585 => "app/Http/Models/KuaiShou/Kernel/Contracts/MediaInterface.php"
586 => "app/Http/Models/KuaiShou/Kernel/Contracts/MessageInterface.php"
587 => "app/Http/Models/KuaiShou/Kernel/Decorators/"
588 => "app/Http/Models/KuaiShou/Kernel/Decorators/FinallyResult.php"
589 => "app/Http/Models/KuaiShou/Kernel/Decorators/TerminateResult.php"
590 => "app/Http/Models/KuaiShou/Kernel/Encryptor.php"
591 => "app/Http/Models/KuaiShou/Kernel/Events/"
592 => "app/Http/Models/KuaiShou/Kernel/Events/AccessTokenRefreshed.php"
593 => "app/Http/Models/KuaiShou/Kernel/Events/ApplicationInitialized.php"
594 => "app/Http/Models/KuaiShou/Kernel/Events/HttpResponseCreated.php"
595 => "app/Http/Models/KuaiShou/Kernel/Events/ServerGuardResponseCreated.php"
596 => "app/Http/Models/KuaiShou/Kernel/Exceptions/"
597 => "app/Http/Models/KuaiShou/Kernel/Exceptions/BadRequestException.php"
598 => "app/Http/Models/KuaiShou/Kernel/Exceptions/DecryptException.php"
599 => "app/Http/Models/KuaiShou/Kernel/Exceptions/Exception.php"
600 => "app/Http/Models/KuaiShou/Kernel/Exceptions/HttpException.php"
601 => "app/Http/Models/KuaiShou/Kernel/Exceptions/InvalidArgumentException.php"
602 => "app/Http/Models/KuaiShou/Kernel/Exceptions/InvalidConfigException.php"
603 => "app/Http/Models/KuaiShou/Kernel/Exceptions/RuntimeException.php"
604 => "app/Http/Models/KuaiShou/Kernel/Exceptions/UnboundServiceException.php"
605 => "app/Http/Models/KuaiShou/Kernel/Helpers.php"
606 => "app/Http/Models/KuaiShou/Kernel/Http/"
607 => "app/Http/Models/KuaiShou/Kernel/Http/Response.php"
608 => "app/Http/Models/KuaiShou/Kernel/Http/StreamResponse.php"
609 => "app/Http/Models/KuaiShou/Kernel/Log/"
610 => "app/Http/Models/KuaiShou/Kernel/Log/LogManager.php"
611 => "app/Http/Models/KuaiShou/Kernel/Messages/"
612 => "app/Http/Models/KuaiShou/Kernel/Messages/Article.php"
613 => "app/Http/Models/KuaiShou/Kernel/Messages/Card.php"
614 => "app/Http/Models/KuaiShou/Kernel/Messages/DeviceEvent.php"
615 => "app/Http/Models/KuaiShou/Kernel/Messages/DeviceText.php"
616 => "app/Http/Models/KuaiShou/Kernel/Messages/File.php"
617 => "app/Http/Models/KuaiShou/Kernel/Messages/Image.php"
618 => "app/Http/Models/KuaiShou/Kernel/Messages/InteractiveTaskCard.php"
619 => "app/Http/Models/KuaiShou/Kernel/Messages/Link.php"
620 => "app/Http/Models/KuaiShou/Kernel/Messages/Location.php"
621 => "app/Http/Models/KuaiShou/Kernel/Messages/Media.php"
622 => "app/Http/Models/KuaiShou/Kernel/Messages/Message.php"
623 => "app/Http/Models/KuaiShou/Kernel/Messages/MiniProgramPage.php"
624 => "app/Http/Models/KuaiShou/Kernel/Messages/MiniprogramNotice.php"
625 => "app/Http/Models/KuaiShou/Kernel/Messages/Music.php"
626 => "app/Http/Models/KuaiShou/Kernel/Messages/News.php"
627 => "app/Http/Models/KuaiShou/Kernel/Messages/NewsItem.php"
628 => "app/Http/Models/KuaiShou/Kernel/Messages/Raw.php"
629 => "app/Http/Models/KuaiShou/Kernel/Messages/ReplyInteractiveTaskCard.php"
630 => "app/Http/Models/KuaiShou/Kernel/Messages/ShortVideo.php"
631 => "app/Http/Models/KuaiShou/Kernel/Messages/TaskCard.php"
632 => "app/Http/Models/KuaiShou/Kernel/Messages/Text.php"
633 => "app/Http/Models/KuaiShou/Kernel/Messages/TextCard.php"
634 => "app/Http/Models/KuaiShou/Kernel/Messages/Transfer.php"
635 => "app/Http/Models/KuaiShou/Kernel/Messages/Video.php"
636 => "app/Http/Models/KuaiShou/Kernel/Messages/Voice.php"
637 => "app/Http/Models/KuaiShou/Kernel/Providers/"
638 => "app/Http/Models/KuaiShou/Kernel/Providers/ConfigServiceProvider.php"
639 => "app/Http/Models/KuaiShou/Kernel/Providers/EventDispatcherServiceProvider.php"
640 => "app/Http/Models/KuaiShou/Kernel/Providers/ExtensionServiceProvider.php"
641 => "app/Http/Models/KuaiShou/Kernel/Providers/HttpClientServiceProvider.php"
642 => "app/Http/Models/KuaiShou/Kernel/Providers/LogServiceProvider.php"
643 => "app/Http/Models/KuaiShou/Kernel/Providers/RequestServiceProvider.php"
644 => "app/Http/Models/KuaiShou/Kernel/ServerGuard.php"
645 => "app/Http/Models/KuaiShou/Kernel/ServiceContainer.php"
646 => "app/Http/Models/KuaiShou/Kernel/Support/"
647 => "app/Http/Models/KuaiShou/Kernel/Support/AES.php"
648 => "app/Http/Models/KuaiShou/Kernel/Support/Arr.php"
649 => "app/Http/Models/KuaiShou/Kernel/Support/ArrayAccessible.php"
650 => "app/Http/Models/KuaiShou/Kernel/Support/Collection.php"
651 => "app/Http/Models/KuaiShou/Kernel/Support/File.php"
652 => "app/Http/Models/KuaiShou/Kernel/Support/Helpers.php"
653 => "app/Http/Models/KuaiShou/Kernel/Support/Str.php"
654 => "app/Http/Models/KuaiShou/Kernel/Support/XML.php"
655 => "app/Http/Models/KuaiShou/Kernel/Traits/"
656 => "app/Http/Models/KuaiShou/Kernel/Traits/HasAttributes.php"
657 => "app/Http/Models/KuaiShou/Kernel/Traits/HasHttpRequests.php"
658 => "app/Http/Models/KuaiShou/Kernel/Traits/InteractsWithCache.php"
659 => "app/Http/Models/KuaiShou/Kernel/Traits/Observable.php"
660 => "app/Http/Models/KuaiShou/Kernel/Traits/ResponseCastable.php"
661 => "app/Http/Models/KuaiShou/MiniProgram/"
662 => "app/Http/Models/KuaiShou/MiniProgram/Application.php"
663 => "app/Http/Models/KuaiShou/MiniProgram/Auth/"
664 => "app/Http/Models/KuaiShou/MiniProgram/Auth/AccessToken.php"
665 => "app/Http/Models/KuaiShou/MiniProgram/Auth/Client.php"
666 => "app/Http/Models/KuaiShou/MiniProgram/Auth/ServiceProvider.php"
667 => "app/Http/Models/KuaiShou/MiniProgram/Base/"
668 => "app/Http/Models/KuaiShou/MiniProgram/Base/Client.php"
669 => "app/Http/Models/KuaiShou/MiniProgram/Base/ServiceProvider.php"
670 => "app/Http/Models/KuaiShou/MiniProgram/Encryptor.php"
671 => "app/Http/Models/Kuaishou.php"
672 => "app/Http/Models/LuckyWheel.php"
673 => "app/Http/Models/LuckyWheelLog.php"
674 => "app/Http/Models/LuckyWheelReward.php"
675 => "app/Http/Models/Material.php"
676 => "app/Http/Models/MaterialCat.php"
677 => "app/Http/Models/Meituan.php"
678 => "app/Http/Models/Member/"
679 => "app/Http/Models/Member/Address.php"
680 => "app/Http/Models/Member/Group.php"
681 => "app/Http/Models/Member/Job.php"
682 => "app/Http/Models/Member/MemberBase.php"
683 => "app/Http/Models/Member/MemberLabelIds.php"
684 => "app/Http/Models/Member/MemberQrCode.php"
685 => "app/Http/Models/Member/UserPayStore.php"
686 => "app/Http/Models/Member/Vip.php"
687 => "app/Http/Models/Member/VipPower.php"
688 => "app/Http/Models/Member.php"
689 => "app/Http/Models/MemberAccount.php"
690 => "app/Http/Models/MemberAccountLog.php"
691 => "app/Http/Models/MemberBind.php"
692 => "app/Http/Models/MemberLabel.php"
693 => "app/Http/Models/MemberLabelController.php"
694 => "app/Http/Models/MemberSignIn/"
695 => "app/Http/Models/MemberSignIn/MemberSignIn.php"
696 => "app/Http/Models/MemberSignIn/SignIn.php"
697 => "app/Http/Models/MemberSubscribe.php"
698 => "app/Http/Models/MemberTakeoutAddress.php"
699 => "app/Http/Models/Menu.php"
700 => "app/Http/Models/MessageConfig.php"
701 => "app/Http/Models/Mini/"
702 => "app/Http/Models/Mini/ApplyMiniPath.php"
703 => "app/Http/Models/Mini/MiniPath.php"
704 => "app/Http/Models/Mini/Register.php"
705 => "app/Http/Models/MiniPrivacysetting.php"
706 => "app/Http/Models/MiniVersion.php"
707 => "app/Http/Models/NewSub/"
708 => "app/Http/Models/NewSub/Goods.php"
709 => "app/Http/Models/NewSub/NewSub.php"
710 => "app/Http/Models/NewSub/Store.php"
711 => "app/Http/Models/News.php"
712 => "app/Http/Models/OldWithNew/"
713 => "app/Http/Models/OldWithNew/Activity.php"
714 => "app/Http/Models/OldWithNew/PartyA.php"
715 => "app/Http/Models/OldWithNew/PartyB.php"
716 => "app/Http/Models/OnlineMessage.php"
717 => "app/Http/Models/OpenWecahtExtJson.php"
718 => "app/Http/Models/OpenWecahtVersion.php"
719 => "app/Http/Models/OpenWechatAuth.php"
720 => "app/Http/Models/Order/"
721 => "app/Http/Models/Order/Bill.php"
722 => "app/Http/Models/Order/Discount.php"
723 => "app/Http/Models/Order/Log.php"
724 => "app/Http/Models/Order/OrderGoods.php"
725 => "app/Http/Models/Order/OrderIndex.php"
726 => "app/Http/Models/Order/OrderPay.php"
727 => "app/Http/Models/Order/PayLog.php"
728 => "app/Http/Models/Order/Profit.php"
729 => "app/Http/Models/Order/TakeOutOrder.php"
730 => "app/Http/Models/Order/TakeScreen.php"
731 => "app/Http/Models/Order/User.php"
732 => "app/Http/Models/OrderCollect/"
733 => "app/Http/Models/OrderCollect/OrderCollect.php"
734 => "app/Http/Models/OrderCollect/Receive.php"
735 => "app/Http/Models/OrderCollect/Stores.php"
736 => "app/Http/Models/OrderCollect/User.php"
737 => "app/Http/Models/OrderIndex.php"
738 => "app/Http/Models/Partner.php"
739 => "app/Http/Models/PartnerOrder.php"
740 => "app/Http/Models/PayConfig.php"
741 => "app/Http/Models/PayGift/"
742 => "app/Http/Models/PayGift/PayGift.php"
743 => "app/Http/Models/PayGift/Receive.php"
744 => "app/Http/Models/PayGift/Stores.php"
745 => "app/Http/Models/PayTemplate.php"
746 => "app/Http/Models/Permission.php"
747 => "app/Http/Models/PersionPay/"
748 => "app/Http/Models/PersionPay/Checkout.php"
749 => "app/Http/Models/PersionPay/Coupon.php"
750 => "app/Http/Models/PersionPay/FullSub.php"
751 => "app/Http/Models/PersionPayOrder.php"
752 => "app/Http/Models/Plug.php"
753 => "app/Http/Models/PointSign.php"
754 => "app/Http/Models/PointsMall/"
755 => "app/Http/Models/PointsMall/Checkout.php"
756 => "app/Http/Models/PointsMall/Order.php"
757 => "app/Http/Models/PointsMall.php"
758 => "app/Http/Models/PointsMallClassification.php"
759 => "app/Http/Models/Print/"
760 => "app/Http/Models/Print/Feie/"
761 => "app/Http/Models/Print/Feie/FeiePrint.php"
762 => "app/Http/Models/Print/PrintStoreTemplate.php"
763 => "app/Http/Models/Print/PrintTemplate.php"
764 => "app/Http/Models/Print/PrintValue.php"
765 => "app/Http/Models/PrintRule.php"
766 => "app/Http/Models/Printer.php"
767 => "app/Http/Models/PrinterLog.php"
768 => "app/Http/Models/QueuingUp.php"
769 => "app/Http/Models/ReallysavesMoney.php"
770 => "app/Http/Models/RechargePayLog.php"
771 => "app/Http/Models/Recipe/"
772 => "app/Http/Models/Recipe/Recipe.php"
773 => "app/Http/Models/Recipe/RecipeCategory.php"
774 => "app/Http/Models/Recipe/RecipeGoods.php"
775 => "app/Http/Models/Recipe/RecipeGoodsBase.php"
776 => "app/Http/Models/Recipe/RecipeGoodsSku.php"
777 => "app/Http/Models/Recipe/RecipeStore.php"
778 => "app/Http/Models/RefundOrder.php"
779 => "app/Http/Models/Region.php"
780 => "app/Http/Models/Role.php"
781 => "app/Http/Models/RoleMenu.php"
782 => "app/Http/Models/RolePermission.php"
783 => "app/Http/Models/Setmeal.php"
784 => "app/Http/Models/ShopHelpers.php"
785 => "app/Http/Models/ShortLink.php"
786 => "app/Http/Models/SignList.php"
787 => "app/Http/Models/SimpleTaskMonitor.php"
788 => "app/Http/Models/SingIn.php"
789 => "app/Http/Models/Sms.php"
790 => "app/Http/Models/SmsAccount.php"
791 => "app/Http/Models/SmsAccountLog.php"
792 => "app/Http/Models/SmsLog.php"
793 => "app/Http/Models/SmsOrder.php"
794 => "app/Http/Models/Smscombo.php"
795 => "app/Http/Models/Spec.php"
796 => "app/Http/Models/SpecValue.php"
797 => "app/Http/Models/SpuCatgorys.php"
798 => "app/Http/Models/SpuLabels.php"
799 => "app/Http/Models/Statistics/"
800 => "app/Http/Models/Statistics/Balance.php"
801 => "app/Http/Models/Statistics/IndexData.php"
802 => "app/Http/Models/Statistics/MemberData.php"
803 => "app/Http/Models/Statistics/MemberStatisticsData.php"
804 => "app/Http/Models/Statistics/NewOrderData copy 2.php"
805 => "app/Http/Models/Statistics/NewOrderData.php"
806 => "app/Http/Models/Statistics/OrderData.php"
807 => "app/Http/Models/Statistics/StoredValueData.php"
808 => "app/Http/Models/StatisticsDay.php"
809 => "app/Http/Models/StatisticsOrder.php"
810 => "app/Http/Models/Storage.php"
811 => "app/Http/Models/Store/"
812 => "app/Http/Models/Store/Account.php"
813 => "app/Http/Models/Store/AccountLog.php"
814 => "app/Http/Models/Store/BaseStoreGoods.php"
815 => "app/Http/Models/Store/GoodsList.php"
816 => "app/Http/Models/Store/InStoreGoods.php"
817 => "app/Http/Models/Store/Notice.php"
818 => "app/Http/Models/Store/StoreBase.php"
819 => "app/Http/Models/Store/StoreCategory.php"
820 => "app/Http/Models/Store/StoreGoods.php"
821 => "app/Http/Models/Store/StoreGoodsBase.php"
822 => "app/Http/Models/Store/StoreGoodsSku.php"
823 => "app/Http/Models/Store/StoreGoodsSkuBase.php"
824 => "app/Http/Models/Store/StoreLabelIds.php"
825 => "app/Http/Models/Store.php"
826 => "app/Http/Models/StoreConfig.php"
827 => "app/Http/Models/StoreGroup.php"
828 => "app/Http/Models/StoreLabel.php"
829 => "app/Http/Models/StorePartner.php"
830 => "app/Http/Models/StorePartnerOrder.php"
831 => "app/Http/Models/StoreWithdrawal.php"
832 => "app/Http/Models/StoredValue.php"
833 => "app/Http/Models/StoredValueOrder.php"
834 => "app/Http/Models/SuiXingFu/"
835 => "app/Http/Models/SuiXingFu/AopEncrypt.php"
836 => "app/Http/Models/SuiXingFu/EncryptParseItem.php"
837 => "app/Http/Models/SuiXingFu/EncryptResponseData.php"
838 => "app/Http/Models/SuiXingFu/InCome.php"
839 => "app/Http/Models/SuiXingFu/SignData.php"
840 => "app/Http/Models/SuiXingFu/SxfClient.php"
841 => "app/Http/Models/SuiXingFu/TradeActiveScan.php"
842 => "app/Http/Models/SuiXingFu/TradeJsApiScan.php"
843 => "app/Http/Models/SuiXingFu/TradeQuery.php"
844 => "app/Http/Models/SuiXingFu/TradeRefund.php"
845 => "app/Http/Models/SuiXingFu/TradeRefundQuery.php"
846 => "app/Http/Models/SuiXingFu/TradeReverseScan.php"
847 => "app/Http/Models/SuiXingFu/UpLoadPicture.php"
848 => "app/Http/Models/SuiXingFu/WxConfig.php"
849 => "app/Http/Models/Tables/"
850 => "app/Http/Models/Tables/Area.php"
851 => "app/Http/Models/Tables/Servers.php"
852 => "app/Http/Models/Tables/ServersIds.php"
853 => "app/Http/Models/Tables/Table.php"
854 => "app/Http/Models/Tables/Type.php"
855 => "app/Http/Models/TablesReserve/"
856 => "app/Http/Models/TablesReserve/Checkout.php"
857 => "app/Http/Models/TablesReserve/Order.php"
858 => "app/Http/Models/TakeOut/"
859 => "app/Http/Models/TakeOut/Cart.php"
860 => "app/Http/Models/TakeOut/CartList.php"
861 => "app/Http/Models/TakeOut/Checkout.php"
862 => "app/Http/Models/TakeOut/Coupon.php"
863 => "app/Http/Models/TakeOut/Delivery.php"
864 => "app/Http/Models/TakeOut/DeliverySub.php"
865 => "app/Http/Models/TakeOut/FullSub.php"
866 => "app/Http/Models/TakeoutOrder.php"
867 => "app/Http/Models/Tester.php"
868 => "app/Http/Models/TiktokStoreList.php"
869 => "app/Http/Models/TiktokVerifyList.php"
870 => "app/Http/Models/TradeIn/"
871 => "app/Http/Models/TradeIn/Activity.php"
872 => "app/Http/Models/TradeIn/Goods.php"
873 => "app/Http/Models/TradeIn/Store.php"
874 => "app/Http/Models/UserWithdrawal.php"
875 => "app/Http/Models/Visit.php"
876 => "app/Http/Models/Voice.php"
877 => "app/Http/Models/VoiceMessage.php"
878 => "app/Http/Models/WeCom.php"
879 => "app/Http/Models/WecahtServerGuard/"
880 => "app/Http/Models/WecahtServerGuard/Guard.php"
881 => "app/Http/Models/Wechat/"
882 => "app/Http/Models/Wechat/Kernel/"
883 => "app/Http/Models/Wechat/Kernel/Config.php"
884 => "app/Http/Models/Wechat/Kernel/Contracts/"
885 => "app/Http/Models/Wechat/Kernel/Contracts/AccessToken.php"
886 => "app/Http/Models/Wechat/Kernel/Contracts/AccessTokenAwareHttpClient.php"
887 => "app/Http/Models/Wechat/Kernel/Contracts/Aes.php"
888 => "app/Http/Models/Wechat/Kernel/Contracts/Arrayable.php"
889 => "app/Http/Models/Wechat/Kernel/Contracts/Config.php"
890 => "app/Http/Models/Wechat/Kernel/Contracts/Jsonable.php"
891 => "app/Http/Models/Wechat/Kernel/Contracts/RefreshableAccessToken.php"
892 => "app/Http/Models/Wechat/Kernel/Contracts/Server.php"
893 => "app/Http/Models/Wechat/Kernel/Encryptor.php"
894 => "app/Http/Models/Wechat/Kernel/Exceptions/"
895 => "app/Http/Models/Wechat/Kernel/Exceptions/BadMethodCallException.php"
896 => "app/Http/Models/Wechat/Kernel/Exceptions/BadRequestException.php"
897 => "app/Http/Models/Wechat/Kernel/Exceptions/BadResponseException.php"
898 => "app/Http/Models/Wechat/Kernel/Exceptions/DecryptException.php"
899 => "app/Http/Models/Wechat/Kernel/Exceptions/Exception.php"
900 => "app/Http/Models/Wechat/Kernel/Exceptions/HttpException.php"
901 => "app/Http/Models/Wechat/Kernel/Exceptions/InvalidArgumentException.php"
902 => "app/Http/Models/Wechat/Kernel/Exceptions/InvalidConfigException.php"
903 => "app/Http/Models/Wechat/Kernel/Exceptions/RuntimeException.php"
904 => "app/Http/Models/Wechat/Kernel/Exceptions/ServiceNotFoundException.php"
905 => "app/Http/Models/Wechat/Kernel/Form/"
906 => "app/Http/Models/Wechat/Kernel/Form/File.php"
907 => "app/Http/Models/Wechat/Kernel/Form/Form.php"
908 => "app/Http/Models/Wechat/Kernel/HttpClient/"
909 => "app/Http/Models/Wechat/Kernel/HttpClient/AccessTokenAwareClient.php"
910 => "app/Http/Models/Wechat/Kernel/HttpClient/AccessTokenExpiredRetryStrategy.php"
911 => "app/Http/Models/Wechat/Kernel/HttpClient/HttpClientMethods.php"
912 => "app/Http/Models/Wechat/Kernel/HttpClient/RequestUtil.php"
913 => "app/Http/Models/Wechat/Kernel/HttpClient/RequestWithPresets.php"
914 => "app/Http/Models/Wechat/Kernel/HttpClient/Response.php"
915 => "app/Http/Models/Wechat/Kernel/HttpClient/RetryableClient.php"
916 => "app/Http/Models/Wechat/Kernel/Message.php"
917 => "app/Http/Models/Wechat/Kernel/ServerResponse.php"
918 => "app/Http/Models/Wechat/Kernel/Support/"
919 => "app/Http/Models/Wechat/Kernel/Support/AesCbc.php"
920 => "app/Http/Models/Wechat/Kernel/Support/AesEcb.php"
921 => "app/Http/Models/Wechat/Kernel/Support/AesGcm.php"
922 => "app/Http/Models/Wechat/Kernel/Support/Arr.php"
923 => "app/Http/Models/Wechat/Kernel/Support/Pkcs7.php"
924 => "app/Http/Models/Wechat/Kernel/Support/PrivateKey.php"
925 => "app/Http/Models/Wechat/Kernel/Support/PublicKey.php"
926 => "app/Http/Models/Wechat/Kernel/Support/Str.php"
927 => "app/Http/Models/Wechat/Kernel/Support/UserAgent.php"
928 => "app/Http/Models/Wechat/Kernel/Support/Xml.php"
929 => "app/Http/Models/Wechat/Kernel/Traits/"
930 => "app/Http/Models/Wechat/Kernel/Traits/DecryptXmlMessage.php"
931 => "app/Http/Models/Wechat/Kernel/Traits/HasAttributes.php"
932 => "app/Http/Models/Wechat/Kernel/Traits/InteractWithCache.php"
933 => "app/Http/Models/Wechat/Kernel/Traits/InteractWithClient.php"
934 => "app/Http/Models/Wechat/Kernel/Traits/InteractWithConfig.php"
935 => "app/Http/Models/Wechat/Kernel/Traits/InteractWithHandlers.php"
936 => "app/Http/Models/Wechat/Kernel/Traits/InteractWithHttpClient.php"
937 => "app/Http/Models/Wechat/Kernel/Traits/InteractWithServerRequest.php"
938 => "app/Http/Models/Wechat/Kernel/Traits/MockableHttpClient.php"
939 => "app/Http/Models/Wechat/Kernel/Traits/RespondXmlMessage.php"
940 => "app/Http/Models/Wechat/Maiyatian/"
941 => "app/Http/Models/Wechat/Maiyatian/Application.php"
942 => "app/Http/Models/Wechat/Maiyatian/Client.php"
943 => "app/Http/Models/Wechat/Maiyatian/Contracts/"
944 => "app/Http/Models/Wechat/Maiyatian/Contracts/Application.php"
945 => "app/Http/Models/Wechat/Maiyatian/Contracts/Config.php"
946 => "app/Http/Models/Wechat/Maiyatian/Contracts/Merchant.php"
947 => "app/Http/Models/Wechat/Maiyatian/Merchant.php"
948 => "app/Http/Models/Wechat/Maiyatian/Signature.php"
949 => "app/Http/Models/Wechat/Make/"
950 => "app/Http/Models/Wechat/Make/AccessToken.php"
951 => "app/Http/Models/Wechat/Make/Account.php"
952 => "app/Http/Models/Wechat/Make/Application.php"
953 => "app/Http/Models/Wechat/Make/Contracts/"
954 => "app/Http/Models/Wechat/Make/Contracts/Account.php"
955 => "app/Http/Models/Wechat/Make/Contracts/Application.php"
956 => "app/Http/Models/Wechat/Pay/"
957 => "app/Http/Models/Wechat/Pay/Application.php"
958 => "app/Http/Models/Wechat/Pay/Client.php"
959 => "app/Http/Models/Wechat/Pay/Config.php"
960 => "app/Http/Models/Wechat/Pay/Contracts/"
961 => "app/Http/Models/Wechat/Pay/Contracts/Application.php"
962 => "app/Http/Models/Wechat/Pay/Contracts/Merchant.php"
963 => "app/Http/Models/Wechat/Pay/Contracts/ResponseValidator.php"
964 => "app/Http/Models/Wechat/Pay/LegacySignature.php"
965 => "app/Http/Models/Wechat/Pay/Merchant.php"
966 => "app/Http/Models/Wechat/Pay/Message.php"
967 => "app/Http/Models/Wechat/Pay/ResponseValidator.php"
968 => "app/Http/Models/Wechat/Pay/Server.php"
969 => "app/Http/Models/Wechat/Pay/Signature.php"
970 => "app/Http/Models/Wechat/Pay/URLSchemeBuilder.php"
971 => "app/Http/Models/Wechat/Pay/Utils.php"
972 => "app/Http/Models/Wechat/WaiSongBang/"
973 => "app/Http/Models/Wechat/WaiSongBang/Application.php"
974 => "app/Http/Models/Wechat/WaiSongBang/Client.php"
975 => "app/Http/Models/Wechat/WaiSongBang/Contracts/"
976 => "app/Http/Models/Wechat/WaiSongBang/Contracts/Application.php"
977 => "app/Http/Models/Wechat/WaiSongBang/Contracts/Config.php"
978 => "app/Http/Models/Wechat/WaiSongBang/Contracts/Merchant.php"
979 => "app/Http/Models/Wechat/WaiSongBang/Merchant.php"
980 => "app/Http/Models/Wechat/WaiSongBang/Signature.php"
981 => "app/Http/Models/Wechat.php"
982 => "app/Http/Models/WechatAttachment.php"
983 => "app/Http/Models/WechatList.php"
984 => "app/Http/Models/WechatMenu.php"
985 => "app/Http/Models/WechatReply.php"
986 => "app/Http/Models/WindowCoupon/"
987 => "app/Http/Models/WindowCoupon/Coupon.php"
988 => "app/Http/Models/WindowCoupon/CouponReceive.php"
989 => "app/Http/Models/WindowCoupon/Stores.php"
990 => "app/Http/Models/WordCoupon/"
991 => "app/Http/Models/WordCoupon/Coupon.php"
992 => "app/Http/Models/WordCoupon/Receive.php"
993 => "app/Http/Models/Zhongyin.php"
994 => "app/Http/Models/Ztkj.php"
995 => "app/Http/Models/publicMiniProgram/"
996 => "app/Http/Models/publicMiniProgram/PublicMiniprogramModel.php"
997 => "app/Http/Resources/"
998 => "app/Http/Resources/Admin/"
999 => "app/Http/Resources/Admin/AdminResource/"
1000 => "app/Http/Resources/Admin/AdminResource/Admin.php"
1001 => "app/Http/Resources/Admin/AdminResource/AdminCollection.php"
1002 => "app/Http/Resources/Admin/AdminResource/AdminListCollection.php"
1003 => "app/Http/Resources/Admin/Apply/"
1004 => "app/Http/Resources/Admin/Apply/ApplyListCollection.php"
1005 => "app/Http/Resources/Admin/Apply/ApplyResoutces.php"
1006 => "app/Http/Resources/Admin/HandeLog/"
1007 => "app/Http/Resources/Admin/HandeLog/HandeListCollection.php"
1008 => "app/Http/Resources/Admin/Muster/"
1009 => "app/Http/Resources/Admin/Muster/MusterListCollection.php"
1010 => "app/Http/Resources/Admin/Plug/"
1011 => "app/Http/Resources/Admin/Plug/PlugGroupCollection.php"
1012 => "app/Http/Resources/Admin/Roles/"
1013 => "app/Http/Resources/Admin/Roles/Show.php"
1014 => "app/Http/Resources/Admin/Sms/"
1015 => "app/Http/Resources/Admin/Sms/SmsCollection.php"
1016 => "app/Http/Resources/Admin/Sms/SmsPayCollection.php"
1017 => "app/Http/Resources/Channel/"
1018 => "app/Http/Resources/Channel/Balance/"
1019 => "app/Http/Resources/Channel/Balance/BalanceResources.php"
1020 => "app/Http/Resources/Channel/ExchangeCode/"
1021 => "app/Http/Resources/Channel/ExchangeCode/ExchangeCodeResources.php"
1022 => "app/Http/Resources/Channel/Goods/"
1023 => "app/Http/Resources/Channel/Goods/AttrList.php"
1024 => "app/Http/Resources/Channel/Member/"
1025 => "app/Http/Resources/Channel/Member/MemberList.php"
1026 => "app/Http/Resources/Channel/Member/MemberRequest.php"
1027 => "app/Http/Resources/Channel/Order/"
1028 => "app/Http/Resources/Channel/Order/InStoreOrderListResources.php"
1029 => "app/Http/Resources/Channel/Order/InStoreOrderResources.php"
1030 => "app/Http/Resources/Channel/Order/OrderDetailResource.php"
1031 => "app/Http/Resources/Channel/Order/OrderListResources.php"
1032 => "app/Http/Resources/Channel/QueuingUp/"
1033 => "app/Http/Resources/Channel/QueuingUp/ListResources.php"
1034 => "app/Http/Resources/Channel/Room/"
1035 => "app/Http/Resources/Channel/Room/RoomListResources.php"
1036 => "app/Http/Resources/Channel/Store/"
1037 => "app/Http/Resources/Channel/Store/GoodsListPage.php"
1038 => "app/Http/Resources/Channel/StoreAccount/"
1039 => "app/Http/Resources/Channel/StoreAccount/StoreAccountResources.php"
1040 => "app/Http/Resources/Channel/StorePayConfig/"
1041 => "app/Http/Resources/Channel/StorePayConfig/StoreResources.php"
1042 => "app/Http/Resources/Channel/Tables/"
1043 => "app/Http/Resources/Channel/Tables/TablesListResources.php"
1044 => "app/Http/Resources/Channel/Tables/TablesResources.php"
1045 => "app/Http/Resources/Channel/TakeScreen/"
1046 => "app/Http/Resources/Channel/TakeScreen/TakeScreenListResources.php"
1047 => "app/Http/Resources/Channel/WechatReply/"
1048 => "app/Http/Resources/Channel/WechatReply/KeyListResources.php"
1049 => "app/Http/Resources/ChannelApi/"
1050 => "app/Http/Resources/ChannelApi/Bucket/"
1051 => "app/Http/Resources/ChannelApi/Bucket/StorageBucketPage.php"
1052 => "app/Http/Resources/ChannelApi/Goods/"
1053 => "app/Http/Resources/ChannelApi/Goods/GoodsList.php"
1054 => "app/Http/Resources/ChannelApi/Goods/GoodsListPage.php"
1055 => "app/Http/Resources/ChannelApi/Goods/GoodsResource.php"
1056 => "app/Http/Resources/ChannelApi/OldWithNew/"
1057 => "app/Http/Resources/ChannelApi/OldWithNew/Model.php"
1058 => "app/Http/Resources/ChannelApi/OldWithNew/PartyB.php"
1059 => "app/Http/Resources/ChannelApi/Order/"
1060 => "app/Http/Resources/ChannelApi/Order/OrderListResources.php"
1061 => "app/Http/Resources/ChannelApi/Store/"
1062 => "app/Http/Resources/ChannelApi/Store/StoreList.php"
1063 => "app/Http/Resources/ChannelApi/User/"
1064 => "app/Http/Resources/ChannelApi/User/Profix.php"
1065 => "app/Http/Resources/ChannelApi/User/RoomBIllResources.php"
1066 => "app/Http/Resources/ChannelApi/User/RoomBillJson.php"
1067 => "app/Http/Resources/ChannelApi/User/RoomLogResources.php"
1068 => "app/Http/Resources/ChannelApi/User/RoomResources.php"
1069 => "app/Http/Services/"
1070 => "app/Http/Services/AddressGeoService.php"
1071 => "app/Http/Services/AliMini/"
1072 => "app/Http/Services/AliMini/ChannelH5.php"
1073 => "app/Http/Services/AliMini/ChannelMini.php"
1074 => "app/Http/Services/AmqpService.php"
1075 => "app/Http/Services/BaseService.php"
1076 => "app/Http/Services/BillService.php"
1077 => "app/Http/Services/ChannelConfigService.php"
1078 => "app/Http/Services/ConfigService.php"
1079 => "app/Http/Services/CouponPackOderService.php"
1080 => "app/Http/Services/CouponService.php"
1081 => "app/Http/Services/DataSeederService.php"
1082 => "app/Http/Services/Delivery/"
1083 => "app/Http/Services/Delivery/DadaService.php"
1084 => "app/Http/Services/Delivery/FengniaoService.php"
1085 => "app/Http/Services/Delivery/MaiyatianService.php"
1086 => "app/Http/Services/Delivery/MakeJiyuService.php"
1087 => "app/Http/Services/Delivery/MakeService.php"
1088 => "app/Http/Services/Delivery/QulaidaService.php"
1089 => "app/Http/Services/Delivery/ReallysavesMoneyService.php"
1090 => "app/Http/Services/Delivery/ShansongService.php"
1091 => "app/Http/Services/Delivery/ShunfengService.php"
1092 => "app/Http/Services/Delivery/UuService.php"
1093 => "app/Http/Services/Delivery/WaisongBangService.php"
1094 => "app/Http/Services/DeliveryService.php"
1095 => "app/Http/Services/ExcelService.php"
1096 => "app/Http/Services/GoodsService.php"
1097 => "app/Http/Services/InStoreOrderService.php"
1098 => "app/Http/Services/InStoreOrderServiceTest.php"
1099 => "app/Http/Services/KuaiShou/"
1100 => "app/Http/Services/KuaiShou/KsMiniProgram.php"
1101 => "app/Http/Services/LengthAwarePaginatorService.php"
1102 => "app/Http/Services/LuckyWheelService.php"
1103 => "app/Http/Services/MapService.php"
1104 => "app/Http/Services/MemberAccountService.php"
1105 => "app/Http/Services/MenuService.php"
1106 => "app/Http/Services/MessageConfigService.php"
1107 => "app/Http/Services/OfficelIneService.php"
1108 => "app/Http/Services/OpenWechat/"
1109 => "app/Http/Services/OpenWechat/AdminOpenWechat.php"
1110 => "app/Http/Services/OpenWechat/ChannelOpenWechat.php"
1111 => "app/Http/Services/OrderNotifyService.php"
1112 => "app/Http/Services/OrderNotifyServiceTest.php"
1113 => "app/Http/Services/OrderService.php"
1114 => "app/Http/Services/Pay/"
1115 => "app/Http/Services/Pay/AdminAliPay.php"
1116 => "app/Http/Services/Pay/AdminWechatPay.php"
1117 => "app/Http/Services/Pay/AliPay.php"
1118 => "app/Http/Services/Pay/FubeiPay.php"
1119 => "app/Http/Services/Pay/HuiLaiMiPay.php"
1120 => "app/Http/Services/Pay/HuifuPay.php"
1121 => "app/Http/Services/Pay/LaKaLaPay.php"
1122 => "app/Http/Services/Pay/Suixingfu.php"
1123 => "app/Http/Services/Pay/WechatPay.php"
1124 => "app/Http/Services/Pay/YiDianFuPay.php"
1125 => "app/Http/Services/PayConfigService.php"
1126 => "app/Http/Services/PayService.php"
1127 => "app/Http/Services/PlugService.php"
1128 => "app/Http/Services/Print/"
1129 => "app/Http/Services/Print/DaquContent.php"
1130 => "app/Http/Services/Print/FeieContent.php"
1131 => "app/Http/Services/Print/FeieLabelContent.php"
1132 => "app/Http/Services/Print/FeieMaxContent.php"
1133 => "app/Http/Services/Print/JiaboContent.php"
1134 => "app/Http/Services/Print/LocalContent.php"
1135 => "app/Http/Services/Print/LocalMaxContent.php"
1136 => "app/Http/Services/Print/PrintService.php"
1137 => "app/Http/Services/Print/SpyunContent.php"
1138 => "app/Http/Services/Print/SuodiQrcode.php"
1139 => "app/Http/Services/Print/XinyeContent.php"
1140 => "app/Http/Services/Print/XinyeLabelContent.php"
1141 => "app/Http/Services/Print/XinyeMaxContent.php"
1142 => "app/Http/Services/Print/YlyContent.php"
1143 => "app/Http/Services/Print/YlyMaxContent.php"
1144 => "app/Http/Services/PrinterService.php"
1145 => "app/Http/Services/PrinterServiceTest.php"
1146 => "app/Http/Services/RefundService.php"
1147 => "app/Http/Services/RoleService.php"
1148 => "app/Http/Services/ShortLinkService.php"
1149 => "app/Http/Services/SmsAccountService.php"
1150 => "app/Http/Services/SmsService.php"
1151 => "app/Http/Services/StaticService.php"
1152 => "app/Http/Services/StoreAccountService.php"
1153 => "app/Http/Services/StoreGeoService.php"
1154 => "app/Http/Services/SwooleJobService.php"
1155 => "app/Http/Services/TableService.php"
1156 => "app/Http/Services/UserService.php"
1157 => "app/Http/Services/VisitService.php"
1158 => "app/Http/Services/VoiceService.php"
1159 => "app/Http/Services/WebSocketService.php"
1160 => "app/Http/Services/WechatMessageService.php"
1161 => "app/Http/Services/WechatReplyService.php"
1162 => "app/Http/Services/WechatService.php"
1163 => "app/Http/Services/WorkTempService.php"
1164 => "app/Http/Services/ZhongYinService.php"
1165 => "app/Imports/"
1166 => "app/Imports/MemberJobImport.php"
1167 => "app/Imports/SpecsImport.php"
1168 => "app/Imports/StoreImport.php"
1169 => "app/Jobs/"
1170 => "app/Jobs/CreateSyncWechatJob.php"
1171 => "app/Jobs/ImportMembersJob.php"
1172 => "app/Jobs/MakeAccountJob.php"
1173 => "app/Jobs/MemberJob.php"
1174 => "app/Jobs/MiniAuditJob.php"
1175 => "app/Jobs/Order/"
1176 => "app/Jobs/Order/CloseExpiredOrderJob.php"
1177 => "app/Jobs/Order/DeliveryCallJob.php"
1178 => "app/Jobs/Order/OrderGoodsJob.php"
1179 => "app/Jobs/OrderPrintJob.php"
1180 => "app/Jobs/OrderStatisticsJob.php"
1181 => "app/Jobs/PointsGoodsJob.php"
1182 => "app/Jobs/ProfitSharingJob.php"
1183 => "app/Jobs/PvJob.php"
1184 => "app/Jobs/SendMessageTask.php"
1185 => "app/Jobs/SendMiniMessage.php"
1186 => "app/Jobs/SendSmsMessage.php"
1187 => "app/Jobs/SendWechatMessage.php"
1188 => "app/Jobs/SyncWechatUserJob.php"
1189 => "app/Jobs/TextJob.php"
1190 => "app/Jobs/WxRefundJob.php"
1191 => "app/Jobs/WxfahuoJob.php"
1192 => "app/Listeners/"
1193 => "app/Listeners/BirthdayPack/"
1194 => "app/Listeners/BirthdayPack/BalanceGiveListener.php"
1195 => "app/Listeners/BirthdayPack/CouponGiveListener.php"
1196 => "app/Listeners/BirthdayPack/IntegralGiveListener.php"
1197 => "app/Listeners/Coupon/"
1198 => "app/Listeners/Coupon/MiniMessageListener.php"
1199 => "app/Listeners/EquityCard/"
1200 => "app/Listeners/EquityCard/CouponGiveListener.php"
1201 => "app/Listeners/GiftBig/"
1202 => "app/Listeners/GiftBig/BalanceGiveListener.php"
1203 => "app/Listeners/GiftBig/CouponGiveListener.php"
1204 => "app/Listeners/GiftBig/IntegralGiveListener.php"
1205 => "app/Listeners/Member/"
1206 => "app/Listeners/Member/MiniMessageListener.php"
1207 => "app/Listeners/Member/SmsMessageListener.php"
1208 => "app/Listeners/Member/WechatMessageListener.php"
1209 => "app/Listeners/Message/"
1210 => "app/Listeners/Message/MiniMessageListener.php"
1211 => "app/Listeners/Message/SmsMessageListener.php"
1212 => "app/Listeners/Message/VoiceMessageListener.php"
1213 => "app/Listeners/Message/WechatMessageListener.php"
1214 => "app/Listeners/OrderCollect/"
1215 => "app/Listeners/OrderCollect/BalanceGiveListener.php"
1216 => "app/Listeners/OrderCollect/CouponGiveListener.php"
1217 => "app/Listeners/OrderCollect/IntegralGiveListener.php"
1218 => "app/Listeners/Partner/"
1219 => "app/Listeners/Partner/BillListener.php"
1220 => "app/Listeners/Partner/PayListener.php"
1221 => "app/Listeners/Partner/RefundListener.php"
1222 => "app/Listeners/PartyA/"
1223 => "app/Listeners/PartyA/CouponGiveListener.php"
1224 => "app/Listeners/PartyA/IntegralGiveListener.php"
1225 => "app/Listeners/PartyB/"
1226 => "app/Listeners/PartyB/CouponGiveListener.php"
1227 => "app/Listeners/PartyB/IntegralGiveListener.php"
1228 => "app/Listeners/PayGift/"
1229 => "app/Listeners/PayGift/BalanceGiveListener.php"
1230 => "app/Listeners/PayGift/CouponGiveListener.php"
1231 => "app/Listeners/PayGift/IntegralGiveListener.php"
1232 => "app/Listeners/Print/"
1233 => "app/Listeners/Print/FeieListener.php"
1234 => "app/Listeners/SignIn/"
1235 => "app/Listeners/SignIn/BalanceGiveListener.php"
1236 => "app/Listeners/SignIn/CouponGiveListener.php"
1237 => "app/Listeners/SignIn/IntegralGiveListener.php"
1238 => "app/Listeners/Store/"
1239 => "app/Listeners/Store/MiniMessageListener.php"
1240 => "app/Listeners/Store/SmsMessageListener.php"
1241 => "app/Listeners/Store/SocketMessageListener.php"
1242 => "app/Listeners/Store/VoiceMessageListener.php"
1243 => "app/Listeners/Store/WechatMessageListener.php"
1244 => "app/Listeners/Store/WorkMessageListener.php"
1245 => "app/Listeners/VipGive/"
1246 => "app/Listeners/VipGive/BalanceGiveListener.php"
1247 => "app/Listeners/VipGive/CouponGiveListener.php"
1248 => "app/Listeners/VipGive/IntegralGiveListener.php"
1249 => "app/Listeners/VipGive/MessageListener.php"
1250 => "app/Listeners/VipGive/SmsMessageListener.php"
1251 => "app/Listeners/WordCoupon/"
1252 => "app/Listeners/WordCoupon/BalanceGiveListener.php"
1253 => "app/Listeners/WordCoupon/CouponGiveListener.php"
1254 => "app/Listeners/WordCoupon/IntegralGiveListener.php"
1255 => "app/Models/"
1256 => "app/Models/Ad.php"
1257 => "app/Models/Admin/"
1258 => "app/Models/Admin/AdminBind.php"
1259 => "app/Models/Admin/Advertisement.php"
1260 => "app/Models/Admin/Apply.php"
1261 => "app/Models/Admin/ApplyTop.php"
1262 => "app/Models/Admin/HandleLog.php"
1263 => "app/Models/Admin/Index.php"
1264 => "app/Models/Admin/Muster.php"
1265 => "app/Models/Admin/Order.php"
1266 => "app/Models/Admin.php"
1267 => "app/Models/AdminGroup.php"
1268 => "app/Models/AdminOrder.php"
1269 => "app/Models/AdminRole.php"
1270 => "app/Models/AdminStoreIds.php"
1271 => "app/Models/ApplyMessage.php"
1272 => "app/Models/ApplyPlugs.php"
1273 => "app/Models/Attr.php"
1274 => "app/Models/AttrValue.php"
1275 => "app/Models/BaiduAi.php"
1276 => "app/Models/BaseModel.php"
1277 => "app/Models/BirthdayPack.php"
1278 => "app/Models/BrowseCircle.php"
1279 => "app/Models/Bucket/"
1280 => "app/Models/Bucket/StorageBucket.php"
1281 => "app/Models/Bucket/StorageBucketCategory.php"
1282 => "app/Models/Bucket/StorageBucketLog.php"
1283 => "app/Models/Category.php"
1284 => "app/Models/CertificateDown.php"
1285 => "app/Models/Ceshi.php"
1286 => "app/Models/ChannelConfig.php"
1287 => "app/Models/ChannelNotice.php"
1288 => "app/Models/Collect.php"
1289 => "app/Models/Config.php"
1290 => "app/Models/CostomPay.php"
1291 => "app/Models/Coupon/"
1292 => "app/Models/Coupon/Activity.php"
1293 => "app/Models/Coupon/ActivityReceive.php"
1294 => "app/Models/Coupon/Coupon.php"
1295 => "app/Models/Coupon/MemberCoupon.php"
1296 => "app/Models/Coupon/MemberCouponLog.php"
1297 => "app/Models/Coupon/Regift.php"
1298 => "app/Models/CouponPack/"
1299 => "app/Models/CouponPack/CouponPack.php"
1300 => "app/Models/CouponPack/CouponPackStore.php"
1301 => "app/Models/CouponPack/Order.php"
1302 => "app/Models/Customer.php"
1303 => "app/Models/Delivery/"
1304 => "app/Models/Delivery/Channel.php"
1305 => "app/Models/Delivery/Fengniao.php"
1306 => "app/Models/Delivery/Order.php"
1307 => "app/Models/Delivery/Rule.php"
1308 => "app/Models/Delivery/SanSong.php"
1309 => "app/Models/Delivery/Store.php"
1310 => "app/Models/Delivery/Uupt.php"
1311 => "app/Models/Douyin.php"
1312 => "app/Models/Drag.php"
1313 => "app/Models/DragStorage.php"
1314 => "app/Models/Drinks/"
1315 => "app/Models/Drinks/Drinks.php"
1316 => "app/Models/Drinks/DrinksBase.php"
1317 => "app/Models/Drinks/Log.php"
1318 => "app/Models/Drinks/LogBase.php"
1319 => "app/Models/Drinks/Order.php"
1320 => "app/Models/Drinks/Storage.php"
1321 => "app/Models/Drinks/Store.php"
1322 => "app/Models/EquityCard/"
1323 => "app/Models/EquityCard/Card.php"
1324 => "app/Models/EquityCard/Goods.php"
1325 => "app/Models/EquityCard/Member.php"
1326 => "app/Models/EquityCard/Order.php"
1327 => "app/Models/EquityCard/Store.php"
1328 => "app/Models/ExchangeCode/"
1329 => "app/Models/ExchangeCode/ExchangeCode.php"
1330 => "app/Models/ExchangeCode/ExchangeCodeReceive.php"
1331 => "app/Models/Express.php"
1332 => "app/Models/File.php"
1333 => "app/Models/Finance/"
1334 => "app/Models/Finance/StoredValueFinance.php"
1335 => "app/Models/FollowWechat.php"
1336 => "app/Models/FullSub/"
1337 => "app/Models/FullSub/FullSub.php"
1338 => "app/Models/FullSub/Goods.php"
1339 => "app/Models/FullSub/Store.php"
1340 => "app/Models/GiftBig/"
1341 => "app/Models/GiftBig/GiftBig.php"
1342 => "app/Models/GiftBig/Receive.php"
1343 => "app/Models/Goods/"
1344 => "app/Models/Goods/Channel.php"
1345 => "app/Models/Goods/SetmealGoods.php"
1346 => "app/Models/Goods/SetmealGoodsIds.php"
1347 => "app/Models/Goods/SkuSpecValueIds.php"
1348 => "app/Models/Goods/SpuAttrIds.php"
1349 => "app/Models/Goods/SpuAttrValueIds.php"
1350 => "app/Models/Goods/SpuList.php"
1351 => "app/Models/Goods/SpuMaterialIds.php"
1352 => "app/Models/Goods/SpuMaterialValueIds.php"
1353 => "app/Models/Goods/SpuSpecIds.php"
1354 => "app/Models/Goods/SpuSpecValueIds.php"
1355 => "app/Models/Goods/StoreGoods/"
1356 => "app/Models/Goods/StoreGoods/StoreGoodsSpu.php"
1357 => "app/Models/GoodsActivity/"
1358 => "app/Models/GoodsActivity/Activity.php"
1359 => "app/Models/GoodsActivity/Goods.php"
1360 => "app/Models/GoodsActivity/Store.php"
1361 => "app/Models/GoodsCat.php"
1362 => "app/Models/GoodsCatLabel.php"
1363 => "app/Models/GoodsContent.php"
1364 => "app/Models/GoodsLabel.php"
1365 => "app/Models/GoodsLog.php"
1366 => "app/Models/GoodsMark.php"
1367 => "app/Models/GoodsRecommend/"
1368 => "app/Models/GoodsRecommend/Goods.php"
1369 => "app/Models/GoodsRecommend/Recommend.php"
1370 => "app/Models/GoodsRecommend/Store.php"
1371 => "app/Models/GoodsSearch/"
1372 => "app/Models/GoodsSearch/GoodsSkuBase.php"
1373 => "app/Models/GoodsSearch/GoodsSpuBase.php"
1374 => "app/Models/GoodsSearch/LuckyWheel.php"
1375 => "app/Models/GoodsSearch/LuckyWheelLog.php"
1376 => "app/Models/GoodsSearch/LuckyWheelReward.php"
1377 => "app/Models/GoodsSearch/Store/"
1378 => "app/Models/GoodsSearch/Store/GoodsCat.php"
1379 => "app/Models/GoodsSearch/Store/InStoreGoods.php"
1380 => "app/Models/GoodsSearch/Store/InStoreGoodsSku.php"
1381 => "app/Models/GoodsSearch/Store/TakeoutGoods.php"
1382 => "app/Models/GoodsSearch/Store/TakeoutSku.php"
1383 => "app/Models/GoodsSku.php"
1384 => "app/Models/GoodsSpu.php"
1385 => "app/Models/GoodsUnit.php"
1386 => "app/Models/HandleLog.php"
1387 => "app/Models/Handover/"
1388 => "app/Models/Handover/Contents.php"
1389 => "app/Models/Handover/Handover.php"
1390 => "app/Models/Handover/Order.php"
1391 => "app/Models/Hardware.php"
1392 => "app/Models/InStore/"
1393 => "app/Models/InStore/Cart.php"
1394 => "app/Models/InStore/CartBase.php"
1395 => "app/Models/InStore/CartList.php"
1396 => "app/Models/InStore/ChannelCart.php"
1397 => "app/Models/InStore/ChannelCartList.php"
1398 => "app/Models/InStore/Checkout.php"
1399 => "app/Models/InStore/Coupon.php"
1400 => "app/Models/InStore/FreezeOrder.php"
1401 => "app/Models/InStore/FullSub.php"
1402 => "app/Models/InStore/Goods.php"
1403 => "app/Models/InStore/Order/"
1404 => "app/Models/InStore/Order/Order.php"
1405 => "app/Models/InStore/Order/OrderBase.php"
1406 => "app/Models/InStore/Order/ParentOrder.php"
1407 => "app/Models/InStore/Order/SubOrder.php"
1408 => "app/Models/InStore/OrderCheckout.php"
1409 => "app/Models/InStore/POrderCheckout.php"
1410 => "app/Models/InStore/StoreCheckout.php"
1411 => "app/Models/InStore/TempCart.php"
1412 => "app/Models/Install.php"
1413 => "app/Models/KuaiShou/"
1414 => "app/Models/KuaiShou/BasicService/"
1415 => "app/Models/KuaiShou/BasicService/Application.php"
1416 => "app/Models/KuaiShou/BasicService/ContentSecurity/"
1417 => "app/Models/KuaiShou/BasicService/ContentSecurity/Client.php"
1418 => "app/Models/KuaiShou/BasicService/ContentSecurity/ServiceProvider.php"
1419 => "app/Models/KuaiShou/BasicService/Jssdk/"
1420 => "app/Models/KuaiShou/BasicService/Jssdk/Client.php"
1421 => "app/Models/KuaiShou/BasicService/Jssdk/ServiceProvider.php"
1422 => "app/Models/KuaiShou/BasicService/Media/"
1423 => "app/Models/KuaiShou/BasicService/Media/Client.php"
1424 => "app/Models/KuaiShou/BasicService/Media/ServiceProvider.php"
1425 => "app/Models/KuaiShou/BasicService/QrCode/"
1426 => "app/Models/KuaiShou/BasicService/QrCode/Client.php"
1427 => "app/Models/KuaiShou/BasicService/QrCode/ServiceProvider.php"
1428 => "app/Models/KuaiShou/BasicService/Url/"
1429 => "app/Models/KuaiShou/BasicService/Url/Client.php"
1430 => "app/Models/KuaiShou/BasicService/Url/ServiceProvider.php"
1431 => "app/Models/KuaiShou/Kernel/"
1432 => "app/Models/KuaiShou/Kernel/AccessToken.php"
1433 => "app/Models/KuaiShou/Kernel/BaseClient.php"
1434 => "app/Models/KuaiShou/Kernel/Clauses/"
1435 => "app/Models/KuaiShou/Kernel/Clauses/Clause.php"
1436 => "app/Models/KuaiShou/Kernel/Config.php"
1437 => "app/Models/KuaiShou/Kernel/Contracts/"
1438 => "app/Models/KuaiShou/Kernel/Contracts/AccessTokenInterface.php"
1439 => "app/Models/KuaiShou/Kernel/Contracts/Arrayable.php"
1440 => "app/Models/KuaiShou/Kernel/Contracts/EventHandlerInterface.php"
1441 => "app/Models/KuaiShou/Kernel/Contracts/MediaInterface.php"
1442 => "app/Models/KuaiShou/Kernel/Contracts/MessageInterface.php"
1443 => "app/Models/KuaiShou/Kernel/Decorators/"
1444 => "app/Models/KuaiShou/Kernel/Decorators/FinallyResult.php"
1445 => "app/Models/KuaiShou/Kernel/Decorators/TerminateResult.php"
1446 => "app/Models/KuaiShou/Kernel/Encryptor.php"
1447 => "app/Models/KuaiShou/Kernel/Events/"
1448 => "app/Models/KuaiShou/Kernel/Events/AccessTokenRefreshed.php"
1449 => "app/Models/KuaiShou/Kernel/Events/ApplicationInitialized.php"
1450 => "app/Models/KuaiShou/Kernel/Events/HttpResponseCreated.php"
1451 => "app/Models/KuaiShou/Kernel/Events/ServerGuardResponseCreated.php"
1452 => "app/Models/KuaiShou/Kernel/Exceptions/"
1453 => "app/Models/KuaiShou/Kernel/Exceptions/BadRequestException.php"
1454 => "app/Models/KuaiShou/Kernel/Exceptions/DecryptException.php"
1455 => "app/Models/KuaiShou/Kernel/Exceptions/Exception.php"
1456 => "app/Models/KuaiShou/Kernel/Exceptions/HttpException.php"
1457 => "app/Models/KuaiShou/Kernel/Exceptions/InvalidArgumentException.php"
1458 => "app/Models/KuaiShou/Kernel/Exceptions/InvalidConfigException.php"
1459 => "app/Models/KuaiShou/Kernel/Exceptions/RuntimeException.php"
1460 => "app/Models/KuaiShou/Kernel/Exceptions/UnboundServiceException.php"
1461 => "app/Models/KuaiShou/Kernel/Helpers.php"
1462 => "app/Models/KuaiShou/Kernel/Http/"
1463 => "app/Models/KuaiShou/Kernel/Http/Response.php"
1464 => "app/Models/KuaiShou/Kernel/Http/StreamResponse.php"
1465 => "app/Models/KuaiShou/Kernel/Log/"
1466 => "app/Models/KuaiShou/Kernel/Log/LogManager.php"
1467 => "app/Models/KuaiShou/Kernel/Messages/"
1468 => "app/Models/KuaiShou/Kernel/Messages/Article.php"
1469 => "app/Models/KuaiShou/Kernel/Messages/Card.php"
1470 => "app/Models/KuaiShou/Kernel/Messages/DeviceEvent.php"
1471 => "app/Models/KuaiShou/Kernel/Messages/DeviceText.php"
1472 => "app/Models/KuaiShou/Kernel/Messages/File.php"
1473 => "app/Models/KuaiShou/Kernel/Messages/Image.php"
1474 => "app/Models/KuaiShou/Kernel/Messages/InteractiveTaskCard.php"
1475 => "app/Models/KuaiShou/Kernel/Messages/Link.php"
1476 => "app/Models/KuaiShou/Kernel/Messages/Location.php"
1477 => "app/Models/KuaiShou/Kernel/Messages/Media.php"
1478 => "app/Models/KuaiShou/Kernel/Messages/Message.php"
1479 => "app/Models/KuaiShou/Kernel/Messages/MiniProgramPage.php"
1480 => "app/Models/KuaiShou/Kernel/Messages/MiniprogramNotice.php"
1481 => "app/Models/KuaiShou/Kernel/Messages/Music.php"
1482 => "app/Models/KuaiShou/Kernel/Messages/News.php"
1483 => "app/Models/KuaiShou/Kernel/Messages/NewsItem.php"
1484 => "app/Models/KuaiShou/Kernel/Messages/Raw.php"
1485 => "app/Models/KuaiShou/Kernel/Messages/ReplyInteractiveTaskCard.php"
1486 => "app/Models/KuaiShou/Kernel/Messages/ShortVideo.php"
1487 => "app/Models/KuaiShou/Kernel/Messages/TaskCard.php"
1488 => "app/Models/KuaiShou/Kernel/Messages/Text.php"
1489 => "app/Models/KuaiShou/Kernel/Messages/TextCard.php"
1490 => "app/Models/KuaiShou/Kernel/Messages/Transfer.php"
1491 => "app/Models/KuaiShou/Kernel/Messages/Video.php"
1492 => "app/Models/KuaiShou/Kernel/Messages/Voice.php"
1493 => "app/Models/KuaiShou/Kernel/Providers/"
1494 => "app/Models/KuaiShou/Kernel/Providers/ConfigServiceProvider.php"
1495 => "app/Models/KuaiShou/Kernel/Providers/EventDispatcherServiceProvider.php"
1496 => "app/Models/KuaiShou/Kernel/Providers/ExtensionServiceProvider.php"
1497 => "app/Models/KuaiShou/Kernel/Providers/HttpClientServiceProvider.php"
1498 => "app/Models/KuaiShou/Kernel/Providers/LogServiceProvider.php"
1499 => "app/Models/KuaiShou/Kernel/Providers/RequestServiceProvider.php"
1500 => "app/Models/KuaiShou/Kernel/ServerGuard.php"
1501 => "app/Models/KuaiShou/Kernel/ServiceContainer.php"
1502 => "app/Models/KuaiShou/Kernel/Support/"
1503 => "app/Models/KuaiShou/Kernel/Support/AES.php"
1504 => "app/Models/KuaiShou/Kernel/Support/Arr.php"
1505 => "app/Models/KuaiShou/Kernel/Support/ArrayAccessible.php"
1506 => "app/Models/KuaiShou/Kernel/Support/Collection.php"
1507 => "app/Models/KuaiShou/Kernel/Support/File.php"
1508 => "app/Models/KuaiShou/Kernel/Support/Helpers.php"
1509 => "app/Models/KuaiShou/Kernel/Support/Str.php"
1510 => "app/Models/KuaiShou/Kernel/Support/XML.php"
1511 => "app/Models/KuaiShou/Kernel/Traits/"
1512 => "app/Models/KuaiShou/Kernel/Traits/HasAttributes.php"
1513 => "app/Models/KuaiShou/Kernel/Traits/HasHttpRequests.php"
1514 => "app/Models/KuaiShou/Kernel/Traits/InteractsWithCache.php"
1515 => "app/Models/KuaiShou/Kernel/Traits/Observable.php"
1516 => "app/Models/KuaiShou/Kernel/Traits/ResponseCastable.php"
1517 => "app/Models/KuaiShou/MiniProgram/"
1518 => "app/Models/KuaiShou/MiniProgram/Application.php"
1519 => "app/Models/KuaiShou/MiniProgram/Auth/"
1520 => "app/Models/KuaiShou/MiniProgram/Auth/AccessToken.php"
1521 => "app/Models/KuaiShou/MiniProgram/Auth/Client.php"
1522 => "app/Models/KuaiShou/MiniProgram/Auth/ServiceProvider.php"
1523 => "app/Models/KuaiShou/MiniProgram/Base/"
1524 => "app/Models/KuaiShou/MiniProgram/Base/Client.php"
1525 => "app/Models/KuaiShou/MiniProgram/Base/ServiceProvider.php"
1526 => "app/Models/KuaiShou/MiniProgram/Encryptor.php"
1527 => "app/Models/Kuaishou.php"
1528 => "app/Models/LuckyWheel.php"
1529 => "app/Models/LuckyWheelLog.php"
1530 => "app/Models/LuckyWheelReward.php"
1531 => "app/Models/Material.php"
1532 => "app/Models/MaterialCat.php"
1533 => "app/Models/Meituan.php"
1534 => "app/Models/Member/"
1535 => "app/Models/Member/Address.php"
1536 => "app/Models/Member/Group.php"
1537 => "app/Models/Member/Job.php"
1538 => "app/Models/Member/MemberBase.php"
1539 => "app/Models/Member/MemberLabelIds.php"
1540 => "app/Models/Member/MemberQrCode.php"
1541 => "app/Models/Member/UserPayStore.php"
1542 => "app/Models/Member/Vip.php"
1543 => "app/Models/Member/VipPower.php"
1544 => "app/Models/Member.php"
1545 => "app/Models/MemberAccount.php"
1546 => "app/Models/MemberAccountLog.php"
1547 => "app/Models/MemberBind.php"
1548 => "app/Models/MemberLabel.php"
1549 => "app/Models/MemberLabelController.php"
1550 => "app/Models/MemberSignIn/"
1551 => "app/Models/MemberSignIn/MemberSignIn.php"
1552 => "app/Models/MemberSignIn/SignIn.php"
1553 => "app/Models/MemberSubscribe.php"
1554 => "app/Models/MemberTakeoutAddress.php"
1555 => "app/Models/Menu.php"
1556 => "app/Models/MessageConfig.php"
1557 => "app/Models/Mini/"
1558 => "app/Models/Mini/ApplyMiniPath.php"
1559 => "app/Models/Mini/MiniPath.php"
1560 => "app/Models/Mini/Register.php"
1561 => "app/Models/MiniPrivacysetting.php"
1562 => "app/Models/MiniVersion.php"
1563 => "app/Models/NewSub/"
1564 => "app/Models/NewSub/Goods.php"
1565 => "app/Models/NewSub/NewSub.php"
1566 => "app/Models/NewSub/Store.php"
1567 => "app/Models/News.php"
1568 => "app/Models/OldWithNew/"
1569 => "app/Models/OldWithNew/Activity.php"
1570 => "app/Models/OldWithNew/PartyA.php"
1571 => "app/Models/OldWithNew/PartyB.php"
1572 => "app/Models/OnlineMessage.php"
1573 => "app/Models/OpenWecahtExtJson.php"
1574 => "app/Models/OpenWecahtVersion.php"
1575 => "app/Models/OpenWechat.php"
1576 => "app/Models/OpenWechatAuth.php"
1577 => "app/Models/Order/"
1578 => "app/Models/Order/Bill.php"
1579 => "app/Models/Order/Discount.php"
1580 => "app/Models/Order/Log.php"
1581 => "app/Models/Order/OrderGoods.php"
1582 => "app/Models/Order/OrderIndex.php"
1583 => "app/Models/Order/OrderPay.php"
1584 => "app/Models/Order/PayLog.php"
1585 => "app/Models/Order/Profit.php"
1586 => "app/Models/Order/TakeOutOrder.php"
1587 => "app/Models/Order/TakeScreen.php"
1588 => "app/Models/Order/User.php"
1589 => "app/Models/OrderCollect/"
1590 => "app/Models/OrderCollect/OrderCollect.php"
1591 => "app/Models/OrderCollect/Receive.php"
1592 => "app/Models/OrderCollect/Stores.php"
1593 => "app/Models/OrderCollect/User.php"
1594 => "app/Models/OrderIndex.php"
1595 => "app/Models/Partner.php"
1596 => "app/Models/PartnerOrder.php"
1597 => "app/Models/PayConfig.php"
1598 => "app/Models/PayGift/"
1599 => "app/Models/PayGift/PayGift.php"
1600 => "app/Models/PayGift/Receive.php"
1601 => "app/Models/PayGift/Stores.php"
1602 => "app/Models/PayTemplate.php"
1603 => "app/Models/Permission.php"
1604 => "app/Models/PersionPay/"
1605 => "app/Models/PersionPay/Checkout.php"
1606 => "app/Models/PersionPay/Coupon.php"
1607 => "app/Models/PersionPay/FullSub.php"
1608 => "app/Models/PersionPayOrder.php"
1609 => "app/Models/Plug.php"
1610 => "app/Models/PointSign.php"
1611 => "app/Models/PointsMall/"
1612 => "app/Models/PointsMall/Checkout.php"
1613 => "app/Models/PointsMall/Order.php"
1614 => "app/Models/PointsMall.php"
1615 => "app/Models/PointsMallClassification.php"
1616 => "app/Models/Print/"
1617 => "app/Models/Print/Feie/"
1618 => "app/Models/Print/Feie/FeiePrint.php"
1619 => "app/Models/Print/PrintStoreTemplate.php"
1620 => "app/Models/Print/PrintTemplate.php"
1621 => "app/Models/Print/PrintValue.php"
1622 => "app/Models/PrintRule.php"
1623 => "app/Models/Printer.php"
1624 => "app/Models/PrinterLog.php"
1625 => "app/Models/QueuingUp.php"
1626 => "app/Models/ReallysavesMoney.php"
1627 => "app/Models/RechargePayLog.php"
1628 => "app/Models/Recipe/"
1629 => "app/Models/Recipe/Recipe.php"
1630 => "app/Models/Recipe/RecipeCategory.php"
1631 => "app/Models/Recipe/RecipeGoods.php"
1632 => "app/Models/Recipe/RecipeGoodsBase.php"
1633 => "app/Models/Recipe/RecipeGoodsSku.php"
1634 => "app/Models/Recipe/RecipeStore.php"
1635 => "app/Models/RefundOrder.php"
1636 => "app/Models/Region.php"
1637 => "app/Models/Role.php"
1638 => "app/Models/RoleMenu.php"
1639 => "app/Models/RolePermission.php"
1640 => "app/Models/Setmeal.php"
1641 => "app/Models/ShopHelpers.php"
1642 => "app/Models/ShortLink.php"
1643 => "app/Models/SignList.php"
1644 => "app/Models/SimpleTaskMonitor.php"
1645 => "app/Models/SingIn.php"
1646 => "app/Models/Sms.php"
1647 => "app/Models/SmsAccount.php"
1648 => "app/Models/SmsAccountLog.php"
1649 => "app/Models/SmsLog.php"
1650 => "app/Models/SmsOrder.php"
1651 => "app/Models/Smscombo.php"
1652 => "app/Models/Spec.php"
1653 => "app/Models/SpecValue.php"
1654 => "app/Models/SpuCatgorys.php"
1655 => "app/Models/SpuLabels.php"
1656 => "app/Models/Statistics/"
1657 => "app/Models/Statistics/Balance.php"
1658 => "app/Models/Statistics/IndexData.php"
1659 => "app/Models/Statistics/MemberData.php"
1660 => "app/Models/Statistics/MemberStatisticsData.php"
1661 => "app/Models/Statistics/NewOrderData copy 2.php"
1662 => "app/Models/Statistics/NewOrderData.php"
1663 => "app/Models/Statistics/OrderData.php"
1664 => "app/Models/Statistics/StoredValueData.php"
1665 => "app/Models/StatisticsDay.php"
1666 => "app/Models/StatisticsOrder.php"
1667 => "app/Models/Storage.php"
1668 => "app/Models/Store/"
1669 => "app/Models/Store/Account.php"
1670 => "app/Models/Store/AccountLog.php"
1671 => "app/Models/Store/BaseStoreGoods.php"
1672 => "app/Models/Store/GoodsList.php"
1673 => "app/Models/Store/InStoreGoods.php"
1674 => "app/Models/Store/Notice.php"
1675 => "app/Models/Store/StoreBase.php"
1676 => "app/Models/Store/StoreCategory.php"
1677 => "app/Models/Store/StoreGoods.php"
1678 => "app/Models/Store/StoreGoodsBase.php"
1679 => "app/Models/Store/StoreGoodsSku.php"
1680 => "app/Models/Store/StoreGoodsSkuBase.php"
1681 => "app/Models/Store/StoreLabelIds.php"
1682 => "app/Models/Store.php"
1683 => "app/Models/StoreConfig.php"
1684 => "app/Models/StoreGroup.php"
1685 => "app/Models/StoreLabel.php"
1686 => "app/Models/StorePartner.php"
1687 => "app/Models/StorePartnerOrder.php"
1688 => "app/Models/StoreWithdrawal.php"
1689 => "app/Models/StoredValue.php"
1690 => "app/Models/StoredValueOrder.php"
1691 => "app/Models/SuiXingFu/"
1692 => "app/Models/SuiXingFu/AopEncrypt.php"
1693 => "app/Models/SuiXingFu/EncryptParseItem.php"
1694 => "app/Models/SuiXingFu/EncryptResponseData.php"
1695 => "app/Models/SuiXingFu/InCome.php"
1696 => "app/Models/SuiXingFu/SignData.php"
1697 => "app/Models/SuiXingFu/SxfClient.php"
1698 => "app/Models/SuiXingFu/TradeActiveScan.php"
1699 => "app/Models/SuiXingFu/TradeJsApiScan.php"
1700 => "app/Models/SuiXingFu/TradeQuery.php"
1701 => "app/Models/SuiXingFu/TradeRefund.php"
1702 => "app/Models/SuiXingFu/TradeRefundQuery.php"
1703 => "app/Models/SuiXingFu/TradeReverseScan.php"
1704 => "app/Models/SuiXingFu/UpLoadPicture.php"
1705 => "app/Models/SuiXingFu/WxConfig.php"
1706 => "app/Models/Tables/"
1707 => "app/Models/Tables/Area.php"
1708 => "app/Models/Tables/Servers.php"
1709 => "app/Models/Tables/ServersIds.php"
1710 => "app/Models/Tables/Table.php"
1711 => "app/Models/Tables/Type.php"
1712 => "app/Models/TablesReserve/"
1713 => "app/Models/TablesReserve/Checkout.php"
1714 => "app/Models/TablesReserve/Order.php"
1715 => "app/Models/TakeOut/"
1716 => "app/Models/TakeOut/Cart.php"
1717 => "app/Models/TakeOut/CartList.php"
1718 => "app/Models/TakeOut/Checkout.php"
1719 => "app/Models/TakeOut/Coupon.php"
1720 => "app/Models/TakeOut/Delivery.php"
1721 => "app/Models/TakeOut/DeliverySub.php"
1722 => "app/Models/TakeOut/FullSub.php"
1723 => "app/Models/TakeoutOrder.php"
1724 => "app/Models/Tester.php"
1725 => "app/Models/TiktokStoreList.php"
1726 => "app/Models/TiktokVerifyList.php"
1727 => "app/Models/TradeIn/"
1728 => "app/Models/TradeIn/Activity.php"
1729 => "app/Models/TradeIn/Goods.php"
1730 => "app/Models/TradeIn/Store.php"
1731 => "app/Models/UserWithdrawal.php"
1732 => "app/Models/Visit.php"
1733 => "app/Models/Voice.php"
1734 => "app/Models/VoiceMessage.php"
1735 => "app/Models/WeCom.php"
1736 => "app/Models/WecahtServerGuard/"
1737 => "app/Models/WecahtServerGuard/Guard.php"
1738 => "app/Models/Wechat/"
1739 => "app/Models/Wechat/Kernel/"
1740 => "app/Models/Wechat/Kernel/Config.php"
1741 => "app/Models/Wechat/Kernel/Contracts/"
1742 => "app/Models/Wechat/Kernel/Contracts/AccessToken.php"
1743 => "app/Models/Wechat/Kernel/Contracts/AccessTokenAwareHttpClient.php"
1744 => "app/Models/Wechat/Kernel/Contracts/Aes.php"
1745 => "app/Models/Wechat/Kernel/Contracts/Arrayable.php"
1746 => "app/Models/Wechat/Kernel/Contracts/Config.php"
1747 => "app/Models/Wechat/Kernel/Contracts/Jsonable.php"
1748 => "app/Models/Wechat/Kernel/Contracts/RefreshableAccessToken.php"
1749 => "app/Models/Wechat/Kernel/Contracts/Server.php"
1750 => "app/Models/Wechat/Kernel/Encryptor.php"
1751 => "app/Models/Wechat/Kernel/Exceptions/"
1752 => "app/Models/Wechat/Kernel/Exceptions/BadMethodCallException.php"
1753 => "app/Models/Wechat/Kernel/Exceptions/BadRequestException.php"
1754 => "app/Models/Wechat/Kernel/Exceptions/BadResponseException.php"
1755 => "app/Models/Wechat/Kernel/Exceptions/DecryptException.php"
1756 => "app/Models/Wechat/Kernel/Exceptions/Exception.php"
1757 => "app/Models/Wechat/Kernel/Exceptions/HttpException.php"
1758 => "app/Models/Wechat/Kernel/Exceptions/InvalidArgumentException.php"
1759 => "app/Models/Wechat/Kernel/Exceptions/InvalidConfigException.php"
1760 => "app/Models/Wechat/Kernel/Exceptions/RuntimeException.php"
1761 => "app/Models/Wechat/Kernel/Exceptions/ServiceNotFoundException.php"
1762 => "app/Models/Wechat/Kernel/Form/"
1763 => "app/Models/Wechat/Kernel/Form/File.php"
1764 => "app/Models/Wechat/Kernel/Form/Form.php"
1765 => "app/Models/Wechat/Kernel/HttpClient/"
1766 => "app/Models/Wechat/Kernel/HttpClient/AccessTokenAwareClient.php"
1767 => "app/Models/Wechat/Kernel/HttpClient/AccessTokenExpiredRetryStrategy.php"
1768 => "app/Models/Wechat/Kernel/HttpClient/HttpClientMethods.php"
1769 => "app/Models/Wechat/Kernel/HttpClient/RequestUtil.php"
1770 => "app/Models/Wechat/Kernel/HttpClient/RequestWithPresets.php"
1771 => "app/Models/Wechat/Kernel/HttpClient/Response.php"
1772 => "app/Models/Wechat/Kernel/HttpClient/RetryableClient.php"
1773 => "app/Models/Wechat/Kernel/Message.php"
1774 => "app/Models/Wechat/Kernel/ServerResponse.php"
1775 => "app/Models/Wechat/Kernel/Support/"
1776 => "app/Models/Wechat/Kernel/Support/AesCbc.php"
1777 => "app/Models/Wechat/Kernel/Support/AesEcb.php"
1778 => "app/Models/Wechat/Kernel/Support/AesGcm.php"
1779 => "app/Models/Wechat/Kernel/Support/Arr.php"
1780 => "app/Models/Wechat/Kernel/Support/Pkcs7.php"
1781 => "app/Models/Wechat/Kernel/Support/PrivateKey.php"
1782 => "app/Models/Wechat/Kernel/Support/PublicKey.php"
1783 => "app/Models/Wechat/Kernel/Support/Str.php"
1784 => "app/Models/Wechat/Kernel/Support/UserAgent.php"
1785 => "app/Models/Wechat/Kernel/Support/Xml.php"
1786 => "app/Models/Wechat/Kernel/Traits/"
1787 => "app/Models/Wechat/Kernel/Traits/DecryptXmlMessage.php"
1788 => "app/Models/Wechat/Kernel/Traits/HasAttributes.php"
1789 => "app/Models/Wechat/Kernel/Traits/InteractWithCache.php"
1790 => "app/Models/Wechat/Kernel/Traits/InteractWithClient.php"
1791 => "app/Models/Wechat/Kernel/Traits/InteractWithConfig.php"
1792 => "app/Models/Wechat/Kernel/Traits/InteractWithHandlers.php"
1793 => "app/Models/Wechat/Kernel/Traits/InteractWithHttpClient.php"
1794 => "app/Models/Wechat/Kernel/Traits/InteractWithServerRequest.php"
1795 => "app/Models/Wechat/Kernel/Traits/MockableHttpClient.php"
1796 => "app/Models/Wechat/Kernel/Traits/RespondXmlMessage.php"
1797 => "app/Models/Wechat/Maiyatian/"
1798 => "app/Models/Wechat/Maiyatian/Application.php"
1799 => "app/Models/Wechat/Maiyatian/Client.php"
1800 => "app/Models/Wechat/Maiyatian/Contracts/"
1801 => "app/Models/Wechat/Maiyatian/Contracts/Application.php"
1802 => "app/Models/Wechat/Maiyatian/Contracts/Config.php"
1803 => "app/Models/Wechat/Maiyatian/Contracts/Merchant.php"
1804 => "app/Models/Wechat/Maiyatian/Merchant.php"
1805 => "app/Models/Wechat/Maiyatian/Signature.php"
1806 => "app/Models/Wechat/Make/"
1807 => "app/Models/Wechat/Make/AccessToken.php"
1808 => "app/Models/Wechat/Make/Account.php"
1809 => "app/Models/Wechat/Make/Application.php"
1810 => "app/Models/Wechat/Make/Contracts/"
1811 => "app/Models/Wechat/Make/Contracts/Account.php"
1812 => "app/Models/Wechat/Make/Contracts/Application.php"
1813 => "app/Models/Wechat/Pay/"
1814 => "app/Models/Wechat/Pay/Application.php"
1815 => "app/Models/Wechat/Pay/Client.php"
1816 => "app/Models/Wechat/Pay/Config.php"
1817 => "app/Models/Wechat/Pay/Contracts/"
1818 => "app/Models/Wechat/Pay/Contracts/Application.php"
1819 => "app/Models/Wechat/Pay/Contracts/Merchant.php"
1820 => "app/Models/Wechat/Pay/Contracts/ResponseValidator.php"
1821 => "app/Models/Wechat/Pay/LegacySignature.php"
1822 => "app/Models/Wechat/Pay/Merchant.php"
1823 => "app/Models/Wechat/Pay/Message.php"
1824 => "app/Models/Wechat/Pay/ResponseValidator.php"
1825 => "app/Models/Wechat/Pay/Server.php"
1826 => "app/Models/Wechat/Pay/Signature.php"
1827 => "app/Models/Wechat/Pay/URLSchemeBuilder.php"
1828 => "app/Models/Wechat/Pay/Utils.php"
1829 => "app/Models/Wechat/WaiSongBang/"
1830 => "app/Models/Wechat/WaiSongBang/Application.php"
1831 => "app/Models/Wechat/WaiSongBang/Client.php"
1832 => "app/Models/Wechat/WaiSongBang/Contracts/"
1833 => "app/Models/Wechat/WaiSongBang/Contracts/Application.php"
1834 => "app/Models/Wechat/WaiSongBang/Contracts/Config.php"
1835 => "app/Models/Wechat/WaiSongBang/Contracts/Merchant.php"
1836 => "app/Models/Wechat/WaiSongBang/Merchant.php"
1837 => "app/Models/Wechat/WaiSongBang/Signature.php"
1838 => "app/Models/Wechat.php"
1839 => "app/Models/Wechat1.php"
1840 => "app/Models/WechatAttachment.php"
1841 => "app/Models/WechatList.php"
1842 => "app/Models/WechatMenu.php"
1843 => "app/Models/WechatReply.php"
1844 => "app/Models/WindowCoupon/"
1845 => "app/Models/WindowCoupon/Coupon.php"
1846 => "app/Models/WindowCoupon/CouponReceive.php"
1847 => "app/Models/WindowCoupon/Stores.php"
1848 => "app/Models/WordCoupon/"
1849 => "app/Models/WordCoupon/Coupon.php"
1850 => "app/Models/WordCoupon/Receive.php"
1851 => "app/Models/Zhongyin.php"
1852 => "app/Models/Ztkj.php"
1853 => "app/Models/publicMiniProgram/"
1854 => "app/Models/publicMiniProgram/PublicMiniprogramModel.php"
1855 => "app/Observers/"
1856 => "app/Observers/GoodsSpuObserver.php"
1857 => "app/Processes/"
1858 => "app/Processes/QueueProcess.php"
1859 => "app/Providers/"
1860 => "app/Providers/AppServiceProvider.php"
1861 => "app/Providers/AuthServiceProvider.php"
1862 => "app/Providers/BroadcastServiceProvider.php"
1863 => "app/Providers/EventServiceProvider.php"
1864 => "app/Providers/RouteServiceProvider.php"
1865 => "app/Queue/"
1866 => "app/Services/"
1867 => "app/Services/AddressGeoService.php"
1868 => "app/Services/AliMini/"
1869 => "app/Services/AliMini/ChannelH5.php"
1870 => "app/Services/AliMini/ChannelMini.php"
1871 => "app/Services/AmqpService.php"
1872 => "app/Services/BaseService.php"
1873 => "app/Services/BillService.php"
1874 => "app/Services/ChannelConfigService.php"
1875 => "app/Services/ConfigService.php"
1876 => "app/Services/CouponPackOderService.php"
1877 => "app/Services/CouponService.php"
1878 => "app/Services/DataSeederService.php"
1879 => "app/Services/Delivery/"
1880 => "app/Services/Delivery/DadaService.php"
1881 => "app/Services/Delivery/FengniaoService.php"
1882 => "app/Services/Delivery/MaiyatianService.php"
1883 => "app/Services/Delivery/MakeJiyuService.php"
1884 => "app/Services/Delivery/MakeService.php"
1885 => "app/Services/Delivery/QulaidaService.php"
1886 => "app/Services/Delivery/ReallysavesMoneyService.php"
1887 => "app/Services/Delivery/ShansongService.php"
1888 => "app/Services/Delivery/ShunfengService.php"
1889 => "app/Services/Delivery/UuService.php"
1890 => "app/Services/Delivery/WaisongBangService.php"
1891 => "app/Services/DeliveryService.php"
1892 => "app/Services/ExcelService.php"
1893 => "app/Services/GoodsService.php"
1894 => "app/Services/InStoreOrderService.php"
1895 => "app/Services/InStoreOrderServiceTest.php"
1896 => "app/Services/KuaiShou/"
1897 => "app/Services/KuaiShou/KsMiniProgram.php"
1898 => "app/Services/LengthAwarePaginatorService.php"
1899 => "app/Services/LuckyWheelService.php"
1900 => "app/Services/MapService.php"
1901 => "app/Services/MemberAccountService.php"
1902 => "app/Services/MenuService.php"
1903 => "app/Services/MessageConfigService.php"
1904 => "app/Services/OfficelIneService.php"
1905 => "app/Services/OpenWechat/"
1906 => "app/Services/OpenWechat/AdminOpenWechat.php"
1907 => "app/Services/OpenWechat/ChannelOpenWechat.php"
1908 => "app/Services/OrderNotifyService.php"
1909 => "app/Services/OrderNotifyServiceTest.php"
1910 => "app/Services/OrderService.php"
1911 => "app/Services/Pay/"
1912 => "app/Services/Pay/AdminAliPay.php"
1913 => "app/Services/Pay/AdminWechatPay.php"
1914 => "app/Services/Pay/AliPay.php"
1915 => "app/Services/Pay/ChannelAliPay.php"
1916 => "app/Services/Pay/FubeiPay.php"
1917 => "app/Services/Pay/HuiLaiMiPay.php"
1918 => "app/Services/Pay/HuifuPay.php"
1919 => "app/Services/Pay/LaKaLaPay.php"
1920 => "app/Services/Pay/Suixingfu.php"
1921 => "app/Services/Pay/WechatPay.php"
1922 => "app/Services/Pay/YiDianFuPay.php"
1923 => "app/Services/PayConfigService.php"
1924 => "app/Services/PayService.php"
1925 => "app/Services/PlugService.php"
1926 => "app/Services/Print/"
1927 => "app/Services/Print/DaquContent.php"
1928 => "app/Services/Print/FeieContent.php"
1929 => "app/Services/Print/FeieLabelContent.php"
1930 => "app/Services/Print/FeieMaxContent.php"
1931 => "app/Services/Print/JiaboContent.php"
1932 => "app/Services/Print/LocalContent.php"
1933 => "app/Services/Print/LocalMaxContent.php"
1934 => "app/Services/Print/PrintService.php"
1935 => "app/Services/Print/SpyunContent.php"
1936 => "app/Services/Print/SuodiQrcode.php"
1937 => "app/Services/Print/WechatMsgService.php"
1938 => "app/Services/Print/XinyeContent.php"
1939 => "app/Services/Print/XinyeLabelContent.php"
1940 => "app/Services/Print/XinyeMaxContent.php"
1941 => "app/Services/Print/YlyContent.php"
1942 => "app/Services/Print/YlyMaxContent.php"
1943 => "app/Services/PrinterService.php"
1944 => "app/Services/PrinterServiceTest.php"
1945 => "app/Services/RefundService.php"
1946 => "app/Services/RoleService.php"
1947 => "app/Services/ShortLinkService.php"
1948 => "app/Services/SmsAccountService.php"
1949 => "app/Services/SmsService.php"
1950 => "app/Services/StaticService.php"
1951 => "app/Services/StoreAccountService.php"
1952 => "app/Services/StoreGeoService.php"
1953 => "app/Services/SwooleJobService.php"
1954 => "app/Services/TableService.php"
1955 => "app/Services/UserService.php"
1956 => "app/Services/VisitService.php"
1957 => "app/Services/VoiceService.php"
1958 => "app/Services/WebSocketService.php"
1959 => "app/Services/WechatMessageService.php"
1960 => "app/Services/WechatReplyService.php"
1961 => "app/Services/WechatService.php"
1962 => "app/Services/WorkTempService.php"
1963 => "app/Services/ZhongYinService.php"
1964 => "app/Traits/"
1965 => "app/Traits/Admin/"
1966 => "app/Traits/Admin/InitTrait.php"
1967 => "app/Traits/ChannelApiInitTrait.php"
1968 => "app/Traits/ChannelInitTrait.php"
1969 => "app/Traits/CurdTrait.php"
1970 => "app/Traits/HelperTrait.php"
1971 => "app/Traits/Loggable.php"
1972 => "app/Traits/ResourceTrait.php"
1973 => "app/Traits/StatisticsTrait.php"
1974 => "app/payment/"
1975 => "app/payment/wechat/"
1976 => "app/payment/wechat/cert/"
1977 => "app/payment/wechat/cert/18/"
1978 => "app/payment/wechat/cert/18/pay/"
1979 => "app/payment/wechat/cert/18/pay/certificate.pem"
1980 => "app/payment/wechat/cert/18/pay/private_key.pem"
1981 => "app/payment/wechat/cert/18/pay/wechatpay_platformCert.pem"
1982 => "app/payment/wechat/cert/52/"
1983 => "app/payment/wechat/cert/52/pay/"
1984 => "app/payment/wechat/cert/52/pay/certificate.pem"
1985 => "app/payment/wechat/cert/52/pay/private_key.pem"
1986 => "bootstrap/"
1987 => "bootstrap/app.php"
1988 => "bootstrap/cache/"
1989 => "bootstrap/cache/.gitignore"
1990 => "bootstrap/cache/packages.php"
1991 => "bootstrap/cache/services.php"
1992 => "composer.json"
1993 => "composer.lock"
1994 => "config/"
1995 => "config/app.php"
1996 => "config/auth.php"
1997 => "config/broadcasting.php"
1998 => "config/cache.php"
1999 => "config/cors.php"
2000 => "config/database.php"
2001 => "config/exceptions.php"
2002 => "config/filesystems.php"
2003 => "config/hashing.php"
2004 => "config/image.php"
2005 => "config/jwt.php"
2006 => "config/laravel-model-caching.php"
2007 => "config/laravels.php"
2008 => "config/logging.php"
2009 => "config/mail.php"
2010 => "config/queue.php"
2011 => "config/services.php"
2012 => "config/session.php"
2013 => "config/suixingfu.php"
2014 => "config/uploader.php"
2015 => "config/view.php"
2016 => "config/wechat.php"
2017 => "database/"
2018 => "database/.gitignore"
2019 => "database/factories/"
2020 => "database/factories/UserFactory.php"
2021 => "database/migrations/"
2022 => "database/migrations/2022_09_23_192035_create_permission_groups_table.php"
2023 => "database/migrations/2022_09_23_192035_create_permissions_table.php"
2024 => "database/migrations/2022_09_23_192035_create_role_menus_table.php"
2025 => "database/migrations/2022_09_23_192035_create_role_permissions_table.php"
2026 => "database/migrations/2023_04_08_141202_create_admin_bind_table.php"
2027 => "database/migrations/2023_04_08_141202_create_admin_group_table.php"
2028 => "database/migrations/2023_04_08_141202_create_admin_pay_order_table.php"
2029 => "database/migrations/2023_04_08_141202_create_admin_role_table.php"
2030 => "database/migrations/2023_04_08_141202_create_admins_table.php"
2031 => "database/migrations/2023_04_08_141202_create_apply_plugs_table.php"
2032 => "database/migrations/2023_04_08_141202_create_apply_table.php"
2033 => "database/migrations/2023_04_08_141202_create_attr_table.php"
2034 => "database/migrations/2023_04_08_141202_create_ceshi_table.php"
2035 => "database/migrations/2023_04_08_141202_create_channel_config_table.php"
2036 => "database/migrations/2023_04_08_141202_create_config_table.php"
2037 => "database/migrations/2023_04_08_141202_create_core_category_table.php"
2038 => "database/migrations/2023_04_08_141202_create_core_customer_table.php"
2039 => "database/migrations/2023_04_08_141202_create_core_district_table.php"
2040 => "database/migrations/2023_04_08_141202_create_core_file_table.php"
2041 => "database/migrations/2023_04_08_141202_create_delivery_channel_table.php"
2042 => "database/migrations/2023_04_08_141202_create_delivery_order_table.php"
2043 => "database/migrations/2023_04_08_141202_create_delivery_rule_table.php"
2044 => "database/migrations/2023_04_08_141202_create_delivery_store_table.php"
2045 => "database/migrations/2023_04_08_141202_create_drag_table.php"
2046 => "database/migrations/2023_04_08_141202_create_failed_jobs_table.php"
2047 => "database/migrations/2023_04_08_141202_create_goods_cat_label_table.php"
2048 => "database/migrations/2023_04_08_141202_create_goods_cat_table.php"
2049 => "database/migrations/2023_04_08_141202_create_goods_content_table.php"
2050 => "database/migrations/2023_04_08_141202_create_goods_label_table.php"
2051 => "database/migrations/2023_04_08_141202_create_goods_mark_table.php"
2052 => "database/migrations/2023_04_08_141202_create_goods_recommend_goods_table.php"
2053 => "database/migrations/2023_04_08_141202_create_goods_recommend_store_table.php"
2054 => "database/migrations/2023_04_08_141202_create_goods_recommend_table.php"
2055 => "database/migrations/2023_04_08_141202_create_goods_sku_table.php"
2056 => "database/migrations/2023_04_08_141202_create_goods_spu_table.php"
2057 => "database/migrations/2023_04_08_141202_create_goods_unit_table.php"
2058 => "database/migrations/2023_04_08_141202_create_handle_log_table.php"
2059 => "database/migrations/2023_04_08_141202_create_hardware_rule_table.php"
2060 => "database/migrations/2023_04_08_141202_create_hardware_table.php"
2061 => "database/migrations/2023_04_08_141202_create_install_table.php"
2062 => "database/migrations/2023_04_08_141202_create_material_cat_table.php"
2063 => "database/migrations/2023_04_08_141202_create_material_table.php"
2064 => "database/migrations/2023_04_08_141202_create_member_account_log_table.php"
2065 => "database/migrations/2023_04_08_141202_create_member_account_table.php"
2066 => "database/migrations/2023_04_08_141202_create_member_address_table.php"
2067 => "database/migrations/2023_04_08_141202_create_member_bind_table.php"
2068 => "database/migrations/2023_04_08_141202_create_member_group_table.php"
2069 => "database/migrations/2023_04_08_141202_create_member_label_ids_table.php"
2070 => "database/migrations/2023_04_08_141202_create_member_label_table.php"
2071 => "database/migrations/2023_04_08_141202_create_member_subscribe_table.php"
2072 => "database/migrations/2023_04_08_141202_create_member_table.php"
2073 => "database/migrations/2023_04_08_141202_create_member_vip_power_table.php"
2074 => "database/migrations/2023_04_08_141202_create_member_vip_table.php"
2075 => "database/migrations/2023_04_08_141202_create_menus_table.php"
2076 => "database/migrations/2023_04_08_141202_create_message_config_table.php"
2077 => "database/migrations/2023_04_08_141202_create_mini_privacysetting_table.php"
2078 => "database/migrations/2023_04_08_141202_create_mini_tester_table.php"
2079 => "database/migrations/2023_04_08_141202_create_mini_version_table.php"
2080 => "database/migrations/2023_04_08_141202_create_muster_table.php"
2081 => "database/migrations/2023_04_08_141202_create_news_table.php"
2082 => "database/migrations/2023_04_08_141202_create_open_wechat_token_table.php"
2083 => "database/migrations/2023_04_08_141202_create_open_wechat_version_extjson_table.php"
2084 => "database/migrations/2023_04_08_141202_create_open_wechat_version_table.php"
2085 => "database/migrations/2023_04_08_141202_create_order_goods_table.php"
2086 => "database/migrations/2023_04_08_141202_create_order_index_table.php"
2087 => "database/migrations/2023_04_08_141202_create_pay_config_table.php"
2088 => "database/migrations/2023_04_08_141202_create_pay_template_table.php"
2089 => "database/migrations/2023_04_08_141202_create_plug_table.php"
2090 => "database/migrations/2023_04_08_141202_create_print_rule_table.php"
2091 => "database/migrations/2023_04_08_141202_create_printer_log_table.php"
2092 => "database/migrations/2023_04_08_141202_create_recipe_goods_sku_table.php"
2093 => "database/migrations/2023_04_08_141202_create_recipe_goods_table.php"
2094 => "database/migrations/2023_04_08_141202_create_recipe_store_table.php"
2095 => "database/migrations/2023_04_08_141202_create_recipe_table.php"
2096 => "database/migrations/2023_04_08_141202_create_refund_order_table.php"
2097 => "database/migrations/2023_04_08_141202_create_roles_table.php"
2098 => "database/migrations/2023_04_08_141202_create_setmeal_table.php"
2099 => "database/migrations/2023_04_08_141202_create_sms_account_log_table.php"
2100 => "database/migrations/2023_04_08_141202_create_sms_account_table.php"
2101 => "database/migrations/2023_04_08_141202_create_sms_combo_table.php"
2102 => "database/migrations/2023_04_08_141202_create_sms_log_table.php"
2103 => "database/migrations/2023_04_08_141202_create_spec_table.php"
2104 => "database/migrations/2023_04_08_141202_create_spu_catIds_table.php"
2105 => "database/migrations/2023_04_08_141202_create_spu_labels_table.php"
2106 => "database/migrations/2023_04_08_141202_create_statistics_day_table.php"
2107 => "database/migrations/2023_04_08_141202_create_store_account_log_table.php"
2108 => "database/migrations/2023_04_08_141202_create_store_account_table.php"
2109 => "database/migrations/2023_04_08_141202_create_store_config_table.php"
2110 => "database/migrations/2023_04_08_141202_create_store_goods_sku_table.php"
2111 => "database/migrations/2023_04_08_141202_create_store_goods_table.php"
2112 => "database/migrations/2023_04_08_141202_create_store_group_table.php"
2113 => "database/migrations/2023_04_08_141202_create_store_label_ids_table.php"
2114 => "database/migrations/2023_04_08_141202_create_store_label_table.php"
2115 => "database/migrations/2023_04_08_141202_create_store_notice_table.php"
2116 => "database/migrations/2023_04_08_141202_create_store_table.php"
2117 => "database/migrations/2023_04_08_141202_create_stored_value_table.php"
2118 => "database/migrations/2023_04_08_141202_create_takeout_cart_table.php"
2119 => "database/migrations/2023_04_08_141202_create_takeout_order_table.php"
2120 => "database/migrations/2023_04_08_141202_create_user_collect_table.php"
2121 => "database/migrations/2023_04_08_141202_create_visit_list_table.php"
2122 => "database/migrations/2023_04_08_141202_create_wechatMessage_table.php"
2123 => "database/migrations/2023_04_11_165446_alert_table_core_customer.php"
2124 => "database/migrations/2023_04_12_091902_alert_core_file.php"
2125 => "database/migrations/2023_04_12_110205_alert_auto_release.php"
2126 => "database/migrations/2023_04_12_142425_alert_table_wechat_token.php"
2127 => "database/migrations/2023_04_12_173700_alert_menus.php"
2128 => "database/migrations/2023_04_12_182621_alert_table_handlelog.php"
2129 => "database/migrations/2023_04_17_110025_create_table_ad.php"
2130 => "database/migrations/2023_04_17_165004_init_message.php"
2131 => "database/migrations/2023_04_18_100437_create_sms_pay_order_table.php"
2132 => "database/migrations/2023_04_18_114820_alert_member.php"
2133 => "database/migrations/2023_04_19_152205_alert_admin_store_ids.php"
2134 => "database/migrations/2023_04_19_160030_create_admin_store_ids.php"
2135 => "database/migrations/2023_04_20_115538_alert_table_order_index.php"
2136 => "database/migrations/2023_04_20_163045_alert_table_admins.php"
2137 => "database/migrations/2023_04_20_163243_create_storeValue_order_table.php"
2138 => "database/migrations/2023_04_21_170547_alert_table_menu.php"
2139 => "database/migrations/2023_04_24_095222_alert_table_customer.php"
2140 => "database/migrations/2023_04_25_105940_alert_table_roles.php"
2141 => "database/migrations/2023_04_25_110648_alert_table_menus.php"
2142 => "database/migrations/2023_04_25_163443_alert_table_storage_value_order.php"
2143 => "database/migrations/2023_04_25_165159_alert_table_message_config.php"
2144 => "database/migrations/2023_04_25_183831_alert_tbale_admins.php"
2145 => "database/migrations/2023_04_25_185225_alert_tbale_ad.php"
2146 => "database/migrations/2023_04_26_093617_alert_table_core_customer.php"
2147 => "database/migrations/2023_04_26_104506_create_ad_table.php"
2148 => "database/migrations/2023_04_27_110227_alert_table_sms_log.php"
2149 => "database/migrations/2023_04_27_115208_alert_sms_account.php"
2150 => "database/migrations/2023_04_27_160744_init_table_message_config.php"
2151 => "database/migrations/2023_05_06_093256_alert_table_admins.php"
2152 => "database/migrations/2023_05_06_165159_alert_table_message_config.php"
2153 => "database/migrations/2023_05_08_093655_create_table_store_notice.php"
2154 => "database/migrations/2023_05_08_093657_alert_table_store_notice.php"
2155 => "database/migrations/2023_05_08_143748_alert_table_store_value.php"
2156 => "database/migrations/2023_05_08_173801_create_member_job_table.php"
2157 => "database/migrations/2023_05_08_180720_init_menus.php"
2158 => "database/migrations/2023_05_08_180815_message_config.php"
2159 => "database/migrations/2023_05_12_115842_insert_table_menu.php"
2160 => "database/migrations/2023_05_15_181801_alert_table_head_log.php"
2161 => "database/migrations/2023_05_17_100813_alert_table_statistics_day.php"
2162 => "database/migrations/2023_05_17_110015_alert_takeout_order.php"
2163 => "database/migrations/2023_05_18_110245_insert_menus.php"
2164 => "database/migrations/2023_05_18_112434_use_pay_store.php"
2165 => "database/migrations/2023_05_18_114636_alert_table_statistics_day.php"
2166 => "database/migrations/2023_05_19_094644_creat_tabe_store_value.php"
2167 => "database/migrations/2023_05_19_111954_create_table_fullsub.php"
2168 => "database/migrations/2023_05_19_165427_alert_table_stored_value_order.php"
2169 => "database/migrations/2023_05_20_092504_alert_table_stored_value_order.php"
2170 => "database/migrations/2023_05_20_094053_change_admin.php"
2171 => "database/migrations/2023_05_20_140848_alert_table_full_sub.php"
2172 => "database/migrations/2023_05_22_114701_alert_table_takeout_order.php"
2173 => "database/migrations/2023_05_22_133606_create_order_discount.php"
2174 => "database/migrations/2023_05_22_152637_create_table_new_sub.php"
2175 => "database/migrations/2023_05_23_093331_alert_table_delivery_order.php"
2176 => "database/migrations/2023_05_23_145356_create_table_coupon.php"
2177 => "database/migrations/2023_05_24_091516_insert_menus.php"
2178 => "database/migrations/2023_05_24_112336_create_table_member_coupon.php"
2179 => "database/migrations/2023_05_24_154231_alert_table_order_discount.php"
2180 => "database/migrations/2023_05_25_111256_create_shop_helpers.php"
2181 => "database/migrations/2023_05_25_114403_alert_table_coupon.php"
2182 => "database/migrations/2023_05_26_140813_alert_table_takeout_order.php"
2183 => "database/migrations/2023_05_26_164705_alert_table_order_discount.php"
2184 => "database/migrations/2023_05_29_093133_alert_table_coupon.php"
2185 => "database/migrations/2023_05_29_094311_create_table_coupon_regift.php"
2186 => "database/migrations/2023_05_29_102013_crate_table_sign_list.php"
2187 => "database/migrations/2023_05_29_105838_alert_table_member_vip.php"
2188 => "database/migrations/2023_05_29_144232_alert_table_coupon.php"
2189 => "database/migrations/2023_05_29_165449_create_table_member_signIn.php"
2190 => "database/migrations/2023_05_30_091657_creat_table_window_coupon.php"
2191 => "database/migrations/2023_05_30_111855_create_member_gift_big.php"
2192 => "database/migrations/2023_05_30_112013_crate_table_points_mall.php"
2193 => "database/migrations/2023_05_30_112013_crate_table_points_mall_classification.php"
2194 => "database/migrations/2023_05_30_152906_create_table_pay_gift.php"
2195 => "database/migrations/2023_05_31_094803_alert_table_take_takeout_order.php"
2196 => "database/migrations/2023_05_31_101859_create_table_pay_gift_receive.php"
2197 => "database/migrations/2023_05_31_134647_alert_table_member_coupon.php"
2198 => "database/migrations/2023_05_31_145826_create_table_order_collect.php"
2199 => "database/migrations/2023_06_01_105633_alert_table_takeout_order.php"
2200 => "database/migrations/2023_06_01_115036_alert_table_order_collect_user.php"
2201 => "database/migrations/2023_06_01_115436_alert_table_order_collect_receive.php"
2202 => "database/migrations/2023_06_01_165535_alert_table_sn.php"
2203 => "database/migrations/2023_06_02_102607_insert_table_menus.php"
2204 => "database/migrations/2023_06_02_105556_create_exchange_code.php"
2205 => "database/migrations/2023_06_02_113438_alert_table_order_collect.php"
2206 => "database/migrations/2023_06_05_102014_alert_table_sn.php"
2207 => "database/migrations/2023_06_05_110414_alert_table_exchange_code_rec.php"
2208 => "database/migrations/2023_06_06_113046_insert_message_config.php"
2209 => "database/migrations/2023_06_06_141636_alert_table_store.php"
2210 => "database/migrations/2023_06_06_152249_alert_table_order_collect_receive.php"
2211 => "database/migrations/2023_06_07_093514_alert_order_index.php"
2212 => "database/migrations/2023_06_08_103220_create_table_order_log.php"
2213 => "database/migrations/2023_06_09_104745_create_attr_value.php"
2214 => "database/migrations/2023_06_09_112206_create_spec_value.php"
2215 => "database/migrations/2023_06_09_134655_create_advertisement.php"
2216 => "database/migrations/2023_06_09_140310_alert__sku.php"
2217 => "database/migrations/2023_06_09_142429_create_table_spu_spec_ids.php"
2218 => "database/migrations/2023_06_09_170550_create_table_sku_spec_value_ids.php"
2219 => "database/migrations/2023_06_10_092551_create_spu_attr_ids.php"
2220 => "database/migrations/2023_06_10_092557_create_spu_attr_value_ids.php"
2221 => "database/migrations/2023_06_10_103717_create_spu_material_value_ids.php"
2222 => "database/migrations/2023_06_10_103721_create_spu_material_ids.php"
2223 => "database/migrations/2023_06_10_164652_alert_table_value.php"
2224 => "database/migrations/2023_06_10_171512_install_menu.php"
2225 => "database/migrations/2023_06_12_094455_alert_table_spu_spec_value_id.php"
2226 => "database/migrations/2023_06_12_115435_insert_menu.php"
2227 => "database/migrations/2023_06_12_140708_alert_table_register_mini.php"
2228 => "database/migrations/2023_06_13_103138_init_menus.php"
2229 => "database/migrations/2023_06_13_140250_alert_table_spec_value.php"
2230 => "database/migrations/2023_06_13_142123_init_menus.php"
2231 => "database/migrations/2023_06_13_170014_alert_table_drag_storage.php"
2232 => "database/migrations/2023_06_13_172504_insert_drag_storage.php"
2233 => "database/migrations/2023_06_13_180135_alert_table_exchange_code.php"
2234 => "database/migrations/2023_06_14_090657_alert_register_mini.php"
2235 => "database/migrations/2023_06_15_095145_alert_table_goods_cat.php"
2236 => "database/migrations/2023_06_15_162126_alert_table_statistics_day.php"
2237 => "database/migrations/2023_06_16_135842_alert_table_vip_power.php"
2238 => "database/migrations/2023_06_16_140250_alert_table_spec_value.php"
2239 => "database/migrations/2023_06_16_142056_alert_table_vip_power.php"
2240 => "database/migrations/2023_06_16_152941_alert_table_vip.php"
2241 => "database/migrations/2023_06_16_170502_alert_table_message_config.php"
2242 => "database/migrations/2023_06_19_114649_init_menus.php"
2243 => "database/migrations/2023_06_25_143430_persion_pay_order.php"
2244 => "database/migrations/2023_06_26_100124_create_order_bill.php"
2245 => "database/migrations/2023_06_26_105927_create_table.php"
2246 => "database/migrations/2023_06_26_144514_create_member_qr_code.php"
2247 => "database/migrations/2023_06_27_091457_creeate_short_link.php"
2248 => "database/migrations/2023_06_28_172909_alert_table_short_link.php"
2249 => "database/migrations/2023_06_29_172909_alert_table_pointsmall.php"
2250 => "database/migrations/2023_06_30_150207_create_instore_cart_table.php"
2251 => "database/migrations/2023_07_01_093238_alert_table_statistics_day.php"
2252 => "database/migrations/2023_07_01_133702_alert_table.php"
2253 => "database/migrations/2023_07_01_170406_init_menu.php"
2254 => "database/migrations/2023_07_04_100207_create_point_sign_table.php"
2255 => "database/migrations/2023_07_04_110227_alert_table_sign_list.php"
2256 => "database/migrations/2023_07_04_110227_alert_table_sign_list2.php"
2257 => "database/migrations/2023_07_04_133537_alert_table_goods.php"
2258 => "database/migrations/2023_07_04_142703_alert_recipe_spu.php"
2259 => "database/migrations/2023_07_04_142707_alert_recipe_sku.php"
2260 => "database/migrations/2023_07_04_142712_alert_goods_sku.php"
2261 => "database/migrations/2023_07_04_142715_alert_goods_spu.php"
2262 => "database/migrations/2023_07_04_142906_create_table_goods_channel.php"
2263 => "database/migrations/2023_07_04_144855_alert_table_goods_spu.php"
2264 => "database/migrations/2023_07_05_112611_alert_table_store_table.php"
2265 => "database/migrations/2023_07_05_143148_create_inStore_order_table.php"
2266 => "database/migrations/2023_07_05_145600_alert_order_goods.php"
2267 => "database/migrations/2023_07_06_102532_alert_table_statistics_day.php"
2268 => "database/migrations/2023_07_07_141418_alert_table_order.php"
2269 => "database/migrations/2023_07_07_145810_init_menus.php"
2270 => "database/migrations/2023_07_10_101234_alert_table_in_store_cart.php"
2271 => "database/migrations/2023_07_10_155208_alert_table_order_goods.php"
2272 => "database/migrations/2023_07_11_100455_alert_table_instore_order.php"
2273 => "database/migrations/2023_07_11_105859_alert_table_instore_cart.php"
2274 => "database/migrations/2023_07_11_145433_create_table_order_user.php"
2275 => "database/migrations/2023_07_11_145438_alert_table_order__index.php"
2276 => "database/migrations/2023_07_11_151359_alert_table_ybwm_v3_pay_gift_receive.php"
2277 => "database/migrations/2023_07_11_153236_alert_table_order_discount.php"
2278 => "database/migrations/2023_07_11_164037_alert_table_persion_pay_order.php"
2279 => "database/migrations/2023_07_11_175801_alert_table_order_discount.php"
2280 => "database/migrations/2023_07_12_140538_alert_table_instore_order.php"
2281 => "database/migrations/2023_07_14_111700_alert_member_gift_big_receive.php"
2282 => "database/migrations/2023_07_14_131700_alert_window_coupon_receive.php"
2283 => "database/migrations/2023_07_15_094247_create_table_mini_path.php"
2284 => "database/migrations/2023_07_15_101154_create_apply_mini_path.php"
2285 => "database/migrations/2023_07_15_160126_inis_menus.php"
2286 => "database/migrations/2023_07_15_183244_create_instore_order_table.php"
2287 => "database/migrations/2023_07_15_215242_alert_table_instore_cart.php"
2288 => "database/migrations/2023_07_17_100922_alert_store_table.php"
2289 => "database/migrations/2023_07_17_110347_alert_table_order_goods.php"
2290 => "database/migrations/2023_07_18_095627_alert_table_order_index.php"
2291 => "database/migrations/2023_07_18_154327_alert_table.php"
2292 => "database/migrations/2023_07_19_153515_create_take_screen.php"
2293 => "database/migrations/2023_07_21_102035_create_printer_template_table.php"
2294 => "database/migrations/2023_07_21_102735_create_printer_store_template_table.php"
2295 => "database/migrations/2023_07_24_101657_alert_table_instore_cart.php"
2296 => "database/migrations/2023_07_26_094011_alert_table_statistics_day.php"
2297 => "database/migrations/2023_07_26_102716_alert_table_in_store_order.php"
2298 => "database/migrations/2023_07_26_111810_alert_table.php"
2299 => "database/migrations/2023_07_27_114343_alert_table_refund_order.php"
2300 => "database/migrations/2023_07_28_112357_alert_table_in_store_cart.php"
2301 => "database/migrations/2023_07_28_112403_alert_table_order_goods.php"
2302 => "database/migrations/2023_07_29_141435_alert_table_instore_order.php"
2303 => "database/migrations/2023_07_29_180400_init_menus.php"
2304 => "database/migrations/2023_07_31_135525_alert_table_persion_pay_order.php"
2305 => "database/migrations/2023_08_01_100719_alert_table_instore_cart.php"
2306 => "database/migrations/2023_08_03_105604_alert_table_order_bill.php"
2307 => "database/migrations/2023_08_03_160212_alert_table_refund_order.php"
2308 => "database/migrations/2023_08_07_100101_create_coupon_activity.php"
2309 => "database/migrations/2023_08_08_162409_alert_table_oredr_index.php"
2310 => "database/migrations/2023_08_08_165441_alert_table_bill.php"
2311 => "database/migrations/2023_08_09_140016_alert_table_order_index.php"
2312 => "database/migrations/2023_08_09_165513_alert_table_takeout_order.php"
2313 => "database/migrations/2023_08_09_171632_alert_table_instore_order.php"
2314 => "database/migrations/2023_08_11_103919_alert_persion_pay_order.php"
2315 => "database/migrations/2023_08_12_095303_alert_statistics_day.php"
2316 => "database/migrations/2023_08_12_154323_alert_table_area.php"
2317 => "database/migrations/2023_08_15_150858_alert_instore_cart.php"
2318 => "database/migrations/2023_08_17_154021_create_online_message.php"
2319 => "database/migrations/2023_08_23_111847_create_table_apply_top.php"
2320 => "database/migrations/2023_08_24_101016_create_store_withdrawal_table.php"
2321 => "database/migrations/2023_08_24_112848_alert_table_drag_storage.php"
2322 => "database/migrations/2023_08_25_104811_alert_table_pay_gift_receive.php"
2323 => "database/migrations/2023_08_26_103920_create_table_pay_log.php"
2324 => "database/migrations/2023_08_28_144343_alert_table_printer_log.php"
2325 => "database/migrations/2023_08_30_105934_alert_order_index.php"
2326 => "database/migrations/2023_08_30_135127_alert_bill_order.php"
2327 => "database/migrations/2023_08_30_153727_alert_table_store_account_log.php"
2328 => "database/migrations/2023_09_01_174315_init_menus.php"
2329 => "database/migrations/2023_09_04_092221_alert_table_bill.php"
2330 => "database/migrations/2023_09_07_104145_alert_table_member.php"
2331 => "database/migrations/2023_09_07_141017_create_voice_message.php"
2332 => "database/migrations/2023_09_09_102209_alert_table_roles.php"
2333 => "database/migrations/2023_09_09_172711_init_menus.php"
2334 => "database/migrations/2023_09_18_145219_create_table_table_server.php"
2335 => "database/migrations/2023_09_20_093027_alert_table_order_goods.php"
2336 => "database/migrations/2023_09_20_141030_create_table_freeze_order.php"
2337 => "database/migrations/2023_09_20_145547_alert_in_store_cart.php"
2338 => "database/migrations/2023_09_21_111300_alert_order_discount.php"
2339 => "database/migrations/2023_09_23_095346_alert_table_print_log.php"
2340 => "database/migrations/2023_09_25_141924_alert_table_member_coupon.php"
2341 => "database/migrations/2023_09_28_163510_init_apply_config.php"
2342 => "database/migrations/2023_09_28_175513_init_table.php"
2343 => "database/migrations/2023_10_07_114303_alert_table_statistics_day.php"
2344 => "database/migrations/2023_10_09_144309_alert_in_store_order.php"
2345 => "database/migrations/2023_10_10_094343_alert_table_take_screen.php"
2346 => "database/migrations/2023_10_10_161357_init_plugs.php"
2347 => "database/migrations/2023_10_11_153757_alert_table_address.php"
2348 => "database/migrations/2023_10_12_135739_create_table_statistics_pay.php"
2349 => "database/migrations/2023_10_14_183321_init_drag_storage.php"
2350 => "database/migrations/2023_10_16_200313_alert_table_order_index.php"
2351 => "database/migrations/2023_10_17_153253_alert_tale_order_index.php"
2352 => "database/migrations/2023_10_18_140358_alert_order_index.php"
2353 => "database/migrations/2023_10_18_155204_alert_statistics_order.php"
2354 => "database/migrations/2023_10_18_161315_alert_table_persion_pay_order.php"
2355 => "database/migrations/2023_10_19_194512_alert_role.php"
2356 => "database/migrations/2023_10_20_145100_alert_table_voice_message.php"
2357 => "database/migrations/2023_10_20_160851_alert_table_order_index.php"
2358 => "database/migrations/2023_10_24_184143_alert_table_shift_handover.php"
2359 => "database/migrations/2023_10_25_173139_create_table_titok_verify_list.php"
2360 => "database/migrations/2023_10_26_172310_alert_table_member_job.php"
2361 => "database/migrations/2023_10_26_193911_alert_statistics_order.php"
2362 => "database/migrations/2023_10_27_172427_init_menu.php"
2363 => "database/migrations/2023_10_28_160433_init_plug.php"
2364 => "database/migrations/2023_10_30_105924_alert_table_member_coupon.php"
2365 => "database/migrations/2023_10_30_154021_create_tiktok_store_list.php"
2366 => "database/migrations/2023_10_30_173924_alert_table_tiktok_verify_list.php"
2367 => "database/migrations/2023_10_31_114823_alert_persion_pay_order.php"
2368 => "database/migrations/2023_10_31_172137_alert_coupon_activity.php"
2369 => "database/migrations/2023_11_01_141846_alert_member_table.php"
2370 => "database/migrations/2023_11_02_170236_create_table_goods_activity.php"
2371 => "database/migrations/2023_11_02_173118_alert_member_gift_big.php"
2372 => "database/migrations/2023_11_03_104950_init_mini_path.php"
2373 => "database/migrations/2023_11_06_115832_create_sign.php"
2374 => "database/migrations/2023_11_07_102446_alert_table_member_signin.php"
2375 => "database/migrations/2023_11_07_155650_create_table_points_mall_order.php"
2376 => "database/migrations/2023_11_07_163507_create_order_pay.php"
2377 => "database/migrations/2023_11_08_111128_alert_table_points_mall.php"
2378 => "database/migrations/2023_11_09_165111_alert_table_points_mall_order.php"
2379 => "database/migrations/2023_11_10_104514_alert_table_takeout_cart.php"
2380 => "database/migrations/2023_11_10_165327_alert_table_points_mall_order.php"
2381 => "database/migrations/2023_11_11_181036_alert_init_queue.php"
2382 => "database/migrations/2023_11_11_193110_alert_table_order_goods.php"
2383 => "database/migrations/2023_11_13_105856_alert_goods_activity.php"
2384 => "database/migrations/2023_11_14_095815_alert_table_activity_goods.php"
2385 => "database/migrations/2023_11_16_093735_alert_table_takeout_cart.php"
2386 => "database/migrations/2023_11_16_163507_create_follow_wechat.php"
2387 => "database/migrations/2023_11_17_111747_alert_goods_activity_goods.php"
2388 => "database/migrations/2023_11_17_133427_init_menus.php"
2389 => "database/migrations/2023_11_20_113844_alert_table_goods_activity.php"
2390 => "database/migrations/2023_11_21_134348_alert_order_goods.php"
2391 => "database/migrations/2023_11_22_174459_change_goods_sku.php"
2392 => "database/migrations/2023_11_24_105922_init_menus.php"
2393 => "database/migrations/2023_11_24_112227_alert_table_instore_cart.php"
2394 => "database/migrations/2023_11_25_110722_alert_table_pointmall_order.php"
2395 => "database/migrations/2023_11_25_170902_alert_tble_plugs.php"
2396 => "database/migrations/2023_11_28_170717_init_plug.php"
2397 => "database/migrations/2023_11_29_152754_alert_plug.php"
2398 => "database/migrations/2023_11_29_160659_create_spu_setmeal_goods_ids.php"
2399 => "database/migrations/2023_11_29_160705_create_spu_setmeal_goods.php"
2400 => "database/migrations/2023_11_29_172733_alert_table_goods_sku.php"
2401 => "database/migrations/2023_11_30_094232_alert_table_type.php"
2402 => "database/migrations/2023_11_30_102539_alert_table_goods_spu.php"
2403 => "database/migrations/2023_12_01_092539_alert_table_table_type.php"
2404 => "database/migrations/2023_12_01_095659_create_queuing_up.php"
2405 => "database/migrations/2023_12_01_110305_alert_table_takeout_cart.php"
2406 => "database/migrations/2023_12_01_134142_alert_table_order_goods.php"
2407 => "database/migrations/2023_12_04_093247_alert_table_in_store_cart.php"
2408 => "database/migrations/2023_12_06_170008_create_table_coupon_pack.php"
2409 => "database/migrations/2023_12_08_100746_alert_table_queuing_up.php"
2410 => "database/migrations/2023_12_08_162138_alert_table_path.php"
2411 => "database/migrations/2023_12_09_155124_alert_table_order_collect_receive.php"
2412 => "database/migrations/2023_12_09_165854_init_menus.php"
2413 => "database/migrations/2023_12_12_093829_create_table_coupon_pack_order.php"
2414 => "database/migrations/2023_12_12_151800_alert_table_coupon_pack.php"
2415 => "database/migrations/2023_12_12_162539_create_table_vip_card.php"
2416 => "database/migrations/2023_12_14_095738_alert_table_goods_activity_goods.php"
2417 => "database/migrations/2023_12_14_160321_insert_plugs.php"
2418 => "database/migrations/2023_12_14_171537_create_table_birthday_pack.php"
2419 => "database/migrations/2023_12_15_172118_init_menu.php"
2420 => "database/migrations/2023_12_19_093740_alert_table_table_reserve.php"
2421 => "database/migrations/2023_12_19_184507_alert_table_coupon_pack.php"
2422 => "database/migrations/2023_12_21_095805_create_old_with_new.php"
2423 => "database/migrations/2023_12_23_154834_init_mini_path.php"
2424 => "database/migrations/2023_12_23_155034_init_menus.php"
2425 => "database/migrations/2023_12_23_173902_alert_table_reserve.php"
2426 => "database/migrations/2023_12_25_091243_alert_table_reserve.php"
2427 => "database/migrations/2023_12_25_133437_alert_table_goods_cat_label.php"
2428 => "database/migrations/2023_12_25_150703_alert_table_goods_cat.php"
2429 => "database/migrations/2023_12_25_150820_alert_table_goods_label.php"
2430 => "database/migrations/2023_12_25_150844_alert_table_goods_mark.php"
2431 => "database/migrations/2023_12_25_150945_alert_table_goods_unit.php"
2432 => "database/migrations/2023_12_25_151103_alert_table_goods_spec.php"
2433 => "database/migrations/2023_12_25_151141_alert_table_goods_attr.php"
2434 => "database/migrations/2023_12_25_151329_alert_table_material_cat.php"
2435 => "database/migrations/2023_12_25_151348_alert_table_material.php"
2436 => "database/migrations/2023_12_25_180354_alert_table_goods.php"
2437 => "database/migrations/2023_12_26_152905_alert_core_file.php"
2438 => "database/migrations/2023_12_26_153205_alert_core_file_category.php"
2439 => "database/migrations/2023_12_29_113139_alter_table_titok_verify_list.php"
2440 => "database/migrations/2023_12_29_114359_alert_table_order_goods.php"
2441 => "database/migrations/2023_12_29_144021_alter_tiktok_store_list.php"
2442 => "database/migrations/2023_12_29_153800_init_menus.php"
2443 => "database/migrations/2024_01_03_095206_alert_table_in_store_cart.php"
2444 => "database/migrations/2024_01_03_100000_modify_pay_temp_id_in_order_pay_table.php"
2445 => "database/migrations/2024_01_04_145044_create_table_costom_pay.php"
2446 => "database/migrations/2024_01_04_160216_alert_table_order_index.php"
2447 => "database/migrations/2024_01_04_162400_create_word_coupon.php"
2448 => "database/migrations/2024_01_06_152626_init_menu.php"
2449 => "database/migrations/2024_01_06_180401_alert_cache.php"
2450 => "database/migrations/2024_01_08_110245_create_vip_card.php"
2451 => "database/migrations/2024_01_09_110846_create_wechat_attachment_table.php"
2452 => "database/migrations/2024_01_09_110904_create_wechat_menu_table.php"
2453 => "database/migrations/2024_01_09_110917_create_wechat_reply_table.php"
2454 => "database/migrations/2024_01_09_153101_create_table_partner.php"
2455 => "database/migrations/2024_01_09_172206_create_access_drinks.php"
2456 => "database/migrations/2024_01_10_093459_alert_table_order_goods.php"
2457 => "database/migrations/2024_01_11_095703_create_drinks_storage.php"
2458 => "database/migrations/2024_01_12_160346_insert_plugs.php"
2459 => "database/migrations/2024_01_12_165612_insert_plugs.php"
2460 => "database/migrations/2024_01_15_134449_create_vip_card.php"
2461 => "database/migrations/2024_01_15_140333_create_vip_card_order.php"
2462 => "database/migrations/2024_01_15_163006_create_vip_card_store.php"
2463 => "database/migrations/2024_01_18_143600_alert_table_takeout_card.php"
2464 => "database/migrations/2024_01_22_152207_alert_table_partner.php"
2465 => "database/migrations/2024_01_24_115204_alert_table_member.php"
2466 => "database/migrations/2024_01_25_140811_create_teble_partner_order.php"
2467 => "database/migrations/2024_01_29_105737_alert_table_equity_card_member.php"
2468 => "database/migrations/2024_02_18_104550_create_store_withdrawal_table.php"
2469 => "database/migrations/2024_02_21_104708_create_tradeIn_table.php"
…7856
]
"file_arr" => array:10326 [ …10326]
]
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Routing/Controller.php
/**
* Get the middleware assigned to the controller.
*
* @return array
*/
public function getMiddleware()
{
return $this->middleware;
}
/**
* Execute an action on the controller.
*
* @param string $method
* @param array $parameters
* @return \Symfony\Component\HttpFoundation\Response
*/
public function callAction($method, $parameters)
{
return call_user_func_array([$this, $method], $parameters);
}
/**
* Handle calls to missing methods on the controller.
*
* @param string $method
* @param array $parameters
* @return mixed
*
* @throws \BadMethodCallException
*/
public function __call($method, $parameters)
{
throw new BadMethodCallException(sprintf(
'Method %s::%s does not exist.', static::class, $method
));
}
}
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Routing/Controller.php
/**
* Get the middleware assigned to the controller.
*
* @return array
*/
public function getMiddleware()
{
return $this->middleware;
}
/**
* Execute an action on the controller.
*
* @param string $method
* @param array $parameters
* @return \Symfony\Component\HttpFoundation\Response
*/
public function callAction($method, $parameters)
{
return call_user_func_array([$this, $method], $parameters);
}
/**
* Handle calls to missing methods on the controller.
*
* @param string $method
* @param array $parameters
* @return mixed
*
* @throws \BadMethodCallException
*/
public function __call($method, $parameters)
{
throw new BadMethodCallException(sprintf(
'Method %s::%s does not exist.', static::class, $method
));
}
}
Arguments
array:2 [
0 => App\Http\Controllers\Cloud\UpgradedController {#414}
1 => "getUpgradeInfo"
]
array:1 [
0 => Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
]
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php
{
$this->container = $container;
}
/**
* Dispatch a request to a given controller and method.
*
* @param \Illuminate\Routing\Route $route
* @param mixed $controller
* @param string $method
* @return mixed
*/
public function dispatch(Route $route, $controller, $method)
{
$parameters = $this->resolveClassMethodDependencies(
$route->parametersWithoutNulls(), $controller, $method
);
if (method_exists($controller, 'callAction')) {
return $controller->callAction($method, $parameters);
}
return $controller->{$method}(...array_values($parameters));
}
/**
* Get the middleware for the controller instance.
*
* @param \Illuminate\Routing\Controller $controller
* @param string $method
* @return array
*/
public function getMiddleware($controller, $method)
{
if (! method_exists($controller, 'getMiddleware')) {
return [];
}
return collect($controller->getMiddleware())->reject(function ($data) use ($method) {
return static::methodExcludedByOptions($method, $data['options']);
Arguments
"getUpgradeInfo"
array:1 [
0 => Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
]
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Routing/Route.php
protected function runCallable()
{
$callable = $this->action['uses'];
return $callable(...array_values($this->resolveMethodDependencies(
$this->parametersWithoutNulls(), new ReflectionFunction($this->action['uses'])
)));
}
/**
* Run the route action and return the response.
*
* @return mixed
*
* @throws \Symfony\Component\HttpKernel\Exception\NotFoundHttpException
*/
protected function runController()
{
return $this->controllerDispatcher()->dispatch(
$this, $this->getController(), $this->getControllerMethod()
);
}
/**
* Get the controller instance for the route.
*
* @return mixed
*/
public function getController()
{
if (! $this->controller) {
$class = $this->parseControllerCallback()[0];
$this->controller = $this->container->make(ltrim($class, '\\'));
}
return $this->controller;
}
/**
Arguments
Illuminate\Routing\Route {#358}
App\Http\Controllers\Cloud\UpgradedController {#414}
"getUpgradeInfo"
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Routing/Route.php
*
* @throws \UnexpectedValueException
*/
protected function parseAction($action)
{
return RouteAction::parse($this->uri, $action);
}
/**
* Run the route action and return the response.
*
* @return mixed
*/
public function run()
{
$this->container = $this->container ?: new Container;
try {
if ($this->isControllerAction()) {
return $this->runController();
}
return $this->runCallable();
} catch (HttpResponseException $e) {
return $e->getResponse();
}
}
/**
* Checks whether the route's action is a controller.
*
* @return bool
*/
protected function isControllerAction()
{
return is_string($this->action['uses']);
}
/**
* Run the route action and return the response.
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Routing/Router.php
/**
* Run the given route within a Stack "onion" instance.
*
* @param \Illuminate\Routing\Route $route
* @param \Illuminate\Http\Request $request
* @return mixed
*/
protected function runRouteWithinStack(Route $route, Request $request)
{
$shouldSkipMiddleware = $this->container->bound('middleware.disable') &&
$this->container->make('middleware.disable') === true;
$middleware = $shouldSkipMiddleware ? [] : $this->gatherRouteMiddleware($route);
return (new Pipeline($this->container))
->send($request)
->through($middleware)
->then(function ($request) use ($route) {
return $this->prepareResponse(
$request, $route->run()
);
});
}
/**
* Gather the middleware for the given route with resolved class names.
*
* @param \Illuminate\Routing\Route $route
* @return array
*/
public function gatherRouteMiddleware(Route $route)
{
$middleware = collect($route->gatherMiddleware())->map(function ($name) {
return (array) MiddlewareNameResolver::resolve($name, $this->middleware, $this->middlewareGroups);
})->flatten();
return $this->sortMiddleware($middleware);
}
/**
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
use Symfony\Component\Debug\Exception\FatalThrowableError;
/**
* This extended pipeline catches any exceptions that occur during each slice.
*
* The exceptions are converted to HTTP responses for proper middleware handling.
*/
class Pipeline extends BasePipeline
{
/**
* Get the final piece of the Closure onion.
*
* @param \Closure $destination
* @return \Closure
*/
protected function prepareDestination(Closure $destination)
{
return function ($passable) use ($destination) {
try {
return $destination($passable);
} catch (Exception $e) {
return $this->handleException($passable, $e);
} catch (Throwable $e) {
return $this->handleException($passable, new FatalThrowableError($e));
}
};
}
/**
* Get a Closure that represents a slice of the application onion.
*
* @return \Closure
*/
protected function carry()
{
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/app/Http/Middleware/AdminOperationLog.php
$type=1;
$log = new OperationLog(); # 提前创建表、model
if($user){
$log->username=$user->username;
$log->userId=$user->id;
$log->realname=$user->realname;
}
$log->type =$type;
$log->route = $request->path();
$log->method = $request->method();
$log->ip = $request->ip();
$log->sql = '';
$log->input = json_encode($input, JSON_UNESCAPED_UNICODE);
$log->dt_operdate=date('Y-m-d H:i:s',time());
$log->save(); # 记录日志
}
}
return $next($request);
}
}
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
// the appropriate method and arguments, returning the results back out.
return $pipe($passable, $stack);
} elseif (! is_object($pipe)) {
[$name, $parameters] = $this->parsePipeString($pipe);
// If the pipe is a string we will parse the string and resolve the class out
// of the dependency injection container. We can then build a callable and
// execute the pipe function giving in the parameters that are required.
$pipe = $this->getContainer()->make($name);
$parameters = array_merge([$passable, $stack], $parameters);
} else {
// If the pipe is already an object we'll just make a callable and pass it to
// the pipe as-is. There is no need to do any extra parsing and formatting
// since the object we're given was already a fully instantiated object.
$parameters = [$passable, $stack];
}
$response = method_exists($pipe, $this->method)
? $pipe->{$this->method}(...$parameters)
: $pipe(...$parameters);
return $response instanceof Responsable
? $response->toResponse($this->getContainer()->make(Request::class))
: $response;
};
};
}
/**
* Parse full pipe string to get name and parameters.
*
* @param string $pipe
* @return array
*/
protected function parsePipeString($pipe)
{
[$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
if (is_string($parameters)) {
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
Closure($passable) {#423 …4}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
return $this->handleException($passable, new FatalThrowableError($e));
}
};
}
/**
* Get a Closure that represents a slice of the application onion.
*
* @return \Closure
*/
protected function carry()
{
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
$callable = $slice($stack, $pipe);
return $callable($passable);
} catch (Exception $e) {
return $this->handleException($passable, $e);
} catch (Throwable $e) {
return $this->handleException($passable, new FatalThrowableError($e));
}
};
};
}
/**
* Handle the given exception.
*
* @param mixed $passable
* @param \Exception $e
* @return mixed
*
* @throws \Exception
*/
protected function handleException($passable, Exception $e)
{
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php
*/
public function __construct(Registrar $router)
{
$this->router = $router;
}
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*/
public function handle($request, Closure $next)
{
$this->router->substituteBindings($route = $request->route());
$this->router->substituteImplicitBindings($route);
return $next($request);
}
}
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
// the appropriate method and arguments, returning the results back out.
return $pipe($passable, $stack);
} elseif (! is_object($pipe)) {
[$name, $parameters] = $this->parsePipeString($pipe);
// If the pipe is a string we will parse the string and resolve the class out
// of the dependency injection container. We can then build a callable and
// execute the pipe function giving in the parameters that are required.
$pipe = $this->getContainer()->make($name);
$parameters = array_merge([$passable, $stack], $parameters);
} else {
// If the pipe is already an object we'll just make a callable and pass it to
// the pipe as-is. There is no need to do any extra parsing and formatting
// since the object we're given was already a fully instantiated object.
$parameters = [$passable, $stack];
}
$response = method_exists($pipe, $this->method)
? $pipe->{$this->method}(...$parameters)
: $pipe(...$parameters);
return $response instanceof Responsable
? $response->toResponse($this->getContainer()->make(Request::class))
: $response;
};
};
}
/**
* Parse full pipe string to get name and parameters.
*
* @param string $pipe
* @return array
*/
protected function parsePipeString($pipe)
{
[$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
if (is_string($parameters)) {
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
Closure($passable) {#507 …4}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
return $this->handleException($passable, new FatalThrowableError($e));
}
};
}
/**
* Get a Closure that represents a slice of the application onion.
*
* @return \Closure
*/
protected function carry()
{
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
$callable = $slice($stack, $pipe);
return $callable($passable);
} catch (Exception $e) {
return $this->handleException($passable, $e);
} catch (Throwable $e) {
return $this->handleException($passable, new FatalThrowableError($e));
}
};
};
}
/**
* Handle the given exception.
*
* @param mixed $passable
* @param \Exception $e
* @return mixed
*
* @throws \Exception
*/
protected function handleException($passable, Exception $e)
{
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*/
public function handle($request, Closure $next)
{
// If the current session has an "errors" variable bound to it, we will share
// its value with all view instances so the views can easily access errors
// without having to bind. An empty bag is set when there aren't errors.
$this->view->share(
'errors', $request->session()->get('errors') ?: new ViewErrorBag
);
// Putting the errors in the view for every view allows the developer to just
// assume that some errors are always available, which is convenient since
// they don't have to continually run checks for the presence of errors.
return $next($request);
}
}
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
// the appropriate method and arguments, returning the results back out.
return $pipe($passable, $stack);
} elseif (! is_object($pipe)) {
[$name, $parameters] = $this->parsePipeString($pipe);
// If the pipe is a string we will parse the string and resolve the class out
// of the dependency injection container. We can then build a callable and
// execute the pipe function giving in the parameters that are required.
$pipe = $this->getContainer()->make($name);
$parameters = array_merge([$passable, $stack], $parameters);
} else {
// If the pipe is already an object we'll just make a callable and pass it to
// the pipe as-is. There is no need to do any extra parsing and formatting
// since the object we're given was already a fully instantiated object.
$parameters = [$passable, $stack];
}
$response = method_exists($pipe, $this->method)
? $pipe->{$this->method}(...$parameters)
: $pipe(...$parameters);
return $response instanceof Responsable
? $response->toResponse($this->getContainer()->make(Request::class))
: $response;
};
};
}
/**
* Parse full pipe string to get name and parameters.
*
* @param string $pipe
* @return array
*/
protected function parsePipeString($pipe)
{
[$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
if (is_string($parameters)) {
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
Closure($passable) {#508 …4}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
return $this->handleException($passable, new FatalThrowableError($e));
}
};
}
/**
* Get a Closure that represents a slice of the application onion.
*
* @return \Closure
*/
protected function carry()
{
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
$callable = $slice($stack, $pipe);
return $callable($passable);
} catch (Exception $e) {
return $this->handleException($passable, $e);
} catch (Throwable $e) {
return $this->handleException($passable, new FatalThrowableError($e));
}
};
};
}
/**
* Handle the given exception.
*
* @param mixed $passable
* @param \Exception $e
* @return mixed
*
* @throws \Exception
*/
protected function handleException($passable, Exception $e)
{
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*/
public function handle($request, Closure $next)
{
if (! $this->sessionConfigured()) {
return $next($request);
}
// If a session driver has been configured, we will need to start the session here
// so that the data is ready for an application. Note that the Laravel sessions
// do not make use of PHP "native" sessions in any way since they are crappy.
$request->setLaravelSession(
$session = $this->startSession($request)
);
$this->collectGarbage($session);
$response = $next($request);
$this->storeCurrentUrl($request, $session);
$this->addCookieToResponse($response, $session);
// Again, if the session has been configured we will need to close out the session
// so that the attributes may be persisted to some storage medium. We will also
// add the session identifier cookie to the application response headers now.
$this->saveSession($request);
return $response;
}
/**
* Start the session for the given request.
*
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Contracts\Session\Session
*/
protected function startSession(Request $request)
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
// the appropriate method and arguments, returning the results back out.
return $pipe($passable, $stack);
} elseif (! is_object($pipe)) {
[$name, $parameters] = $this->parsePipeString($pipe);
// If the pipe is a string we will parse the string and resolve the class out
// of the dependency injection container. We can then build a callable and
// execute the pipe function giving in the parameters that are required.
$pipe = $this->getContainer()->make($name);
$parameters = array_merge([$passable, $stack], $parameters);
} else {
// If the pipe is already an object we'll just make a callable and pass it to
// the pipe as-is. There is no need to do any extra parsing and formatting
// since the object we're given was already a fully instantiated object.
$parameters = [$passable, $stack];
}
$response = method_exists($pipe, $this->method)
? $pipe->{$this->method}(...$parameters)
: $pipe(...$parameters);
return $response instanceof Responsable
? $response->toResponse($this->getContainer()->make(Request::class))
: $response;
};
};
}
/**
* Parse full pipe string to get name and parameters.
*
* @param string $pipe
* @return array
*/
protected function parsePipeString($pipe)
{
[$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
if (is_string($parameters)) {
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
Closure($passable) {#509 …4}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
return $this->handleException($passable, new FatalThrowableError($e));
}
};
}
/**
* Get a Closure that represents a slice of the application onion.
*
* @return \Closure
*/
protected function carry()
{
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
$callable = $slice($stack, $pipe);
return $callable($passable);
} catch (Exception $e) {
return $this->handleException($passable, $e);
} catch (Throwable $e) {
return $this->handleException($passable, new FatalThrowableError($e));
}
};
};
}
/**
* Handle the given exception.
*
* @param mixed $passable
* @param \Exception $e
* @return mixed
*
* @throws \Exception
*/
protected function handleException($passable, Exception $e)
{
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php
* Create a new CookieQueue instance.
*
* @param \Illuminate\Contracts\Cookie\QueueingFactory $cookies
* @return void
*/
public function __construct(CookieJar $cookies)
{
$this->cookies = $cookies;
}
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*/
public function handle($request, Closure $next)
{
$response = $next($request);
foreach ($this->cookies->getQueuedCookies() as $cookie) {
$response->headers->setCookie($cookie);
}
return $response;
}
}
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
// the appropriate method and arguments, returning the results back out.
return $pipe($passable, $stack);
} elseif (! is_object($pipe)) {
[$name, $parameters] = $this->parsePipeString($pipe);
// If the pipe is a string we will parse the string and resolve the class out
// of the dependency injection container. We can then build a callable and
// execute the pipe function giving in the parameters that are required.
$pipe = $this->getContainer()->make($name);
$parameters = array_merge([$passable, $stack], $parameters);
} else {
// If the pipe is already an object we'll just make a callable and pass it to
// the pipe as-is. There is no need to do any extra parsing and formatting
// since the object we're given was already a fully instantiated object.
$parameters = [$passable, $stack];
}
$response = method_exists($pipe, $this->method)
? $pipe->{$this->method}(...$parameters)
: $pipe(...$parameters);
return $response instanceof Responsable
? $response->toResponse($this->getContainer()->make(Request::class))
: $response;
};
};
}
/**
* Parse full pipe string to get name and parameters.
*
* @param string $pipe
* @return array
*/
protected function parsePipeString($pipe)
{
[$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
if (is_string($parameters)) {
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
Closure($passable) {#510 …4}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
return $this->handleException($passable, new FatalThrowableError($e));
}
};
}
/**
* Get a Closure that represents a slice of the application onion.
*
* @return \Closure
*/
protected function carry()
{
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
$callable = $slice($stack, $pipe);
return $callable($passable);
} catch (Exception $e) {
return $this->handleException($passable, $e);
} catch (Throwable $e) {
return $this->handleException($passable, new FatalThrowableError($e));
}
};
};
}
/**
* Handle the given exception.
*
* @param mixed $passable
* @param \Exception $e
* @return mixed
*
* @throws \Exception
*/
protected function handleException($passable, Exception $e)
{
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php
* Disable encryption for the given cookie name(s).
*
* @param string|array $name
* @return void
*/
public function disableFor($name)
{
$this->except = array_merge($this->except, (array) $name);
}
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return \Symfony\Component\HttpFoundation\Response
*/
public function handle($request, Closure $next)
{
return $this->encrypt($next($this->decrypt($request)));
}
/**
* Decrypt the cookies on the request.
*
* @param \Symfony\Component\HttpFoundation\Request $request
* @return \Symfony\Component\HttpFoundation\Request
*/
protected function decrypt(Request $request)
{
foreach ($request->cookies as $key => $cookie) {
if ($this->isDisabled($key)) {
continue;
}
try {
$request->cookies->set($key, $this->decryptCookie($key, $cookie));
} catch (DecryptException $e) {
$request->cookies->set($key, null);
}
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
// the appropriate method and arguments, returning the results back out.
return $pipe($passable, $stack);
} elseif (! is_object($pipe)) {
[$name, $parameters] = $this->parsePipeString($pipe);
// If the pipe is a string we will parse the string and resolve the class out
// of the dependency injection container. We can then build a callable and
// execute the pipe function giving in the parameters that are required.
$pipe = $this->getContainer()->make($name);
$parameters = array_merge([$passable, $stack], $parameters);
} else {
// If the pipe is already an object we'll just make a callable and pass it to
// the pipe as-is. There is no need to do any extra parsing and formatting
// since the object we're given was already a fully instantiated object.
$parameters = [$passable, $stack];
}
$response = method_exists($pipe, $this->method)
? $pipe->{$this->method}(...$parameters)
: $pipe(...$parameters);
return $response instanceof Responsable
? $response->toResponse($this->getContainer()->make(Request::class))
: $response;
};
};
}
/**
* Parse full pipe string to get name and parameters.
*
* @param string $pipe
* @return array
*/
protected function parsePipeString($pipe)
{
[$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
if (is_string($parameters)) {
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
Closure($passable) {#511 …4}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
return $this->handleException($passable, new FatalThrowableError($e));
}
};
}
/**
* Get a Closure that represents a slice of the application onion.
*
* @return \Closure
*/
protected function carry()
{
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
$callable = $slice($stack, $pipe);
return $callable($passable);
} catch (Exception $e) {
return $this->handleException($passable, $e);
} catch (Throwable $e) {
return $this->handleException($passable, new FatalThrowableError($e));
}
};
};
}
/**
* Handle the given exception.
*
* @param mixed $passable
* @param \Exception $e
* @return mixed
*
* @throws \Exception
*/
protected function handleException($passable, Exception $e)
{
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
public function via($method)
{
$this->method = $method;
return $this;
}
/**
* Run the pipeline with a final destination callback.
*
* @param \Closure $destination
* @return mixed
*/
public function then(Closure $destination)
{
$pipeline = array_reduce(
array_reverse($this->pipes), $this->carry(), $this->prepareDestination($destination)
);
return $pipeline($this->passable);
}
/**
* Run the pipeline and return the result.
*
* @return mixed
*/
public function thenReturn()
{
return $this->then(function ($passable) {
return $passable;
});
}
/**
* Get the final piece of the Closure onion.
*
* @param \Closure $destination
* @return \Closure
*/
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Routing/Router.php
*
* @param \Illuminate\Routing\Route $route
* @param \Illuminate\Http\Request $request
* @return mixed
*/
protected function runRouteWithinStack(Route $route, Request $request)
{
$shouldSkipMiddleware = $this->container->bound('middleware.disable') &&
$this->container->make('middleware.disable') === true;
$middleware = $shouldSkipMiddleware ? [] : $this->gatherRouteMiddleware($route);
return (new Pipeline($this->container))
->send($request)
->through($middleware)
->then(function ($request) use ($route) {
return $this->prepareResponse(
$request, $route->run()
);
});
}
/**
* Gather the middleware for the given route with resolved class names.
*
* @param \Illuminate\Routing\Route $route
* @return array
*/
public function gatherRouteMiddleware(Route $route)
{
$middleware = collect($route->gatherMiddleware())->map(function ($name) {
return (array) MiddlewareNameResolver::resolve($name, $this->middleware, $this->middlewareGroups);
})->flatten();
return $this->sortMiddleware($middleware);
}
/**
* Sort the given middleware by priority.
*
Arguments
Closure($request) {#422 …4}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Routing/Router.php
return $route;
}
/**
* Return the response for the given route.
*
* @param \Illuminate\Http\Request $request
* @param \Illuminate\Routing\Route $route
* @return \Illuminate\Http\Response|\Illuminate\Http\JsonResponse
*/
protected function runRoute(Request $request, Route $route)
{
$request->setRouteResolver(function () use ($route) {
return $route;
});
$this->events->dispatch(new Events\RouteMatched($route, $request));
return $this->prepareResponse($request,
$this->runRouteWithinStack($route, $request)
);
}
/**
* Run the given route within a Stack "onion" instance.
*
* @param \Illuminate\Routing\Route $route
* @param \Illuminate\Http\Request $request
* @return mixed
*/
protected function runRouteWithinStack(Route $route, Request $request)
{
$shouldSkipMiddleware = $this->container->bound('middleware.disable') &&
$this->container->make('middleware.disable') === true;
$middleware = $shouldSkipMiddleware ? [] : $this->gatherRouteMiddleware($route);
return (new Pipeline($this->container))
->send($request)
->through($middleware)
Arguments
Illuminate\Routing\Route {#358}
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Routing/Router.php
*
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Http\Response|\Illuminate\Http\JsonResponse
*/
public function dispatch(Request $request)
{
$this->currentRequest = $request;
return $this->dispatchToRoute($request);
}
/**
* Dispatch the request to a route and return the response.
*
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Http\Response|\Illuminate\Http\JsonResponse
*/
public function dispatchToRoute(Request $request)
{
return $this->runRoute($request, $this->findRoute($request));
}
/**
* Find the route matching a given request.
*
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Routing\Route
*/
protected function findRoute($request)
{
$this->current = $route = $this->routes->match($request);
$this->container->instance(Route::class, $route);
return $route;
}
/**
* Return the response for the given route.
*
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
Illuminate\Routing\Route {#358}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Routing/Router.php
* @return \Illuminate\Http\Response|\Illuminate\Http\JsonResponse
*/
public function respondWithRoute($name)
{
$route = tap($this->routes->getByName($name))->bind($this->currentRequest);
return $this->runRoute($this->currentRequest, $route);
}
/**
* Dispatch the request to the application.
*
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Http\Response|\Illuminate\Http\JsonResponse
*/
public function dispatch(Request $request)
{
$this->currentRequest = $request;
return $this->dispatchToRoute($request);
}
/**
* Dispatch the request to a route and return the response.
*
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Http\Response|\Illuminate\Http\JsonResponse
*/
public function dispatchToRoute(Request $request)
{
return $this->runRoute($request, $this->findRoute($request));
}
/**
* Find the route matching a given request.
*
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Routing\Route
*/
protected function findRoute($request)
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
* @return void
*/
public function bootstrap()
{
if (! $this->app->hasBeenBootstrapped()) {
$this->app->bootstrapWith($this->bootstrappers());
}
}
/**
* Get the route dispatcher callback.
*
* @return \Closure
*/
protected function dispatchToRouter()
{
return function ($request) {
$this->app->instance('request', $request);
return $this->router->dispatch($request);
};
}
/**
* Call the terminate method on any terminable middleware.
*
* @param \Illuminate\Http\Request $request
* @param \Illuminate\Http\Response $response
* @return void
*/
public function terminate($request, $response)
{
$this->terminateMiddleware($request, $response);
$this->app->terminate();
}
/**
* Call the terminate method on any terminable middleware.
*
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
use Symfony\Component\Debug\Exception\FatalThrowableError;
/**
* This extended pipeline catches any exceptions that occur during each slice.
*
* The exceptions are converted to HTTP responses for proper middleware handling.
*/
class Pipeline extends BasePipeline
{
/**
* Get the final piece of the Closure onion.
*
* @param \Closure $destination
* @return \Closure
*/
protected function prepareDestination(Closure $destination)
{
return function ($passable) use ($destination) {
try {
return $destination($passable);
} catch (Exception $e) {
return $this->handleException($passable, $e);
} catch (Throwable $e) {
return $this->handleException($passable, new FatalThrowableError($e));
}
};
}
/**
* Get a Closure that represents a slice of the application onion.
*
* @return \Closure
*/
protected function carry()
{
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php
namespace Illuminate\Foundation\Http\Middleware;
use Closure;
use Symfony\Component\HttpFoundation\ParameterBag;
class TransformsRequest
{
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*/
public function handle($request, Closure $next)
{
$this->clean($request);
return $next($request);
}
/**
* Clean the request's data.
*
* @param \Illuminate\Http\Request $request
* @return void
*/
protected function clean($request)
{
$this->cleanParameterBag($request->query);
if ($request->isJson()) {
$this->cleanParameterBag($request->json());
} elseif ($request->request !== $request->query) {
$this->cleanParameterBag($request->request);
}
}
/**
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
// the appropriate method and arguments, returning the results back out.
return $pipe($passable, $stack);
} elseif (! is_object($pipe)) {
[$name, $parameters] = $this->parsePipeString($pipe);
// If the pipe is a string we will parse the string and resolve the class out
// of the dependency injection container. We can then build a callable and
// execute the pipe function giving in the parameters that are required.
$pipe = $this->getContainer()->make($name);
$parameters = array_merge([$passable, $stack], $parameters);
} else {
// If the pipe is already an object we'll just make a callable and pass it to
// the pipe as-is. There is no need to do any extra parsing and formatting
// since the object we're given was already a fully instantiated object.
$parameters = [$passable, $stack];
}
$response = method_exists($pipe, $this->method)
? $pipe->{$this->method}(...$parameters)
: $pipe(...$parameters);
return $response instanceof Responsable
? $response->toResponse($this->getContainer()->make(Request::class))
: $response;
};
};
}
/**
* Parse full pipe string to get name and parameters.
*
* @param string $pipe
* @return array
*/
protected function parsePipeString($pipe)
{
[$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
if (is_string($parameters)) {
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
Closure($passable) {#36 …4}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
return $this->handleException($passable, new FatalThrowableError($e));
}
};
}
/**
* Get a Closure that represents a slice of the application onion.
*
* @return \Closure
*/
protected function carry()
{
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
$callable = $slice($stack, $pipe);
return $callable($passable);
} catch (Exception $e) {
return $this->handleException($passable, $e);
} catch (Throwable $e) {
return $this->handleException($passable, new FatalThrowableError($e));
}
};
};
}
/**
* Handle the given exception.
*
* @param mixed $passable
* @param \Exception $e
* @return mixed
*
* @throws \Exception
*/
protected function handleException($passable, Exception $e)
{
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php
class ValidatePostSize
{
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*
* @throws \Illuminate\Http\Exceptions\PostTooLargeException
*/
public function handle($request, Closure $next)
{
$max = $this->getPostMaxSize();
if ($max > 0 && $request->server('CONTENT_LENGTH') > $max) {
throw new PostTooLargeException;
}
return $next($request);
}
/**
* Determine the server 'post_max_size' as bytes.
*
* @return int
*/
protected function getPostMaxSize()
{
if (is_numeric($postMaxSize = ini_get('post_max_size'))) {
return (int) $postMaxSize;
}
$metric = strtoupper(substr($postMaxSize, -1));
$postMaxSize = (int) $postMaxSize;
switch ($metric) {
case 'K':
return $postMaxSize * 1024;
case 'M':
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
// the appropriate method and arguments, returning the results back out.
return $pipe($passable, $stack);
} elseif (! is_object($pipe)) {
[$name, $parameters] = $this->parsePipeString($pipe);
// If the pipe is a string we will parse the string and resolve the class out
// of the dependency injection container. We can then build a callable and
// execute the pipe function giving in the parameters that are required.
$pipe = $this->getContainer()->make($name);
$parameters = array_merge([$passable, $stack], $parameters);
} else {
// If the pipe is already an object we'll just make a callable and pass it to
// the pipe as-is. There is no need to do any extra parsing and formatting
// since the object we're given was already a fully instantiated object.
$parameters = [$passable, $stack];
}
$response = method_exists($pipe, $this->method)
? $pipe->{$this->method}(...$parameters)
: $pipe(...$parameters);
return $response instanceof Responsable
? $response->toResponse($this->getContainer()->make(Request::class))
: $response;
};
};
}
/**
* Parse full pipe string to get name and parameters.
*
* @param string $pipe
* @return array
*/
protected function parsePipeString($pipe)
{
[$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
if (is_string($parameters)) {
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
Closure($passable) {#37 …4}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
return $this->handleException($passable, new FatalThrowableError($e));
}
};
}
/**
* Get a Closure that represents a slice of the application onion.
*
* @return \Closure
*/
protected function carry()
{
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
$callable = $slice($stack, $pipe);
return $callable($passable);
} catch (Exception $e) {
return $this->handleException($passable, $e);
} catch (Throwable $e) {
return $this->handleException($passable, new FatalThrowableError($e));
}
};
};
}
/**
* Handle the given exception.
*
* @param mixed $passable
* @param \Exception $e
* @return mixed
*
* @throws \Exception
*/
protected function handleException($passable, Exception $e)
{
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php
*
* @throws \Symfony\Component\HttpKernel\Exception\HttpException
*/
public function handle($request, Closure $next)
{
if ($this->app->isDownForMaintenance()) {
$data = json_decode(file_get_contents($this->app->storagePath().'/framework/down'), true);
if (isset($data['allowed']) && IpUtils::checkIp($request->ip(), (array) $data['allowed'])) {
return $next($request);
}
if ($this->inExceptArray($request)) {
return $next($request);
}
throw new MaintenanceModeException($data['time'], $data['retry'], $data['message']);
}
return $next($request);
}
/**
* Determine if the request has a URI that should be accessible in maintenance mode.
*
* @param \Illuminate\Http\Request $request
* @return bool
*/
protected function inExceptArray($request)
{
foreach ($this->except as $except) {
if ($except !== '/') {
$except = trim($except, '/');
}
if ($request->fullUrlIs($except) || $request->is($except)) {
return true;
}
}
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
// the appropriate method and arguments, returning the results back out.
return $pipe($passable, $stack);
} elseif (! is_object($pipe)) {
[$name, $parameters] = $this->parsePipeString($pipe);
// If the pipe is a string we will parse the string and resolve the class out
// of the dependency injection container. We can then build a callable and
// execute the pipe function giving in the parameters that are required.
$pipe = $this->getContainer()->make($name);
$parameters = array_merge([$passable, $stack], $parameters);
} else {
// If the pipe is already an object we'll just make a callable and pass it to
// the pipe as-is. There is no need to do any extra parsing and formatting
// since the object we're given was already a fully instantiated object.
$parameters = [$passable, $stack];
}
$response = method_exists($pipe, $this->method)
? $pipe->{$this->method}(...$parameters)
: $pipe(...$parameters);
return $response instanceof Responsable
? $response->toResponse($this->getContainer()->make(Request::class))
: $response;
};
};
}
/**
* Parse full pipe string to get name and parameters.
*
* @param string $pipe
* @return array
*/
protected function parsePipeString($pipe)
{
[$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
if (is_string($parameters)) {
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
Closure($passable) {#185 …4}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
return $this->handleException($passable, new FatalThrowableError($e));
}
};
}
/**
* Get a Closure that represents a slice of the application onion.
*
* @return \Closure
*/
protected function carry()
{
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
$callable = $slice($stack, $pipe);
return $callable($passable);
} catch (Exception $e) {
return $this->handleException($passable, $e);
} catch (Throwable $e) {
return $this->handleException($passable, new FatalThrowableError($e));
}
};
};
}
/**
* Handle the given exception.
*
* @param mixed $passable
* @param \Exception $e
* @return mixed
*
* @throws \Exception
*/
protected function handleException($passable, Exception $e)
{
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/fideloper/proxy/src/TrustProxies.php
{
$this->config = $config;
}
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
*
* @throws \Symfony\Component\HttpKernel\Exception\HttpException
*
* @return mixed
*/
public function handle(Request $request, Closure $next)
{
$request::setTrustedProxies([], $this->getTrustedHeaderNames()); // Reset trusted proxies between requests
$this->setTrustedProxyIpAddresses($request);
return $next($request);
}
/**
* Sets the trusted proxies on the request to the value of trustedproxy.proxies
*
* @param \Illuminate\Http\Request $request
*/
protected function setTrustedProxyIpAddresses(Request $request)
{
$trustedIps = $this->proxies ?: $this->config->get('trustedproxy.proxies');
// Trust any IP address that calls us
// `**` for backwards compatibility, but is deprecated
if ($trustedIps === '*' || $trustedIps === '**') {
return $this->setTrustedProxyIpAddressesToTheCallingIp($request);
}
// Support IPs addresses separated by comma
$trustedIps = is_string($trustedIps) ? array_map('trim', explode(',', $trustedIps)) : $trustedIps;
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
// the appropriate method and arguments, returning the results back out.
return $pipe($passable, $stack);
} elseif (! is_object($pipe)) {
[$name, $parameters] = $this->parsePipeString($pipe);
// If the pipe is a string we will parse the string and resolve the class out
// of the dependency injection container. We can then build a callable and
// execute the pipe function giving in the parameters that are required.
$pipe = $this->getContainer()->make($name);
$parameters = array_merge([$passable, $stack], $parameters);
} else {
// If the pipe is already an object we'll just make a callable and pass it to
// the pipe as-is. There is no need to do any extra parsing and formatting
// since the object we're given was already a fully instantiated object.
$parameters = [$passable, $stack];
}
$response = method_exists($pipe, $this->method)
? $pipe->{$this->method}(...$parameters)
: $pipe(...$parameters);
return $response instanceof Responsable
? $response->toResponse($this->getContainer()->make(Request::class))
: $response;
};
};
}
/**
* Parse full pipe string to get name and parameters.
*
* @param string $pipe
* @return array
*/
protected function parsePipeString($pipe)
{
[$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
if (is_string($parameters)) {
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
Closure($passable) {#186 …4}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
return $this->handleException($passable, new FatalThrowableError($e));
}
};
}
/**
* Get a Closure that represents a slice of the application onion.
*
* @return \Closure
*/
protected function carry()
{
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
$callable = $slice($stack, $pipe);
return $callable($passable);
} catch (Exception $e) {
return $this->handleException($passable, $e);
} catch (Throwable $e) {
return $this->handleException($passable, new FatalThrowableError($e));
}
};
};
}
/**
* Handle the given exception.
*
* @param mixed $passable
* @param \Exception $e
* @return mixed
*
* @throws \Exception
*/
protected function handleException($passable, Exception $e)
{
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
public function via($method)
{
$this->method = $method;
return $this;
}
/**
* Run the pipeline with a final destination callback.
*
* @param \Closure $destination
* @return mixed
*/
public function then(Closure $destination)
{
$pipeline = array_reduce(
array_reverse($this->pipes), $this->carry(), $this->prepareDestination($destination)
);
return $pipeline($this->passable);
}
/**
* Run the pipeline and return the result.
*
* @return mixed
*/
public function thenReturn()
{
return $this->then(function ($passable) {
return $passable;
});
}
/**
* Get the final piece of the Closure onion.
*
* @param \Closure $destination
* @return \Closure
*/
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
}
/**
* Send the given request through the middleware / router.
*
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Http\Response
*/
protected function sendRequestThroughRouter($request)
{
$this->app->instance('request', $request);
Facade::clearResolvedInstance('request');
$this->bootstrap();
return (new Pipeline($this->app))
->send($request)
->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
->then($this->dispatchToRouter());
}
/**
* Bootstrap the application for HTTP requests.
*
* @return void
*/
public function bootstrap()
{
if (! $this->app->hasBeenBootstrapped()) {
$this->app->bootstrapWith($this->bootstrappers());
}
}
/**
* Get the route dispatcher callback.
*
* @return \Closure
*/
protected function dispatchToRouter()
Arguments
Closure($request) {#184 …4}
/www/wwwroot/up.y-bei.cn/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
$router->middlewareGroup($key, $middleware);
}
foreach ($this->routeMiddleware as $key => $middleware) {
$router->aliasMiddleware($key, $middleware);
}
}
/**
* Handle an incoming HTTP request.
*
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Http\Response
*/
public function handle($request)
{
try {
$request->enableHttpMethodParameterOverride();
$response = $this->sendRequestThroughRouter($request);
} catch (Exception $e) {
$this->reportException($e);
$response = $this->renderException($request, $e);
} catch (Throwable $e) {
$this->reportException($e = new FatalThrowableError($e));
$response = $this->renderException($request, $e);
}
$this->app['events']->dispatch(
new Events\RequestHandled($request, $response)
);
return $response;
}
/**
* Send the given request through the middleware / router.
*
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/www/wwwroot/up.y-bei.cn/public/index.php
*/
$app = require_once __DIR__.'/../bootstrap/app.php';
/*
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request
| through the kernel, and send the associated response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have prepared for them.
|
*/
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
$response = $kernel->handle(
$request = Illuminate\Http\Request::capture()
);
$response->send();
$kernel->terminate($request, $response);
Arguments
Illuminate\Http\Request {#44
#json: null
#convertedFiles: []
#userResolver: Closure($guard = null) {#413 …4}
#routeResolver: Closure() {#415 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
+request: Symfony\Component\HttpFoundation\ParameterBag {#45}
+query: Symfony\Component\HttpFoundation\ParameterBag {#52}
+server: Symfony\Component\HttpFoundation\ServerBag {#48}
+files: Symfony\Component\HttpFoundation\FileBag {#49}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/cloud/upgraded/getUpgradeInfo"
#requestUri: "/cloud/upgraded/getUpgradeInfo"
#baseUrl: ""
#basePath: null
#method: "POST"
#format: null
#session: Illuminate\Session\Store {#523}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}