改进 提示

This commit is contained in:
iVampireSP.com 2022-10-01 10:41:58 +08:00
parent 15b614202e
commit a8245c4ee9
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -57,7 +57,7 @@ public function call(Request $request, Module $module)
$user = auth('api')->user();
if ($user->balance < 1) {
return $this->error('余额小于 1, 无法使用 POST 请求。');
return $this->error('账户余额不足,请保证账户余额至少有 1 元。');
}
}