From f856b1abbaeb751d2c87ca3af85091fd6abc49c6 Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Wed, 20 Sep 2023 22:13:12 +0800 Subject: [PATCH] yh --- Application/Admin/Controller/GameApiController.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Application/Admin/Controller/GameApiController.class.php b/Application/Admin/Controller/GameApiController.class.php index 4179850e9..672426737 100644 --- a/Application/Admin/Controller/GameApiController.class.php +++ b/Application/Admin/Controller/GameApiController.class.php @@ -68,14 +68,14 @@ class GameApiController extends Think { public function send() { $giftItem = [ - 'id' => 32, + 'id' => 119, 'index' => 0, ]; $order = [ 'id' => 1, - 'role_id' => '4294970300', - 'server_id' => '1', - 'user_id' => '402903', + 'role_id' => '1000350965', + 'server_id' => '30004', + 'user_id' => '8', ]; $client = new GameResource\YjlyClient(); $result = $client->sendEmail($giftItem, $order);