|
@@ -2189,7 +2189,10 @@ class Fullordersmt extends Start_Controller {
|
|
$obtain = $this->apismt->get_obtain($d['orderinfo'],$shop['code']);//修改声明先查询之前物流信息
|
|
$obtain = $this->apismt->get_obtain($d['orderinfo'],$shop['code']);//修改声明先查询之前物流信息
|
|
if(isset($obtain['logistics_no']))
|
|
if(isset($obtain['logistics_no']))
|
|
{
|
|
{
|
|
- $result = $this->apismt->get_editout($obtain['logistics_no'],$msg,'all',$d['orderinfo'],$obtain['service_name'],$ex['aecode'],$shop['code']);
|
|
|
|
|
|
+ $result_tmp = $this->apismt->get_editout($obtain['logistics_no'],$msg,'all',$d['orderinfo'],$obtain['service_name'],$ex['aecode'],$shop['code']);
|
|
|
|
+ echo "<pre>";
|
|
|
|
+ print_r($result_tmp);
|
|
|
|
+ die;
|
|
}
|
|
}
|
|
if(isset($result['result_success']) && $result['result_success'] == 1)
|
|
if(isset($result['result_success']) && $result['result_success'] == 1)
|
|
{
|
|
{
|