作者 郭文星

123

... ... @@ -101,7 +101,8 @@ class Index extends Api
$wct_user=Db::name("wct_user")->where("unionid",$user['unionid'])->find();
$wxopenid=$wct_user['wx_openid'];
$driver=Db::name("driver")->find($order['driver_id']);
print_r($driver);return;
$car=Db::name("car")->where("driver_id",$driver['id'])->find();
print_r($car);return;
$sendInfo = array(
'first' => array('value' => "汽车票出票状态通知", 'color' => "#743A3A"),
'thing2' => array('value' => "{$order['starting_point']}-{$order['end_point']}", 'color' => '#173177'),
... ...