正在显示
4 个修改的文件
包含
49 行增加
和
8 行删除
| @@ -148,7 +148,7 @@ class Index extends Api | @@ -148,7 +148,7 @@ class Index extends Api | ||
| 148 | ); | 148 | ); |
| 149 | if ($wxopenid) { | 149 | if ($wxopenid) { |
| 150 | $config = get_addon_config('wechat'); | 150 | $config = get_addon_config('wechat'); |
| 151 | - $tourl = 'https://wyc.tenyes.cn/api/order/orderinfo?id='.$order['user_id']; | 151 | + $tourl = 'https://wyc.tenyes.cn/index/index/orderinfo?id='.$order['user_id']; |
| 152 | $ywt_appid = ''; | 152 | $ywt_appid = ''; |
| 153 | $pagepath =''; | 153 | $pagepath =''; |
| 154 | $res = $this->sendAstuWxMsgToAgent($sendInfo, $wxopenid, $tourl, $config['app_id'], $config['secret'], $ywt_appid, $pagepath); | 154 | $res = $this->sendAstuWxMsgToAgent($sendInfo, $wxopenid, $tourl, $config['app_id'], $config['secret'], $ywt_appid, $pagepath); |
| 1 | <?php | 1 | <?php |
| 2 | 2 | ||
| 3 | return [ | 3 | return [ |
| 4 | - | 4 | + 'Id' => 'ID', |
| 5 | + 'Order_no' => '订单编号', | ||
| 6 | + 'Price' => '价格', | ||
| 7 | + 'Is_pay' => '是否支付', | ||
| 8 | + 'Is_pay 1' => '已支付', | ||
| 9 | + 'Is_pay 2' => '未支付', | ||
| 10 | + 'Is_pay 3' => '已退款', | ||
| 11 | + 'Is_pay 4' => '已取消', | ||
| 12 | + 'Type' => '订单类型', | ||
| 13 | + 'Type 1' => '计票', | ||
| 14 | + 'Type 2' => '城际', | ||
| 15 | + 'Type 3' => '包车', | ||
| 16 | + 'Pay_type' => '支付类型', | ||
| 17 | + 'passenger' => '乘车人信息', | ||
| 18 | + 'Pay_type wxpay' => '微信支付', | ||
| 19 | + 'Pay_type offlinepay' => '线下支付', | ||
| 20 | + 'Pay_type background' => '后台下单', | ||
| 21 | + 'Type 3' => '包车', | ||
| 22 | + 'Starting_point' => '出发位置', | ||
| 23 | + 'End_point' => '到达位置', | ||
| 24 | + 'Car_id' => '订单车辆', | ||
| 25 | + 'User_id' => '乘车人', | ||
| 26 | + 'User_name' => '乘车人姓名', | ||
| 27 | + 'Route_id' => '选择线路', | ||
| 28 | + 'Driver_id' => '司机名称', | ||
| 29 | + //'Driver_name' => '运行路线名称', | ||
| 30 | + 'driver_phone' => '司机电话', | ||
| 31 | + 'phone' => '联系电话', | ||
| 32 | + 'route_name' => '线路名称', | ||
| 33 | + 'Pay_time' => '支付时间', | ||
| 34 | + 'Refund_time' => '退款时间', | ||
| 35 | + 'Reservation_time' => '预约时间', | ||
| 36 | + 'Create_time' => '创建时间', | ||
| 37 | + 'driver_name' => '司机名字', | ||
| 38 | + 'license_plate' => '车牌号', | ||
| 39 | + 'IDcard' => '身份证', | ||
| 40 | + 'Driver.name' => '司机名称', | ||
| 41 | + 'Car.license_plate' => '车牌号', | ||
| 42 | + 'Starting_point' => '出发位置', | ||
| 43 | + 'end_point' => '结束位置', | ||
| 44 | + 'User.username' => '用户名' | ||
| 5 | ]; | 45 | ]; |
| 1 | + | ||
| 2 | +<link href="__CDN__/assets/libs/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
| 3 | +<link href="__ADDON__/css/common.css?v={$site.version}" rel="stylesheet"> | ||
| 4 | +<link href="__CDN__/assets/libs/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | ||
| 5 | + | ||
| 1 | <style> | 6 | <style> |
| 2 | .table-adminlog tr td { | 7 | .table-adminlog tr td { |
| 3 | word-break: break-all; | 8 | word-break: break-all; |
| @@ -19,9 +24,4 @@ | @@ -19,9 +24,4 @@ | ||
| 19 | {/volist} | 24 | {/volist} |
| 20 | </tbody> | 25 | </tbody> |
| 21 | </table> | 26 | </table> |
| 22 | -<div class="hide layer-footer"> | ||
| 23 | - <label class="control-label col-xs-12 col-sm-2"></label> | ||
| 24 | - <div class="col-xs-12 col-sm-8"> | ||
| 25 | - <button type="reset" class="btn btn-primary btn-embossed btn-close" onclick="Layer.closeAll();">{:__('Close')}</button> | ||
| 26 | - </div> | ||
| 27 | -</div> | 27 | + |
-
请 注册 或 登录 后发表评论