|
@@ -319,10 +319,10 @@ class BetService extends BaseService
|
|
|
|
|
|
// $text = "```\n";
|
|
// $text = "```\n";
|
|
$text = "";
|
|
$text = "";
|
|
- $text .= "期数 内容 金额 盈亏 \n";
|
|
|
|
|
|
+ $text .= " 内容 金额 盈亏 \n";
|
|
foreach($list->toArray() as $k => $v){
|
|
foreach($list->toArray() as $k => $v){
|
|
// $text .= $v['issue_no']." ".$v['keywords']." ".$v['amount']." ".$v['profit']."\n";
|
|
// $text .= $v['issue_no']." ".$v['keywords']." ".$v['amount']." ".$v['profit']."\n";
|
|
- $item = $v['issue_no']." ".$v['keywords']." ".$v['amount']." ".$v['profit']."\n";
|
|
|
|
|
|
+ $item = $v['keywords']." ".$v['amount']." ".$v['profit']."\n";
|
|
$text .= $item;
|
|
$text .= $item;
|
|
}
|
|
}
|
|
// $text .= "```\n";
|
|
// $text .= "```\n";
|