WIN-2308041133\Administrator 4 months ago
parent
commit
13f29057bf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/api/controller/user/UserBillController.php

+ 1 - 0
app/api/controller/user/UserBillController.php

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