shish преди 2 години
родител
ревизия
3e54c8dfc6
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      app-hd/controllers/CustomRechargeController.php

+ 2 - 2
app-hd/controllers/CustomRechargeController.php

@@ -32,10 +32,10 @@ class CustomRechargeController extends BaseController
         $salt = $post['salt'] ?? '';
         $ghs = GhsClass::getById($ghsId, true);
         if (empty($ghs)) {
-            util::fail('没有找到供货商');
+            util::fail('没有找到供货商哦!');
         }
         if ($ghs->salt != $salt) {
-            util::fail('不是你的供货商');
+            util::fail('不是你的供货商');
         }
         $customId = $ghs->customId ?? 0;
         $custom = CustomClass::getById($customId, true);