Commit 0996a092 by haojie

1

parent 9764c7f1
......@@ -206,7 +206,7 @@ public function stableCallback(array $data = [])
$result_img = $credentials['result_img'] ?? '';
$message = $credentials['message'] ?? '';
$status = $credentials['status'] ?? '';
if (empty($task_id) || empty($prompt_id) || empty($user_id)) {
if (empty($task_id) || empty($prompt_id)) {
throw new UserException('缺少字段');
}
if ((int)$status == 2) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment