You've already forked qlg.tsgz.moe
addons
cron
dysms
kuaidi
controller
model
view
Kuaidi.php
config.php
install.sql
uninstall.sql
.htaccess
app_download_files
extend
hyhproject
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_startup.php
get_version.php
get_version_new.php
index.html
index.php
reg.lock
robots.txt
16 lines
608 B
PHP
Executable File
16 lines
608 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
'kd_tips1'=>array(
|
|
'title'=>'快递代码是用于物流查询,可点击<a href="https://www.kuaidi100.com/download/api_kuaidi100_com(20140729).doc" target="_blank" style="font-weight:bold;">这里</a>查看,到“首页->基础设置->快递管理”中进行设置',
|
|
'type'=>'hidden',
|
|
'value'=>''
|
|
),
|
|
'kuaidiKey'=>array(
|
|
'title'=>'快递100授权密匙(Key) <span ><a target="_blank" href="https://www.kuaidi100.com/openapi/applyapi.shtml" style="color:blue">在线申请密匙(Key)</a></span>',
|
|
'type'=>'text',
|
|
'value'=>'',
|
|
'tips'=>''
|
|
)
|
|
);
|