代扣签约/解约推送
pushType
property_sign_status_push
推送场景
- 代扣签约成功通知
- 代扣解约通知
content 结构
| 字段 | 类型 | 描述 |
|---|---|---|
| billKey | String | 用户编号(户号) |
| feeUnitSn | String | 房屋编号 |
| changeType | String | 变更类型(ADD-签约 / DELETE-解约) |
content 示例
{
"billKey": "H10001",
"paymentProjectSn": "82236305812007S",
"changeType": "ADD"
}
验签方式
见 公共推送验签。