You've already forked qlg.tsgz.moe
addons
app_download_files
extend
alipay
app_alipay
image
org
phpexcel
phpmailer
unionpay
verify
wechat
wxpay
WxException.php
WxJsApiPay.php
WxPayBase.php
WxPayConf.php
WxQrcodePay.php
.htaccess
hyhproject
mobile
oss
static
thinkphp
upload
vendor
wxtmp
.gitignore
.htaccess
.user.ini
404.html
H5B854518.wgt
admin.php
app-release.apk
app_download.html
cash.lock
demo.php
get_startup.php
get_version.php
get_version_new.php
index.html
index.php
reg.lock
robots.txt
9 lines
126 B
PHP
Executable File
9 lines
126 B
PHP
Executable File
<?php
|
|
|
|
class WxException extends Exception {
|
|
public function errorMessage() {
|
|
return $this->getMessage ();
|
|
}
|
|
}
|
|
|
|
?>
|