You've already forked qlg.tsgz.moe
addons
app_download_files
extend
hyhproject
admin
app
common
conf
controller
model
AppPort.php
Articles.php
Base.php
Carts.php
Chain3.php
Chain3base.php
Ect.php
EctElevenPay.php
Favorites.php
Goods.php
GoodsAppraises.php
GoodsCats.php
Index.php
Messages.php
Orders.php
Payments.php
Shops.php
Tags.php
Users - ╕▒▒╛.php
Users.php
validate
common
home
home2
mobile2
wechat2
.htaccess
command.php
mobile
oss
static
thinkphp
upload
vendor
wxtmp
.gitignore
.htaccess
.user.ini
404.html
H5436787D.wgt
admin.php
app-release.apk
app_download.html
cash.lock
demo.php
get_version.php
get_version_new.php
index.html
index.php
reg.lock
robots.txt
10 lines
244 B
PHP
Executable File
10 lines
244 B
PHP
Executable File
<?php
|
|
namespace wstmart\app\model;
|
|
use wstmart\common\model\Payments as CPayments;
|
|
/**
|
|
* ============================================================================
|
|
* 支付管理业务处理
|
|
*/
|
|
class Payments extends CPayments{
|
|
}
|