29 lines
980 B
PHP
29 lines
980 B
PHP
|
|
<?php
|
||
|
|
// +----------------------------------------------------------------------
|
||
|
|
// | ShopXO 国内领先企业级B2C免费开源电商系统
|
||
|
|
// +----------------------------------------------------------------------
|
||
|
|
// | Copyright (c) 2011~2099 http://shopxo.net All rights reserved.
|
||
|
|
// +----------------------------------------------------------------------
|
||
|
|
// | Licensed ( https://opensource.org/licenses/mit-license.php )
|
||
|
|
// +----------------------------------------------------------------------
|
||
|
|
// | Author: Devil
|
||
|
|
// +----------------------------------------------------------------------
|
||
|
|
namespace app\plugins\wallet\index;
|
||
|
|
|
||
|
|
use app\service\SeoService;
|
||
|
|
use app\plugins\wallet\index\Common;
|
||
|
|
use app\plugins\wallet\service\CashService;
|
||
|
|
use app\plugins\wallet\service\CashWeixinService;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 钱包 - 微信转账开发
|
||
|
|
* @author Devil
|
||
|
|
* @blog http://gong.gg/
|
||
|
|
* @version 0.0.1
|
||
|
|
* @datetime 2016-12-01T21:51:08+0800
|
||
|
|
*/
|
||
|
|
class DevTransfer extends Common
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
?>
|