mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 18:48:14 -05:00
[fix] 删除重复包导入
This commit is contained in:
parent
8cc247b653
commit
f0c620cbc2
@ -10,7 +10,6 @@ use App\Services\OrderService;
|
|||||||
use App\Services\PaymentService;
|
use App\Services\PaymentService;
|
||||||
use App\Services\TelegramService;
|
use App\Services\TelegramService;
|
||||||
use Illuminate\Http\Request;
|
use Illuminate\Http\Request;
|
||||||
use App\Models\Payment;
|
|
||||||
|
|
||||||
class PaymentController extends Controller
|
class PaymentController extends Controller
|
||||||
{
|
{
|
||||||
@ -58,7 +57,7 @@ class PaymentController extends Controller
|
|||||||
$payment->name,
|
$payment->name,
|
||||||
$order->trade_no
|
$order->trade_no
|
||||||
);
|
);
|
||||||
|
|
||||||
$telegramService->sendMessageWithAdmin($message);
|
$telegramService->sendMessageWithAdmin($message);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user