1
This commit is contained in:
parent
9117ee6910
commit
e8281b56c2
@ -20,6 +20,8 @@ class WalletController extends BaseController {
|
|||||||
|
|
||||||
public function withdrawal()
|
public function withdrawal()
|
||||||
{
|
{
|
||||||
|
myself()->_rspErr(2, 'parameter error');
|
||||||
|
return;
|
||||||
$account = strtolower(getReqVal('account', ''));
|
$account = strtolower(getReqVal('account', ''));
|
||||||
$token = getReqVal('token', '');
|
$token = getReqVal('token', '');
|
||||||
$type = getReqVal('type', '');
|
$type = getReqVal('type', '');
|
||||||
@ -92,6 +94,8 @@ class WalletController extends BaseController {
|
|||||||
|
|
||||||
public function queryRechargeResult()
|
public function queryRechargeResult()
|
||||||
{
|
{
|
||||||
|
myself()->_rspErr(2, 'parameter error');
|
||||||
|
return;
|
||||||
$account = strtolower(getReqVal('account', ''));
|
$account = strtolower(getReqVal('account', ''));
|
||||||
$txHash = getReqVal('txhash', '');
|
$txHash = getReqVal('txhash', '');
|
||||||
$transferDb = Transfer::find($txHash);
|
$transferDb = Transfer::find($txHash);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user