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