名称 | 类型 | 是否必须 | 示例值 | 描述 |
---|---|---|---|---|
account_date | String | 可选 | 202007 | 发薪账期 |
detail_id | String | 可选 | 123456 | 发薪流水ID |
employer_code | String | 可选 | GuangGuang | 业务方编码 |
identification_in_belonging_employer | String | 可选 | 123456 | 雇员在雇主企业身份标识别 |
message_type | String | 可选 | PAY_SALARY | 消息类型 |
pay_salary_time | Date | 可选 | 2021-02-03 19:41:33 | 发薪时间 |
result_code | String | 可选 | BIZ_FUND_ERROR | 发薪结果码,当发薪失败时,有这个字段 |
status | String | 可选 | SUCCESS | 发薪结果:SUCCESS-成功, NEED_RETRY-处理中(重试发薪),FAIL(失败,不可重试) |
tax_fund_order_ids | String | 可选 | 2021123456898645394 | 发薪商户订单号 |
{ "employer_code":"GuangGuang", "identification_in_belonging_employer":"123456", "account_date":"202007", "message_type":"PAY_SALARY", "result_code":"BIZ_FUND_ERROR", "detail_id":"123456", "pay_salary_time":"2021-02-03 19:41:33", "status":"SUCCESS", "tax_fund_order_ids":"2021123456898645394" }