wupengfei 2 years ago
parent
commit
f3621a69ad
2 changed files with 6 additions and 0 deletions
  1. 5 0
      application/api/controller/Recharge.php
  2. 1 0
      config/apidoc.php

+ 5 - 0
application/api/controller/Recharge.php

@@ -3,6 +3,11 @@
 namespace app\api\controller;
 use app\common\library\Shande;
 use think\Db;
+/**
+ * @title 余额充值
+ * @controller Recharge
+ * @group base
+ */
 class Recharge extends Base
 {
 

+ 1 - 0
config/apidoc.php

@@ -11,6 +11,7 @@ return [
         'api\\controller\\Login',
         'api\\controller\\Order',
         'api\\controller\\Publics',
+        'api\\controller\\Recharge',
         'api\\controller\\Secondary',
         'api\\controller\\Sms',
         'api\\controller\\Synthetic',