MedalController.class.php 377 Bytes
<?php
/**
 * Created by PhpStorm.
 * User: liyifei2012it
 * Date: 17/8/23
 * Time: 14:41
 */
namespace Frontend\Controller\Index;

class MedalController extends AbstractController
{
    /**
     * 跳转至手机端勋章列表页
     * @author zhonglei
     */
    public function Index()
    {
        redirectFront('/app/page/integral/medal-list', [], 'Integral');
    }
}