This commit is contained in:
yangduo 2025-01-03 13:32:04 +08:00
parent f12d82c18a
commit 6affe6be19

View File

@ -211,7 +211,7 @@ class RechargeController
'errmsg' => $response['errmsg'],
'order_id' => $response['order_id'],
'diamond_nums' => $diamond_num,
'diamond_present' => $diamond_present
'diamond_present' => $diamond_present,
));
}