Commit b0054659 authored by shajiaiming's avatar shajiaiming

fix

parent 463cdcb3
...@@ -110,8 +110,6 @@ class WalletController extends BaseController ...@@ -110,8 +110,6 @@ class WalletController extends BaseController
public function actionGetBalance() public function actionGetBalance()
{ {
$code = 0;
$msg = 'success';
$platform_id = Yii::$app->request->get('platform_id', ''); $platform_id = Yii::$app->request->get('platform_id', '');
$token = Yii::$app->request->get('address', ''); $token = Yii::$app->request->get('address', '');
$symbol = Yii::$app->request->get('symbol', ''); $symbol = Yii::$app->request->get('symbol', '');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment