|
@@ -153,8 +153,7 @@ class IssueService extends BaseService
|
|
|
if($replyInfo){
|
|
|
self::log('开始下注通知: '.json_encode($replyInfo));
|
|
|
$text = $replyInfo->reply;
|
|
|
- // $buttons = json_decode($replyInfo->buttons,true);
|
|
|
- $buttons = [];
|
|
|
+ $buttons = json_decode($replyInfo->buttons,true);
|
|
|
$image = $replyInfo->image;
|
|
|
self::bettingGroupNotice($text, $buttons, $image);
|
|
|
}
|