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'=>''
|
|
)
|
|
);
|