|
@@ -153,6 +153,7 @@ class UserBillController
|
|
|
list($type) = UtilService::getMore([
|
|
list($type) = UtilService::getMore([
|
|
|
['type', 2],
|
|
['type', 2],
|
|
|
], $request, true);
|
|
], $request, true);
|
|
|
|
|
+ var_dump($type);die();
|
|
|
$user = $request->user();
|
|
$user = $request->user();
|
|
|
$rootPath = app()->getRootPath();
|
|
$rootPath = app()->getRootPath();
|
|
|
try {
|
|
try {
|