|
@@ -228,6 +228,7 @@ class member_orderControl extends mbMemberControl
|
|
|
if($cur_type == $html_type) {
|
|
|
Tpl::output('query_status', false);
|
|
|
Tpl::showpage('express_info');
|
|
|
+ Log::record("search_deliverOp 1",Log::DEBUG);
|
|
|
return;
|
|
|
} else {
|
|
|
return joutput_error($this->err_code);
|
|
@@ -240,6 +241,7 @@ class member_orderControl extends mbMemberControl
|
|
|
if($cur_type == $html_type) {
|
|
|
Tpl::output('query_status', false);
|
|
|
Tpl::showpage('express_info');
|
|
|
+ Log::record("search_deliverOp 2",Log::DEBUG);
|
|
|
return;
|
|
|
} else {
|
|
|
return joutput_error(errcode::ErrOrder, '订单不存在');
|
|
@@ -256,6 +258,7 @@ class member_orderControl extends mbMemberControl
|
|
|
if($cur_type == $html_type) {
|
|
|
Tpl::output('query_status', false);
|
|
|
Tpl::showpage('express_info');
|
|
|
+ Log::record("search_deliverOp 3",Log::DEBUG);
|
|
|
return;
|
|
|
} else {
|
|
|
return joutput_error(errcode::ErrOrder, '订单不存在');
|
|
@@ -275,6 +278,7 @@ class member_orderControl extends mbMemberControl
|
|
|
{
|
|
|
Tpl::output('query_status', false);
|
|
|
Tpl::showpage('express_info');
|
|
|
+ Log::record("search_deliverOp 4",Log::DEBUG);
|
|
|
return;
|
|
|
}
|
|
|
wkcache($key, $deliver_info, 3600);
|
|
@@ -299,6 +303,8 @@ class member_orderControl extends mbMemberControl
|
|
|
break;
|
|
|
}
|
|
|
|
|
|
+ Log::record("search_deliverOp 4",Log::DEBUG);
|
|
|
+
|
|
|
Tpl::output('query_status', true);
|
|
|
Tpl::output('msg_statu', $msg);
|
|
|
Tpl::output('LogisticCode', $deliver_info['LogisticCode']);
|