WIN-2308041133\Administrator há 5 meses atrás
pai
commit
13f29057bf
1 ficheiros alterados com 1 adições e 0 exclusões
  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 {