|
@@ -597,7 +597,7 @@ function __construct(){
|
|
|
$xq .= $v['dateTime'].'['.$v['location'].']'.$v['info'].'<br />';
|
|
|
}
|
|
|
$content = date('Y-m-d H',time()).'-查询成功';
|
|
|
- return array('exstate'=>$exstate,'content'=>$content,'f'=>1,'data'=>$xq);//正常可发送站内信
|
|
|
+ return array('exstate'=>$exstate,'content'=>$content,'f'=>1,'data'=>$xq,'waybill'=>$info['trackNumber']);//正常可发送站内信
|
|
|
}
|
|
|
|
|
|
} //end class
|