切换导航条
此项目
正在载入...
登录
anyv
/
xkeasy
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
差异文件
浏览文件
作者
王晓刚
6 years ago
提交
8639f15a8484601e59bc316de85c64cf5484dceb
2 个父辈
5d8bf3ec
dd2fd1b8
1 个管道 的构建
通过
耗费 0 秒
合并分支 'wangxiaogang' 到 'master'
Wangxiaogang 查看合并请求
!39
变更
2
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
16 行增加
和
11 行删除
app/config.php
app/portal/controller/LoadController.php
app/config.php
查看文件 @
8639f15
...
...
@@ -243,13 +243,21 @@ $configs = [
// 'AppKey' => 'f84c7071-a6c7-48ce-8fe0-11b719d88a1d',
],
//快递鸟预约取件接口寄件人参数
// 'sender'=>[
// 'Name' => "姚先生",
// 'Mobile' => "15300350084",
// 'ProvinceName' => "河北省",
// 'CityName' => "石家庄市",
// 'ExpAreaName' => "新华区",
// 'Address' => "学府路121号",
// ],
'sender'
=>
[
'Name'
=>
"姚先生"
,
'Mobile'
=>
"15300350084"
,
'ProvinceName'
=>
"河北省"
,
'CityName'
=>
"石家庄市"
,
'ExpAreaName'
=>
"新华区"
,
'Address'
=>
"学府路121号"
,
'Name'
=>
"安先生"
,
'Mobile'
=>
"18602699971"
,
'ProvinceName'
=>
"天津市"
,
'CityName'
=>
"天津市"
,
'ExpAreaName'
=>
"西青区"
,
'Address'
=>
"鑫茂科技园F座416室"
,
],
];
return
array_merge
(
$configs
,
$runtimeConfig
,
$wechatConfig
);
\ No newline at end of file
...
...
app/portal/controller/LoadController.php
查看文件 @
8639f15
...
...
@@ -27,11 +27,8 @@ class LoadController extends HomeBaseController
}
}
public
function
test
(){
dump
(
cache
(
'param'
));
dump
(
cache
(
'result'
));
dump
(
cache
(
'result_data'
));
dump
(
cache
(
'data'
));
dump
(
cache
(
'dingyue'
));
dump
(
cache
(
'yuyue'
));
}
public
function
notify
(){
$RequestType
=
empty
(
$_POST
[
'RequestType'
])
?
0
:
$_POST
[
'RequestType'
];
...
...
请
注册
或
登录
后发表评论