注销记录详情
ID:{{ detailRecord.id }}
子商户号:{{ detailRecord.sub_mchid }}
申请单号:{{ detailRecord.out_request_no || '-' }}
微信申请单号:{{ detailRecord.applyment_id || '-' }}
商户状态:{{ detailRecord.merchant_state ? stateText(detailRecord.merchant_state) : '-' }}
校验结果:{{ detailRecord.validate_result ? validateText(detailRecord.validate_result) : '-' }}
提现类型:{{ detailRecord.withdraw_type ? withdrawText(detailRecord.withdraw_type) : '-' }}
状态:{{ statusText(detailRecord.status) }}
创建时间:{{ detailRecord.created_at }}
更新时间:{{ detailRecord.updated_at }}
账户信息:
{{ JSON.stringify(detailRecord.account_info, null, 2) }}
不可注销原因:
{{ JSON.stringify(detailRecord.block_reasons, null, 2) }}
收款方信息:
{{ JSON.stringify(JSON.parse(detailRecord.payee_info), null, 2) }}