shish 1 anno fa
parent
commit
1b49b9e3cd
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7 0
      app-hd/controllers/RechargeController.php

+ 7 - 0
app-hd/controllers/RechargeController.php

@@ -16,6 +16,13 @@ use Yii;
 class RechargeController extends BaseController
 class RechargeController extends BaseController
 {
 {
 
 
+    //手动给客户充值 ssh 20250301
+    public function actionManRecharge()
+    {
+        $post = Yii::$app->request->post();
+        print_r($post);
+    }
+
     //充值记录 ssh 2021.2.21
     //充值记录 ssh 2021.2.21
     public function actionList()
     public function actionList()
     {
     {