药房 - 自营商城(V3.0) API
  1. 订单
药房 - 自营商城(V3.0) API
  • 商城侧 - 后台
    • 用户
      • 用户等级
        • 导入商品数据
        • 添加/修改会员等级
        • 获取等级会员信息
      • 用户登录
      • 获取用户信息
      • 编辑用户信息
      • 获取会员等级记录
    • 商品
      • 商品导入
        • 佣金导入
        • 会员价导入
      • 商品审核
        • 获取商品审核列表
        • 导入商品审核表
        • 导出商品审核
        • 重新审核
        • 更新
      • 新建或修改商品
      • 获取商品详细信息
      • 获取商品列表
      • 导出商品规格信息
      • 弹窗-商品列表
    • 设置
      • 同城配送
        • 获取配送记录
      • 获取全局设置
      • 订单设置
      • 获取订单设置 
    • 营销
      • 秒杀活动
        • 保存秒杀活动
        • 获取秒杀活动列表
        • 获取秒杀详情
        • 获取秒杀商品列表
      • 抽奖活动
        • 导出中奖记录
      • 拼团
        • 保存拼团活动
        • 获取拼团详情
        • 拼团活动参与人列表
        • 拼团活动订单
      • 砍价
        • 保存砍价
        • 砍价活动详情
        • 砍价商品列表
        • 砍价统计活动参与人
        • 砍价活动订单
        • 砍价列表
    • 订单
      • 售后订单
        • 导出售后订单数据
        • 获取售后订单列表
        • 售后订单筛选类型/状态参数
        • 售后订单详情
      • 订单发送货
        POST
      • 订单核销
        PUT
      • 重新推送
        POST
      • 订单售后退款
        PUT
      • 获取订单详情
        GET
      • 补齐订单佣金流水
        POST
      • 导出订单
        GET
    • 分销
      • 一级分销员列表
      • 分销头部统计
    • 回调
      • UU、达达回调
    • 供应商
      • 订单
        • 售后订单
          • 售后订单筛选类型/状态参数
          • 售后订单列表
          • 售后订单详情
        • 获取订单详情
    • 门店
      • 订单
        • 获取订单详情
        • 订单列表
      • 财务
        • 门店流水
        • 门店流水导出
        • 门店流水检索条件
      • 不同产品的适配门店列表
      • 获取店铺列表
      • 获取门店分类
      • 门店列表
    • 系统
      • 获取Erp日志
      • 获取小程序设置
    • 财务
      • 提现列表导出
  • 商城侧 - 门店
    • 用户
      • 获取用户列表
      • 检索用户列表
    • 订单
      • 售后订单
        • 导出售后订单数据
        • 订单售后
        • 售后订单筛选类型/状态参数
        • 售后订单列表
      • 获取订单详情
      • 付费会员订单
      • 导出订单
      • 获取配送员列表
      • 批量自动发货
      • 批量手动发货
    • 财务
      • 门店流水检索条件
      • 门店流水
    • 获取店铺配置
      GET
    • 获取店铺配置
      GET
  • 商城侧 - 收银台
    • 获取活动商品统计
      GET
    • 获取活动商品列表
      GET
    • 获取用户列表
      GET
  • 商城侧 - 供应商
    • 订单
      • 售后订单
        • 售后订单筛选类型/状态参数
        • 获取售后订单列表
        • 同意退款
        • 同意退货
      • 获取订单详情
    • 获取配置
  • 商城侧 - 客服
    • 订单
      • 订单列表
      • 同意退款
      • 订单详情
  1. 订单

获取订单详情

GET
/adminapi/order/info/{order_id}

请求参数

Authorization
在 header 添加参数
Authori-Zation
示例:
Authori-Zation: ********************
Path 参数
order_id
string 
订单ID
必需
示例值:
1195

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/adminapi/order/info/1195' \
--header 'Authori-Zation;'

返回响应

🟢200成功
application/json
Body
status
integer 
必需
msg
string 
必需
data
object (订单详情) 
必需
orderInfo
object 
必需
userInfo
object 
必需
示例
{
    "status": 200,
    "msg": "ok",
    "data": {
        "orderInfo": {
            "id": 1195,
            "type": 0,
            "pid": -1,
            "order_id": "wx422334845616652288",
            "supplier_id": 0,
            "store_id": 2,
            "trade_no": "",
            "uid": 7,
            "real_name": "ghjkg546",
            "user_phone": "13200000000",
            "user_address": "    ",
            "user_location": " ",
            "cart_id": [
                "7422334814499110912"
            ],
            "activity_id": 0,
            "activity_append": "",
            "freight_price": "0.00",
            "total_num": 3,
            "total_price": "30.00",
            "total_postage": "0.00",
            "pay_price": "30.00",
            "pay_postage": "0.00",
            "deduction_price": "0.00",
            "coupon_id": 0,
            "coupon_price": "0.00",
            "promotions_price": "0.00",
            "first_order_price": "0.00",
            "change_price": "0.00",
            "paid": 1,
            "pay_time": 1691978873,
            "pay_type": "yue",
            "add_time": "2023-08-14 10:07:53",
            "status": 2,
            "refund_status": 3,
            "refund_type": 4,
            "refund_express": "",
            "refund_reason_wap_img": null,
            "refund_reason_wap_explain": "",
            "refund_reason_time": 0,
            "refund_reason_wap": "",
            "refund_reason": "",
            "refund_price": "0.00",
            "delivery_name": "",
            "delivery_code": "",
            "delivery_type": "",
            "delivery_id": "",
            "fictitious_content": "",
            "delivery_uid": 0,
            "gain_integral": "0.00",
            "use_integral": "0.00",
            "back_integral": "0.00",
            "spread_uid": 7,
            "spread_two_uid": 0,
            "one_brokerage": "6.00",
            "two_brokerage": "0.00",
            "mark": "",
            "is_del": 0,
            "unique": "a574b6a9e29af869ba0445ab514bfc11",
            "remark": "",
            "mer_id": 0,
            "is_mer_check": 0,
            "pink_id": 0,
            "cost": "15.00",
            "verify_code": "169208704379",
            "staff_id": 0,
            "shipping_type": 2,
            "clerk_id": 0,
            "is_channel": 2,
            "is_remind": 0,
            "is_system_del": 0,
            "channel_type": "h5",
            "province": "",
            "express_dump": "",
            "kuaidi_label": "",
            "product_type": 99,
            "virtual_info": "",
            "custom_form": [],
            "promotions_give": {
                "give_integral": 0,
                "give_coupon": [],
                "give_product": [],
                "promotions": []
            },
            "give_integral": 0,
            "give_coupon": [],
            "erp_id": 0,
            "erp_order_id": "",
            "subsidiary_info_item": {
                "yq_purchaser_id": "11212"
            },
            "pinkStatus": null,
            "invoice": null,
            "virtual": [],
            "refund": [],
            "supplierInfo": null,
            "cartInfo": [
                {
                    "id": "7422334814499110912",
                    "type": 0,
                    "store_id": 2,
                    "tourist_uid": "",
                    "product_type": 99,
                    "activity_id": 0,
                    "discount_product_id": 0,
                    "product_id": 4817,
                    "product_attr_unique": "7ca5b382",
                    "cart_num": 3,
                    "productInfo": {
                        "id": 4817,
                        "pid": 4798,
                        "type": 1,
                        "product_type": 99,
                        "relation_id": 2,
                        "mer_id": 0,
                        "image": "https://oss.tw-yun.com/beta/standard_library/product_img_v2/1004003/640bea019dc5e.jpg?v=0&x-oss-process=style/standard-img-thumbnail-800_800",
                        "recommend_image": "",
                        "slider_image": [
                            "https://oss.tw-yun.com/beta/standard_library/product_img_v2/1004003/640bea019dc5e.jpg?v=0&x-oss-process=style/standard-img-thumbnail-800_800",
                            "https://oss.tw-yun.com/beta/standard_library/product_img_v2/1004003/640bea019dcc8.jpg?v=0&x-oss-process=style/standard-img-thumbnail-800_800",
                            "https://oss.tw-yun.com/beta/standard_library/product_img_v2/1004003/640bea019dd6b.jpg?v=0&x-oss-process=style/standard-img-thumbnail-800_800"
                        ],
                        "store_name": "避孕套(极限超薄装) 12只",
                        "store_info": "",
                        "keyword": "",
                        "bar_code": "6931079066816",
                        "cate_id": "31",
                        "price": "10.00",
                        "vip_price": "4.00",
                        "ot_price": "0.00",
                        "postage": "0.00",
                        "delivery_type": [
                            "1",
                            "3",
                            "2"
                        ],
                        "freight": 1,
                        "unit_name": "件",
                        "sort": 0,
                        "sales": 22,
                        "stock": 84,
                        "is_show": 1,
                        "is_hot": 0,
                        "is_benefit": 0,
                        "is_best": 0,
                        "is_new": 0,
                        "add_time": 1688714007,
                        "is_postage": 0,
                        "is_verify": 1,
                        "is_del": 0,
                        "mer_use": 0,
                        "give_integral": "0.00",
                        "cost": "5.00",
                        "is_seckill": 0,
                        "is_bargain": 0,
                        "is_good": 0,
                        "is_sub": 0,
                        "is_vip": 1,
                        "ficti": 0,
                        "browse": 0,
                        "code_path": "",
                        "soure_link": "",
                        "video_link": "",
                        "temp_id": 1,
                        "spec_type": 0,
                        "activity": "0,1,2,3",
                        "spu": "4898571020595",
                        "label_id": [],
                        "command_word": "",
                        "recommend_list": "",
                        "brand_id": 259,
                        "brand_com": "259",
                        "code": "SKU2022101707",
                        "is_vip_product": 0,
                        "is_presale_product": 0,
                        "presale_start_time": 0,
                        "presale_end_time": 0,
                        "presale_day": 0,
                        "auto_on_time": 0,
                        "auto_off_time": 0,
                        "custom_form": [],
                        "system_form_id": 0,
                        "applicable_type": 1,
                        "applicable_store_id": [],
                        "is_support_refund": 1,
                        "store_label_id": [],
                        "ensure_id": [],
                        "specs": [],
                        "specs_id": 0,
                        "is_limit": 0,
                        "limit_type": 0,
                        "limit_num": 0,
                        "refusal": "",
                        "is_police": 0,
                        "is_sold": 0,
                        "is_brokerage_ladder": 0,
                        "drug_attribute_item": {
                            "dosage": "",
                            "drug_ident": "1",
                            "indication": [],
                            "instruction_item": [],
                            "additional_info_item": [],
                            "drug_instruction_item": {
                                "alias": "",
                                "is_import": "0",
                                "is_liquid": "0",
                                "is_fragile": "0",
                                "license_no": "",
                                "control_type": "1",
                                "english_name": "",
                                "manufacturer": "广东汇通乳胶制品集团有限公司",
                                "package_spec": ",,",
                                "chinese_pinyin": "",
                                "place_of_origin": "",
                                "scientific_name": "",
                                "storage_condition": "1",
                                "chinese_pinyin_initials": "",
                                "transportation_condition": "1"
                            }
                        },
                        "standard_code": "1000154",
                        "v_drug_ident": 1,
                        "attrInfo": {
                            "id": 4823,
                            "type": 0,
                            "product_id": 4817,
                            "product_type": 99,
                            "suk": "默认",
                            "stock": 84,
                            "sum_stock": 8097,
                            "sales": 22,
                            "price": 10,
                            "integral": 0,
                            "image": "https://oss.tw-yun.com/beta/standard_library/product_img_v2/1004003/640bea019dc5e.jpg?v=0&x-oss-process=style/standard-img-thumbnail-800_800",
                            "unique": "7ca5b382",
                            "cost": "5.00",
                            "bar_code": "6931079066816",
                            "ot_price": "0.00",
                            "vip_price": "4.00",
                            "weight": "0.00",
                            "volume": "0.00",
                            "brokerage": "0.00",
                            "brokerage_two": "0.00",
                            "quota": 0,
                            "quota_show": 0,
                            "code": "TEST_1001951",
                            "disk_info": "",
                            "write_times": 1,
                            "write_valid": 1,
                            "write_days": 0,
                            "write_start": 0,
                            "write_end": 0,
                            "brokerage_ladder_rule": {
                                "first_buy": [
                                    {
                                        "one_rebate": 0,
                                        "two_rebate": 0,
                                        "number": 1
                                    }
                                ],
                                "repeat_buy": {
                                    "one_rebate": 0,
                                    "two_rebate": 0,
                                    "number": 0
                                }
                            }
                        },
                        "express_delivery": true,
                        "store_mention": true,
                        "store_delivery": true
                    },
                    "attrInfo": {
                        "id": 4823,
                        "type": 0,
                        "product_id": 4817,
                        "product_type": 99,
                        "suk": "默认",
                        "stock": 84,
                        "sum_stock": 8097,
                        "sales": 22,
                        "price": 10,
                        "integral": 0,
                        "image": "https://oss.tw-yun.com/beta/standard_library/product_img_v2/1004003/640bea019dc5e.jpg?v=0&x-oss-process=style/standard-img-thumbnail-800_800",
                        "unique": "7ca5b382",
                        "cost": "5.00",
                        "bar_code": "6931079066816",
                        "ot_price": "0.00",
                        "vip_price": "4.00",
                        "weight": "0.00",
                        "volume": "0.00",
                        "brokerage": "0.00",
                        "brokerage_two": "0.00",
                        "quota": 0,
                        "quota_show": 0,
                        "code": "TEST_1001951",
                        "disk_info": "",
                        "write_times": 1,
                        "write_valid": 1,
                        "write_days": 0,
                        "write_start": 0,
                        "write_end": 0,
                        "brokerage_ladder_rule": {
                            "first_buy": [
                                {
                                    "one_rebate": 0,
                                    "two_rebate": 0,
                                    "number": 1
                                }
                            ],
                            "repeat_buy": {
                                "one_rebate": 0,
                                "two_rebate": 0,
                                "number": 0
                            }
                        }
                    },
                    "sum_price": 10,
                    "truePrice": 10,
                    "trueStock": 84,
                    "costPrice": "5.00",
                    "is_gift": 0,
                    "attrStatus": true,
                    "vip_truePrice": 0,
                    "branch_stock": 84,
                    "branch_sales": 22,
                    "price_type": "level",
                    "is_valid": 1,
                    "postage_price": 0,
                    "use_integral": 0,
                    "integral_price": 0,
                    "first_order_price": 0,
                    "one_brokerage": "6.00",
                    "two_brokerage": "1.50",
                    "sum_true_price": "30.00",
                    "is_writeoff": 1,
                    "surplus_num": 3,
                    "refund_num": 1,
                    "write_times": 3,
                    "write_surplus_times": 0,
                    "write_start": 0,
                    "write_end": 0,
                    "write_off": "3",
                    "supplier_id": 0,
                    "is_support_refund": 1,
                    "promotions_id": "",
                    "unique": "736367736b8fe1afa33758d97e47ace9",
                    "is_reply": 0,
                    "vip_sum_truePrice": "0.00"
                }
            ],
            "stop_time": 1691982473,
            "_status": {
                "_type": -1,
                "_title": "部分退款(子订单)",
                "_msg": "拆分发货,部分退款",
                "_class": "state-sqtk",
                "_payType": "余额支付",
                "_deliveryType": "其他方式"
            },
            "_pay_time": "2023-08-14 10:07:53",
            "_add_time": "2023-08-14 10:07:53",
            "status_pic": "",
            "offlinePayStatus": 1,
            "spread_nickname": "(自购)",
            "latitude": "",
            "longitude": "",
            "pink_name": "[核销订单]",
            "store_order_sn": null,
            "vip_true_price": "0.00",
            "promotions_detail": [],
            "_store_name": "陈先生",
            "_info": {
                "7422334814499110912": {
                    "cart_info": {
                        "id": "7422334814499110912",
                        "type": 0,
                        "store_id": 0,
                        "tourist_uid": "",
                        "product_type": 99,
                        "activity_id": 0,
                        "discount_product_id": 0,
                        "product_id": 4817,
                        "product_attr_unique": "7ca5b382",
                        "cart_num": 3,
                        "productInfo": {
                            "id": 4817,
                            "pid": 4798,
                            "type": 1,
                            "product_type": 99,
                            "relation_id": 2,
                            "mer_id": 0,
                            "image": "https://oss.tw-yun.com/beta/standard_library/product_img_v2/1004003/640bea019dc5e.jpg?v=0&x-oss-process=style/standard-img-thumbnail-800_800",
                            "recommend_image": "",
                            "slider_image": [
                                "https://oss.tw-yun.com/beta/standard_library/product_img_v2/1004003/640bea019dc5e.jpg?v=0&x-oss-process=style/standard-img-thumbnail-800_800",
                                "https://oss.tw-yun.com/beta/standard_library/product_img_v2/1004003/640bea019dcc8.jpg?v=0&x-oss-process=style/standard-img-thumbnail-800_800",
                                "https://oss.tw-yun.com/beta/standard_library/product_img_v2/1004003/640bea019dd6b.jpg?v=0&x-oss-process=style/standard-img-thumbnail-800_800"
                            ],
                            "store_name": "避孕套(极限超薄装) 12只",
                            "store_info": "",
                            "keyword": "",
                            "bar_code": "6931079066816",
                            "cate_id": "31",
                            "price": "10.00",
                            "vip_price": "4.00",
                            "ot_price": "0.00",
                            "postage": "0.00",
                            "delivery_type": [
                                "1",
                                "3",
                                "2"
                            ],
                            "freight": 1,
                            "unit_name": "件",
                            "sort": 0,
                            "sales": 22,
                            "stock": 84,
                            "is_show": 1,
                            "is_hot": 0,
                            "is_benefit": 0,
                            "is_best": 0,
                            "is_new": 0,
                            "add_time": 1688714007,
                            "is_postage": 0,
                            "is_verify": 1,
                            "is_del": 0,
                            "mer_use": 0,
                            "give_integral": "0.00",
                            "cost": "5.00",
                            "is_seckill": 0,
                            "is_bargain": 0,
                            "is_good": 0,
                            "is_sub": 0,
                            "is_vip": 1,
                            "ficti": 0,
                            "browse": 0,
                            "code_path": "",
                            "soure_link": "",
                            "video_link": "",
                            "temp_id": 1,
                            "spec_type": 0,
                            "activity": "0,1,2,3",
                            "spu": "4898571020595",
                            "label_id": [],
                            "command_word": "",
                            "recommend_list": "",
                            "brand_id": 259,
                            "brand_com": "259",
                            "code": "SKU2022101707",
                            "is_vip_product": 0,
                            "is_presale_product": 0,
                            "presale_start_time": 0,
                            "presale_end_time": 0,
                            "presale_day": 0,
                            "auto_on_time": 0,
                            "auto_off_time": 0,
                            "custom_form": [],
                            "system_form_id": 0,
                            "applicable_type": 1,
                            "applicable_store_id": [],
                            "is_support_refund": 1,
                            "store_label_id": [],
                            "ensure_id": [],
                            "specs": [],
                            "specs_id": 0,
                            "is_limit": 0,
                            "limit_type": 0,
                            "limit_num": 0,
                            "refusal": "",
                            "is_police": 0,
                            "is_sold": 0,
                            "is_brokerage_ladder": 0,
                            "drug_attribute_item": {
                                "dosage": "",
                                "drug_ident": "1",
                                "indication": [],
                                "instruction_item": [],
                                "additional_info_item": [],
                                "drug_instruction_item": {
                                    "alias": "",
                                    "is_import": "0",
                                    "is_liquid": "0",
                                    "is_fragile": "0",
                                    "license_no": "",
                                    "control_type": "1",
                                    "english_name": "",
                                    "manufacturer": "广东汇通乳胶制品集团有限公司",
                                    "package_spec": ",,",
                                    "chinese_pinyin": "",
                                    "place_of_origin": "",
                                    "scientific_name": "",
                                    "storage_condition": "1",
                                    "chinese_pinyin_initials": "",
                                    "transportation_condition": "1"
                                }
                            },
                            "standard_code": "1000154",
                            "v_drug_ident": 1,
                            "attrInfo": {
                                "id": 4823,
                                "type": 0,
                                "product_id": 4817,
                                "product_type": 99,
                                "suk": "默认",
                                "stock": 84,
                                "sum_stock": 8097,
                                "sales": 22,
                                "price": 10,
                                "integral": 0,
                                "image": "https://oss.tw-yun.com/beta/standard_library/product_img_v2/1004003/640bea019dc5e.jpg?v=0&x-oss-process=style/standard-img-thumbnail-800_800",
                                "unique": "7ca5b382",
                                "cost": "5.00",
                                "bar_code": "6931079066816",
                                "ot_price": "0.00",
                                "vip_price": "4.00",
                                "weight": "0.00",
                                "volume": "0.00",
                                "brokerage": "0.00",
                                "brokerage_two": "0.00",
                                "quota": 0,
                                "quota_show": 0,
                                "code": "TEST_1001951",
                                "disk_info": "",
                                "write_times": 1,
                                "write_valid": 1,
                                "write_days": 0,
                                "write_start": 0,
                                "write_end": 0,
                                "brokerage_ladder_rule": {
                                    "first_buy": [
                                        {
                                            "one_rebate": 0,
                                            "two_rebate": 0,
                                            "number": 1
                                        }
                                    ],
                                    "repeat_buy": {
                                        "one_rebate": 0,
                                        "two_rebate": 0,
                                        "number": 0
                                    }
                                }
                            },
                            "express_delivery": true,
                            "store_mention": true,
                            "store_delivery": true
                        },
                        "attrInfo": {
                            "id": 4823,
                            "type": 0,
                            "product_id": 4817,
                            "product_type": 99,
                            "suk": "默认",
                            "stock": 84,
                            "sum_stock": 8097,
                            "sales": 22,
                            "price": 10,
                            "integral": 0,
                            "image": "https://oss.tw-yun.com/beta/standard_library/product_img_v2/1004003/640bea019dc5e.jpg?v=0&x-oss-process=style/standard-img-thumbnail-800_800",
                            "unique": "7ca5b382",
                            "cost": "5.00",
                            "bar_code": "6931079066816",
                            "ot_price": "0.00",
                            "vip_price": "4.00",
                            "weight": "0.00",
                            "volume": "0.00",
                            "brokerage": "0.00",
                            "brokerage_two": "0.00",
                            "quota": 0,
                            "quota_show": 0,
                            "code": "TEST_1001951",
                            "disk_info": "",
                            "write_times": 1,
                            "write_valid": 1,
                            "write_days": 0,
                            "write_start": 0,
                            "write_end": 0,
                            "brokerage_ladder_rule": {
                                "first_buy": [
                                    {
                                        "one_rebate": 0,
                                        "two_rebate": 0,
                                        "number": 1
                                    }
                                ],
                                "repeat_buy": {
                                    "one_rebate": 0,
                                    "two_rebate": 0,
                                    "number": 0
                                }
                            }
                        },
                        "sum_price": 10,
                        "truePrice": 10,
                        "trueStock": 84,
                        "costPrice": "5.00",
                        "is_gift": 0,
                        "attrStatus": true,
                        "vip_truePrice": 0,
                        "branch_stock": 84,
                        "branch_sales": 22,
                        "price_type": "level",
                        "is_valid": 1,
                        "postage_price": 0,
                        "use_integral": 0,
                        "integral_price": 0,
                        "first_order_price": 0,
                        "one_brokerage": "6.00",
                        "two_brokerage": "1.50",
                        "sum_true_price": "30.00",
                        "supplier_id": 0,
                        "is_support_refund": 1,
                        "refund_num": 0
                    }
                }
            },
            "_refund_time": "",
            "color": "#8956E8",
            "pay_type_name": "余额支付",
            "status_name": {
                "status_name": "部分退款",
                "pics": []
            },
            "_status_new": 9,
            "is_all_refund": false,
            "real_income": "24.00"
        },
        "userInfo": {
            "uid": 7,
            "account": "",
            "real_name": "ghjkg546",
            "birthday": 0,
            "card_id": "",
            "mark": "",
            "partner_id": 0,
            "group_id": 0,
            "nickname": "132****0000",
            "avatar": "http://test.mall.86yfw.com/uploads/system/723adbdd4e49a0f9394dfc700ab5dba3.png",
            "phone": "13200000000",
            "add_time": 1682563552,
            "last_time": 1691978245,
            "now_money": "99160.30",
            "brokerage_price": "8.40",
            "integral": 207,
            "exp": "8334.00",
            "sign_num": 1,
            "status": 1,
            "level": 4,
            "agent_level": 0,
            "spread_open": 1,
            "spread_uid": 7,
            "spread_time": 0,
            "spread_lottery": 1,
            "work_uid": 0,
            "work_userid": null,
            "user_type": "h5",
            "is_promoter": 1,
            "pay_count": 143,
            "spread_count": 0,
            "clean_time": 0,
            "addres": "",
            "adminid": 0,
            "login_city": "局域网",
            "record_phone": "13200000000",
            "is_money_level": 0,
            "is_ever_level": 0,
            "overdue_time": 0,
            "uniqid": "",
            "bar_code": "102140323",
            "rand_code": 0,
            "sex": 0,
            "provincials": "",
            "province": 0,
            "city": 0,
            "area": 0,
            "street": 0,
            "is_del": 0,
            "delete_time": null,
            "extend_info": [],
            "level_status": 0,
            "level_extend_info": [],
            "is_first_order": -1,
            "is_newcomer": -1,
            "spread_name": "132****0000(自购)"
        }
    }
}
上一页
订单售后退款
下一页
补齐订单佣金流水
Built with