|
@@ -630,7 +630,7 @@ class WithdrawService
|
|
|
$text .= "提现地址:{$w->address}\n\n";
|
|
$text .= "提现地址:{$w->address}\n\n";
|
|
|
$text .= "状态:{$arr[$w->status]}\n";
|
|
$text .= "状态:{$arr[$w->status]}\n";
|
|
|
if ($w->remark) $text .= "说明:{$w->remark}";
|
|
if ($w->remark) $text .= "说明:{$w->remark}";
|
|
|
- $res = WithdrawService::notify([
|
|
|
|
|
|
|
+ WithdrawService::notify([
|
|
|
'chat_id' => $w->member_id,
|
|
'chat_id' => $w->member_id,
|
|
|
'text' => $text,
|
|
'text' => $text,
|
|
|
]);
|
|
]);
|