shish 2 年 前
コミット
4d54b811e0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app-ghs/controllers/CustomController.php

+ 1 - 1
app-ghs/controllers/CustomController.php

@@ -25,7 +25,7 @@ class CustomController extends BaseController
 {
 
     //供货商给客户充值并结账 ssh 20240309
-    public function actionRechargeClear()
+    public function actionRecharge()
     {
         $staff = $this->shopAdmin;
         if (isset($staff->finance) == false || $staff->finance == 0) {