正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -150,7 +150,7 @@ class Index extends Api | @@ -150,7 +150,7 @@ class Index extends Api | ||
150 | $sendInfo = array( | 150 | $sendInfo = array( |
151 | 'first' => array('value' => "客户退票通知", 'color' => "#743A3A"), | 151 | 'first' => array('value' => "客户退票通知", 'color' => "#743A3A"), |
152 | 'thing1' => array('value' => "{$order['starting_point']}-{$order['end_point']}", 'color' => '#173177'), | 152 | 'thing1' => array('value' => "{$order['starting_point']}-{$order['end_point']}", 'color' => '#173177'), |
153 | - 'time3' => array('value' =>urlencode(date('Y-m-d H:i:s', $order['reservation_time'])), 'color' => '#173177'), | 153 | + 'time3' => array('value' =>urlencode(date('Y-m-d H:i:s', $order['departure_time'])), 'color' => '#173177'), |
154 | 'thing6' => array('value' =>"{$order['starting_point']}", 'color' => '#173177'), | 154 | 'thing6' => array('value' =>"{$order['starting_point']}", 'color' => '#173177'), |
155 | 'thing7' => array('value' =>"{$order['end_point']}", 'color' => '#173177'), | 155 | 'thing7' => array('value' =>"{$order['end_point']}", 'color' => '#173177'), |
156 | ); | 156 | ); |
@@ -172,7 +172,7 @@ class Index extends Api | @@ -172,7 +172,7 @@ class Index extends Api | ||
172 | $sendInfo = array( | 172 | $sendInfo = array( |
173 | 'first' => array('value' => "客户退票通知", 'color' => "#743A3A"), | 173 | 'first' => array('value' => "客户退票通知", 'color' => "#743A3A"), |
174 | 'thing1' => array('value' => "{$order['starting_point']}-{$order['end_point']}", 'color' => '#173177'), | 174 | 'thing1' => array('value' => "{$order['starting_point']}-{$order['end_point']}", 'color' => '#173177'), |
175 | - 'time3' => array('value' =>urlencode(date('Y-m-d H:i:s', $order['reservation_time'])), 'color' => '#173177'), | 175 | + 'time3' => array('value' =>urlencode(date('Y-m-d H:i:s', $order['departure_time'])), 'color' => '#173177'), |
176 | 'thing6' => array('value' =>"{$order['starting_point']}", 'color' => '#173177'), | 176 | 'thing6' => array('value' =>"{$order['starting_point']}", 'color' => '#173177'), |
177 | 'thing7' => array('value' =>"{$order['end_point']}", 'color' => '#173177'), | 177 | 'thing7' => array('value' =>"{$order['end_point']}", 'color' => '#173177'), |
178 | ); | 178 | ); |
-
请 注册 或 登录 后发表评论