正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -102,7 +102,7 @@ class Index extends Api | @@ -102,7 +102,7 @@ class Index extends Api | ||
102 | $sendInfo = array( | 102 | $sendInfo = array( |
103 | 'first' => array('value' => "汽车票出票状态通知", 'color' => "#743A3A"), | 103 | 'first' => array('value' => "汽车票出票状态通知", 'color' => "#743A3A"), |
104 | 'thing2' => array('value' => "{$order['starting_point']}-{$order['end_point']}", 'color' => '#173177'), | 104 | 'thing2' => array('value' => "{$order['starting_point']}-{$order['end_point']}", 'color' => '#173177'), |
105 | - 'time3' => array('value' =>time(), 'color' => '#173177'), | 105 | + 'time3' => array('value' =>date("Y-m-d",time()), 'color' => '#173177'), |
106 | 'thing7' => array('value' =>"{$order['position']}", 'color' => '#173177'), | 106 | 'thing7' => array('value' =>"{$order['position']}", 'color' => '#173177'), |
107 | 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'), | 107 | 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'), |
108 | ); | 108 | ); |
-
请 注册 或 登录 后发表评论