Commit 4fd1323c authored by shajiaiming's avatar shajiaiming

fix

parent 8064f150
...@@ -13,7 +13,7 @@ class WalletController extends BaseController ...@@ -13,7 +13,7 @@ class WalletController extends BaseController
{ {
public function actionInfo() public function actionInfo()
{ {
$code = 1; $code = 0;
$msg = 'success'; $msg = 'success';
$platform_id = Yii::$app->request->get('platform_id', ''); $platform_id = Yii::$app->request->get('platform_id', '');
if(empty($platform_id)){ if(empty($platform_id)){
......
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