zhaojs
2023-05-16 ea24ddd0b978cbd3b0a900711b49b8a9c2db4186
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
 
return [
    'Order_sn'              => '订单号',
    'Status'                => '订单状态',
    'New_customer'          => '新老客',
    'Channel_tag'           => '渠道标识',
    'Order_time'            => '下单时间',
    'Sign_time'             => '签收时间',
    'Settled_time'          => '结算时间',
    'Commission_total_cost' => '商品计佣金额',
    'Commission_rate'       => '商品佣金比例',
    'Order_source'          => '订单来源',
    'Goods_final_price'     => '商品单价',
    'Goods_count'           => '商品数量',
    'Goods_thumb'           => '商品缩略图',
    'Commission'            => '商品佣金金额',
    'Goods_name'            => '商品名称',
    'Reate_time'            => '拉取订单时间',
    'Update_time'           => '更新订单时间',
    'User.nickname'         => '昵称',
    'User.mobile'           => '手机号',
    'Order_sub_status_name' => '子订单状态'
];