...
|
...
|
@@ -100,6 +100,7 @@ class Index extends Api |
|
|
$user=Db::name("user")->find($order['user_id']);
|
|
|
$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($order);return;
|
|
|
$sendInfo = array(
|
|
|
'first' => array('value' => "汽车票出票状态通知", 'color' => "#743A3A"),
|
...
|
...
|
|