You've already forked qlg.tsgz.moe
addons
extend
alipay
app_alipay
aop
request
test
AlipayMobilePublicMultiMediaClient.php
AlipayMobilePublicMultiMediaExecute.php
AopClient.php
AopEncrypt.php
EncryptParseItem.php
EncryptResponseData.php
SignData.php
lotusphp_runtime
AopSdk.php
demo.php
version.txt
╦╡├ў.txt
image
org
phpexcel
phpmailer
unionpay
verify
wechat
wxpay
.htaccess
hyhproject
mobile
oss
runtime
static
thinkphp
upload
vendor
wxtmp
.DS_Store
._.DS_Store
.gitignore
.htaccess
.user.ini
404.html
admin.php
cash.lock
demo.php
get_startup.php
get_version.php
get_version_new.php
index.html
index.php
reg.lock
robots.txt
19 lines
191 B
PHP
Executable File
19 lines
191 B
PHP
Executable File
<?php
|
|
/**
|
|
* TODO 补充说明
|
|
*
|
|
* User: jiehua
|
|
* Date: 16/3/30
|
|
* Time: 下午8:55
|
|
*/
|
|
|
|
class EncryptParseItem {
|
|
|
|
|
|
public $startIndex;
|
|
|
|
public $endIndex;
|
|
|
|
public $encryptContent;
|
|
|
|
}
|