毛利润报表--明细列表
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
若请求成功msg返回success;否则msg为相应报错信息
{
"code": 1,
"data": {
"num": 27, (当‘其他’类型时无此字段)
"all_gross": 35786.12,
"category": 12, (仅‘商品售卖’类型时有此字段,即品类)
"refund_num": 12, (仅‘课程退款’类型时有此字段,即课程退款笔数)
"transfer_num": 7, (仅‘课程退款’类型时有此字段,即会员转让笔数)
"items": [
{
"item_id":1234,
"name": "设备教学课程",
"time": "2017.10.02(周五) 14:45-20:30",
"gross_profit": 3625
},
{
"item_id":1121,
"name": "设备教学课程",
"time": "2017.10.02(周五) 14:45-20:30",
"gross_profit": 3625
},
{
"item_id":34342,
"name": "设备教学课程",
"time": "2017.10.02(周五) 14:45-20:30",
"gross_profit": 3625
}
]
},
"msg": "success"
}