442 lines
12 KiB
PHP
442 lines
12 KiB
PHP
|
|
<?php
|
||
|
|
// +----------------------------------------------------------------------
|
||
|
|
// | ShopXO 国内领先企业级B2C免费开源电商系统
|
||
|
|
// +----------------------------------------------------------------------
|
||
|
|
// | Copyright (c) 2011~2018 http://shopxo.net All rights reserved.
|
||
|
|
// +----------------------------------------------------------------------
|
||
|
|
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
|
||
|
|
// +----------------------------------------------------------------------
|
||
|
|
// | Author: Devil
|
||
|
|
// +----------------------------------------------------------------------
|
||
|
|
namespace app\index\controller;
|
||
|
|
|
||
|
|
use app\service\OrderService;
|
||
|
|
use app\service\GoodsService;
|
||
|
|
use app\service\UserService;
|
||
|
|
use app\service\BuyService;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 用户
|
||
|
|
* @author Devil
|
||
|
|
* @blog http://gong.gg/
|
||
|
|
* @version 0.0.1
|
||
|
|
* @datetime 2017-03-02T22:48:35+0800
|
||
|
|
*/
|
||
|
|