|
@@ -621,11 +621,13 @@ function __construct(){
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
$xq = "";
|
|
|
|
|
|
foreach($info['items'] as $v)
|
|
|
{
|
|
|
+ if (strpos($v['info'], "Delivered") !== false) {
|
|
|
+ $exstate = 6;
|
|
|
+ }
|
|
|
$xq .= $v['dateTime'].'['.$v['location'].']'.$v['info'].'<br />';
|
|
|
}
|
|
|
$content = date('Y-m-d H',time()).'-查询成功';
|