shish 1 year ago
parent
commit
a53916fddd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-hd/controllers/RechargeController.php

+ 1 - 1
app-hd/controllers/RechargeController.php

@@ -45,7 +45,7 @@ class RechargeController extends BaseController
     public function actionManRecharge()
     {
         $post = Yii::$app->request->post();
-        util::complete();
+        util::success($post);
     }
 
     //充值记录 ssh 2021.2.21