This commit is contained in:
yangduo 2025-01-03 11:34:09 +08:00
parent 74f44e72f1
commit d307091784

View File

@ -242,6 +242,8 @@ class RechargeController
}
echo json_encode(array(
'errcode' => 0,
'errmsg' => '',
'first_recharge' => $firstrecharge,
));
}