Browse Source

fix:添加充值功能

geek 4 years ago
parent
commit
5473b82594
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/api/controller/Server.php

+ 1 - 0
application/api/controller/Server.php

@@ -31,6 +31,7 @@ class Server extends BaseController {
      * )
      */
     public function callService() {
+        var_dump(2);
         $input = Until::getInput();
         $rule = [
             'type|服务类型' => 'require',