Jelajahi Sumber

提现信息

shish 3 tahun lalu
induk
melakukan
735111cb8a
1 mengubah file dengan 9 tambahan dan 0 penghapusan
  1. 9 0
      app-ghs/controllers/CashController.php

+ 9 - 0
app-ghs/controllers/CashController.php

@@ -10,6 +10,15 @@ use Yii;
 class CashController extends BaseController
 {
 
+    //提现信息 ssh 20230424
+    public function actionGetInfo()
+    {
+        $get = Yii::$app->request->get();
+        $id = $get['id'] ?? 0;
+        $cash = CashClass::getById($id, true);
+        util::success(['info' => $cash]);
+    }
+
     //客户列表 ssh 2019.11.30
     public function actionList()
     {