|
|
@@ -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);
|