Parcourir la source

取消结账退款

shish il y a 1 an
Parent
commit
9c19128913
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app-ghs/controllers/ClearController.php

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

@@ -17,7 +17,7 @@ class ClearController extends BaseController
 {
 
     //结账单取消了,钱给原路退回 ssh 20250501
-    public function actionCancelRefund()
+    public function actionRefundMoney()
     {
         $id = Yii::$app->request->get('id', '');
         $info = ClearClass::getById($id, true);