shish 1 an în urmă
părinte
comite
1959989ef1
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      app-mall/controllers/RechargeController.php

+ 1 - 1
app-mall/controllers/RechargeController.php

@@ -47,7 +47,7 @@ class RechargeController extends BaseController
         if (empty($salt) || $hd->salt != $salt) {
             util::fail('不是你的花店哦');
         }
-        $customId = $ghs->customId ?? 0;
+        $customId = $hd->customId ?? 0;
         $custom = CustomClass::getById($customId, true);
         if (empty($custom)) {
             util::fail('花店客户缺失');