|
|
@@ -837,11 +837,11 @@ class IssueService extends BaseService
|
|
|
if ($res['code'] == self::NOT) {
|
|
|
Log::error("开奖失败:{$v->issue_no} {$res['meg']} ");
|
|
|
}
|
|
|
-
|
|
|
+ throw new \Exception('开奖失败','1111');
|
|
|
$new = false;
|
|
|
}else{
|
|
|
Log::error("开奖失败:{$v->issue_no} 1111111111111 ");
|
|
|
- throw new \Exception('开奖失败',12222);
|
|
|
+ throw new \Exception('开奖失败','12222');
|
|
|
}
|
|
|
|
|
|
// Log::error('开奖缓存: ' .$key);
|