This commit is contained in:
yangduo 2025-01-14 14:34:34 +08:00
parent d042247372
commit 2b9ac51612

View File

@ -395,7 +395,7 @@ class RechargeController
':orderid' => $_REQUEST['orderid'] ':orderid' => $_REQUEST['orderid']
) )
); );
if (!$orderRow) { if ($orderRow) {
echo json_encode(array( echo json_encode(array(
'errcode' => 0, 'errcode' => 0,
'errmsg' => '' 'errmsg' => ''