1
This commit is contained in:
parent
d042247372
commit
2b9ac51612
@ -395,7 +395,7 @@ class RechargeController
|
||||
':orderid' => $_REQUEST['orderid']
|
||||
)
|
||||
);
|
||||
if (!$orderRow) {
|
||||
if ($orderRow) {
|
||||
echo json_encode(array(
|
||||
'errcode' => 0,
|
||||
'errmsg' => ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user