shish hace 4 años
padre
commit
d56dcc2f19
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      app-ghs/controllers/RechargeHbController.php

+ 2 - 0
app-ghs/controllers/RechargeHbController.php

@@ -12,6 +12,8 @@ class RechargeHbController extends BaseController
 
     public function actionDetail()
     {
+        util::fail('已停用');
+
         $list = RechargeHbClass::getAllByCondition(['shopId' => $this->shopId, 'delStatus' => 0], 'amount DESC', '*');
         $recharge = $this->shop->recharge ?? 0;
         util::success(['list' => $list, 'recharge' => $recharge]);