简要描述:

  • 收入详情

请求域名:

  • http://test.yunzshop.com

请求URL:

get:member.member-income.show

请求参数:

参数名 必传 类型 说明
id int id

返回示例:

{
    "result":1,
    "msg":"ok",
    "data":{
        "member":{
            "uid":164181,
            "mobile":"1369087189",
            "realname":"1231231",
            "avatar_image":"http://shop-yunzshop-com.oss-cn-hangzhou.aliyuncs.com/newimage/abe46eca98c6e33fa82e3d6185bb3eb6.png",
            "username":null
        },
        "incomeAll":{
            "income":"0.00",
            "withdraw":"0.00",
            "no_withdraw":"0.00"
        },
        "item":{
            "appointment":{
                "type_name":"门店预约",
                "income":"0.00",
                "withdraw":"0.00",
                "no_withdraw":"0.00",
                "can":true
            },
            "areaDividend":{
                "type_name":"区域分红",
                "income":"0.00",
                "withdraw":"0.00",
                "no_withdraw":"0.00",
                "can":true
            },
            "channel_income":{
                "type_name":"代理商",
                "income":"0.00",
                "withdraw":"0.00",
                "no_withdraw":"0.00",
                "can":true
            },
            "clockIn":{
                "type_name":"早起打卡",
                "income":"0.00",
                "withdraw":"0.00",
                "no_withdraw":"0.00",
                "can":true
            },
            "commission":{
                "type_name":"分销佣金",
                "income":"0.00",
                "withdraw":"0.00",
                "no_withdraw":"0.00",
                "can":true
            },
            "integralWithdraw":{
                "type_name":"消费积分提现",
                "income":"0.00",
                "withdraw":"0.00",
                "no_withdraw":"0.00",
                "can":true
            },
            "live-install":{
                "type_name":"上门install",
                "income":"0.00",
                "withdraw":"0.00",
                "no_withdraw":"0.00",
                "can":true
            },
            "loveWithdraw":{
                "type_name":"爱心值提现",
                "income":"0.00",
                "withdraw":"0.00",
                "no_withdraw":"0.00",
                "can":true
            },
            "loveReturn":{
                "type_name":"爱心值返现",
                "income":"0.00",
                "withdraw":"0.00",
                "no_withdraw":"0.00",
                "can":true
            },
            "micro":{
                "type_name":"微店分红",
                "income":"0.00",
                "withdraw":"0.00",
                "no_withdraw":"0.00",
                "can":true
            },
            "package_deliver":{
                "type_name":"自提点奖励",
                "income":"0.00",
                "withdraw":"0.00",
                "no_withdraw":"0.00",
                "can":true
            },
            "parent_payment":{
                "type_name":"上级代付Q佣金",
                "income":"0.00",
                "withdraw":"0.00",
                "no_withdraw":"0.00",
                "can":true
            },
            "RedPacket":{
                "type_name":"每日红包",
                "income":"0.00",
                "withdraw":"0.00",
                "no_withdraw":"0.00",
                "can":true
            },
            "AnchorDividend":{
                "type_name":"主播分红",
                "income":"0.00",
                "withdraw":"0.00",
                "no_withdraw":"0.00",
                "can":true
            },
            "RoomCodeDividend":{
                "type_name":"直播授权码",
                "income":"0.00",
                "withdraw":"0.00",
                "no_withdraw":"0.00",
                "can":true
            },
            "shaerholderDividend":{
                "type_name":"股东分红",
                "income":"0.00",
                "withdraw":"0.00",
                "no_withdraw":"0.00",
                "can":true
            },
            "singleReturn":{
                "type_name":"消费赠送",
                "income":"0.00",
                "withdraw":"0.00",
                "no_withdraw":"0.00",
                "can":true
            },
            "StoreCashier":{
                "type_name":"门店收银台",
                "income":"0.00",
                "withdraw":"0.00",
                "no_withdraw":"0.00",
                "can":true
            },
            "StoreWithdraw":{
                "type_name":"门店提现",
                "income":"0.00",
                "withdraw":"0.00",
                "no_withdraw":"0.00",
                "can":true
            },
            "StoreBossWithdraw":{
                "type_name":"连锁店提现",
                "income":"0.00",
                "withdraw":"0.00",
                "no_withdraw":"0.00",
                "can":true
            },
            "teamDividend":{
                "type_name":"经销商a",
                "income":"0.00",
                "withdraw":"0.00",
                "no_withdraw":"0.00",
                "can":true
            },
            "teamReturn":{
                "type_name":"经销商奖励",
                "income":"0.00",
                "withdraw":"0.00",
                "no_withdraw":"0.00",
                "can":true
            },
            "videoDemand":{
                "type_name":"讲师分红",
                "income":"0.00",
                "withdraw":"0.00",
                "no_withdraw":"0.00",
                "can":true
            },
            "video_share":{
                "type_name":"发现视频",
                "income":"0.00",
                "withdraw":"0.00",
                "no_withdraw":"0.00",
                "can":true
            }
        }
    }
}

参数:

参数名 类型 说明
member object 会员数据
incomeAll object 收入数据
item object 插件收入数据

参数:

参数名 类型 说明
member object 会员数据
avatar string 会员图片
uid int 会员id
nickname string 昵称
realname string 姓名
mobile string 手机号码

参数:

参数名 类型 说明
incomeAll object 收入数据
income string 累计收入
withdraw string 累计提现
no_withdraw srting 未提现

参数:

参数名 类型 说明
item object 插件收入数据
type_name string 插件名
income string 收入总金额
withdraw string 已提现金额
no_withdraw string 未提现金额