|
|
@@ -368,7 +368,7 @@ class BetService extends BaseService
|
|
|
$text .= "期数:{$v->issue_no} \n";
|
|
|
$text .= "内容:{$v->keywords} \n";
|
|
|
$text .= "金额:{$v->amount} \n";
|
|
|
- $text .= "盈亏:{$v->profit} \n";
|
|
|
+ $text .= "盈亏:{($v->profit - $v->amount)} \n";
|
|
|
}
|
|
|
|
|
|
$msg['text'] = $text;
|