shish 2 лет назад
Родитель
Сommit
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) {