seven hai 2 semanas
pai
achega
3268929e46
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

@@ -502,7 +502,7 @@ class BetService extends BaseService
         $total_amount = BalanceLogService::model()::where('member_id', $memberId)->where('change_type', '中奖')->sum('amount');
         $total_amount = number_format($total_amount, 2);
         $text = "历史注单 \n";
-        $text .= "中奖总金额:{$total_amount} \n";
+        $text .= "中奖总派彩:{$total_amount} \n";
         foreach ($list as $k => $v) {
             if ($v->status == self::model()::STATUS_SETTLED) {
                 $phase = $v->profit - $v->amount;