简要描述:

  • 奖金明细详情

请求URL:

POST:一级域名/wapstore/addons/execute/addons/store/controller/wapstore/action/storeCommissionDetail

参数:

参数名 是否必须 类型 说明
id int 必填 记录id

返回示例:

正确时返回:


{
    "code": 1,
    "message": "success",
    "data": {
        "id": 18,
        "balance": "110.00",
        "add_time_str": "2021-07-16 14:43:34",
        "text": "订单核销",
        "money": "100.00",
        "website_id": 26,
        "shop_id": 0,
        "order_no": "20210713103949363562",
        "records_no": "SC20210716144334821427",
        "assistant_name": "tim",
        "pay_money": "100.00",
        "charge": "0.00",
		"account_type": "1",
		"meno": "1",
        "status_name": "meno"
    }
}

错误时返回:

{
    "code": -1,
    "message": "系统繁忙"
}

返回参数说明:

参数名 类型 说明
id int 记录id
balance string 可用奖金
add_time_str string 添加时间
text string 记录文案
money string 本记录金额、提现金额
order_no string 订单号
records_no string 流水号、交易号
charge string 手续费
status_name string 提现状态
account_type string 1流水2提现
meno string 备注、提现失败信息等