You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
15
addons/kuaidi/config.php
Executable file
15
addons/kuaidi/config.php
Executable file
@ -0,0 +1,15 @@
|
||||
<?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'=>''
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user