| 参数名 | 类型 | 描述 | 
|---|---|---|
| event_type | string | 事件类型: reward_approved-奖励记录审批通过 | 
| id | string | 订单ID | 
| product_id | string | 产品ID | 
| user_string_id | string | 用户字串ID | 
| advertiser_user_id | string | 客户方提供的用户ID | 
| partner_user_type | int | 合作伙伴类型: 1-平台用户 2-直接伙伴 | 
| source_user_id | string | 源用户ID | 
| source_user_info | string | 源用户信息 | 
| short_chain | string | 短链邀请码 | 
| conversion_type | string | 奖励类型: 1-注册 2-交易 3-分期奖励 5-自定义 | 
| transaction_id | string | 交易ID (分期奖励记录类型下不唯一) | 
| channel_transaction_id | string | 交易ID(唯一) | 
| currency | int | 货币 1-人民币 2-美元 | 
| total_money | string | 交易总金额 | 
| amount_reward | string | 奖励金额 | 
| service_fee | string | 服务费 | 
| nw_group_id | int | 分组ID | 
| status | int | 奖励记录状态: 1-审批通过 2-待审批 3-拒绝 | 
| active_time | int | 奖励生效时间 | 
| approve_time | int | 批准时间 | 
| add_time | int | 创建时间 | 
| update_time | int | 更新时间 | 
| apply_info | object | 合作伙伴应用-申请信息 | 
| apply_info.user_name | string | 合作伙伴应用内-名称 | 
| apply_info.email | string | 合作伙伴应用内-邮箱 | 
| apply_info.phone | string | 合作伙伴应用内-手机号 | 
{
    "event_type": "reward_approved",
    "id": 93478,
    "product_id": 123,
    "user_string_id": "PY02pp9J",
    "advertiser_user_id": "T1001",
    "partner_user_type":"1",
    "source_user_id": "testemail0009",
    "source_user_info": "testemail0009",
    "short_chain": "qXYIRCk21G0hfsu",
    "conversion_type": 1,
    "transaction_id": "",
    "channel_transaction_id": "",
    "currency": 2,
    "total_money": "0.00",
    "amount_reward": "10.00",
    "service_fee": "1.00",
    "nw_group_id": 30,
    "status": 1,
    "active_time": 1697189422,
    "approve_time": 1706787056,
    "add_time": 1697189422,
    "update_time": 1706787056,
    "apply_info": {
        "user_name": "测试名称",
        "email": "xx@xx.com",
        "phone": "13xxxxxxx"
    }
}