作者 郭文星

1111

... ... @@ -150,7 +150,7 @@ class Index extends Api
$sendInfo = array(
'first' => array('value' => "客户退票通知", 'color' => "#743A3A"),
'thing1' => array('value' => "{$order['starting_point']}-{$order['end_point']}", 'color' => '#173177'),
'time3' => array('value' =>urlencode(date('Y-m-d H:i:s', $order['reservation_time'])), 'color' => '#173177'),
'time3' => array('value' =>urlencode(date('Y-m-d H:i:s', $order['departure_time'])), 'color' => '#173177'),
'thing6' => array('value' =>"{$order['starting_point']}", 'color' => '#173177'),
'thing7' => array('value' =>"{$order['end_point']}", 'color' => '#173177'),
);
... ... @@ -172,7 +172,7 @@ class Index extends Api
$sendInfo = array(
'first' => array('value' => "客户退票通知", 'color' => "#743A3A"),
'thing1' => array('value' => "{$order['starting_point']}-{$order['end_point']}", 'color' => '#173177'),
'time3' => array('value' =>urlencode(date('Y-m-d H:i:s', $order['reservation_time'])), 'color' => '#173177'),
'time3' => array('value' =>urlencode(date('Y-m-d H:i:s', $order['departure_time'])), 'color' => '#173177'),
'thing6' => array('value' =>"{$order['starting_point']}", 'color' => '#173177'),
'thing7' => array('value' =>"{$order['end_point']}", 'color' => '#173177'),
);
... ...