作者 郭文星

123

... ... @@ -148,7 +148,7 @@ class Index extends Api
);
if ($wxopenid) {
$config = get_addon_config('wechat');
$tourl = 'https://wyc.tenyes.cn/api/order/orderinfo?id='.$order['user_id'];
$tourl = 'https://wyc.tenyes.cn/index/index/orderinfo?id='.$order['user_id'];
$ywt_appid = '';
$pagepath ='';
$res = $this->sendAstuWxMsgToAgent($sendInfo, $wxopenid, $tourl, $config['app_id'], $config['secret'], $ywt_appid, $pagepath);
... ...
{include file="common/meta" /}
<style>
.table-adminlog tr td {
word-break: break-all;
... ...
<?php
return [
'Id' => 'ID',
'Order_no' => '订单编号',
'Price' => '价格',
'Is_pay' => '是否支付',
'Is_pay 1' => '已支付',
'Is_pay 2' => '未支付',
'Is_pay 3' => '已退款',
'Is_pay 4' => '已取消',
'Type' => '订单类型',
'Type 1' => '计票',
'Type 2' => '城际',
'Type 3' => '包车',
'Pay_type' => '支付类型',
'passenger' => '乘车人信息',
'Pay_type wxpay' => '微信支付',
'Pay_type offlinepay' => '线下支付',
'Pay_type background' => '后台下单',
'Type 3' => '包车',
'Starting_point' => '出发位置',
'End_point' => '到达位置',
'Car_id' => '订单车辆',
'User_id' => '乘车人',
'User_name' => '乘车人姓名',
'Route_id' => '选择线路',
'Driver_id' => '司机名称',
//'Driver_name' => '运行路线名称',
'driver_phone' => '司机电话',
'phone' => '联系电话',
'route_name' => '线路名称',
'Pay_time' => '支付时间',
'Refund_time' => '退款时间',
'Reservation_time' => '预约时间',
'Create_time' => '创建时间',
'driver_name' => '司机名字',
'license_plate' => '车牌号',
'IDcard' => '身份证',
'Driver.name' => '司机名称',
'Car.license_plate' => '车牌号',
'Starting_point' => '出发位置',
'end_point' => '结束位置',
'User.username' => '用户名'
];
... ...
<link href="__CDN__/assets/libs/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="__ADDON__/css/common.css?v={$site.version}" rel="stylesheet">
<link href="__CDN__/assets/libs/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<style>
.table-adminlog tr td {
word-break: break-all;
... ... @@ -19,9 +24,4 @@
{/volist}
</tbody>
</table>
<div class="hide layer-footer">
<label class="control-label col-xs-12 col-sm-2"></label>
<div class="col-xs-12 col-sm-8">
<button type="reset" class="btn btn-primary btn-embossed btn-close" onclick="Layer.closeAll();">{:__('Close')}</button>
</div>
</div>
... ...