| <?php/** * @copyright   Copyright (c) 2017 https://www.sapixx.com All rights reserved. * @license     Licensed (http://www.apache.org/licenses/LICENSE-2.0). * @author      pillar<ltmn@qq.com> * 小程序公共API服务 */namespace app\fastshop\controller\api;use app\common\controller\Api;class Base extends Api{}
 |