移除快手小店以及 api
This commit is contained in:
@@ -1088,11 +1088,11 @@ function KuaishouCloudPanel({
|
||||
const checklist = [
|
||||
{
|
||||
key: 'ticket',
|
||||
label: '核销码校验',
|
||||
label: '凭证确认',
|
||||
status: flow.ticket.status || 'pending',
|
||||
detail: flow.ticket.verifiedAt
|
||||
? `已于 ${formatAdminDateTime(flow.ticket.verifiedAt)} 校验`
|
||||
: '等待客户提交并校验核销码',
|
||||
? `已于 ${formatAdminDateTime(flow.ticket.verifiedAt)} 确认`
|
||||
: '等待电子凭证同步确认',
|
||||
},
|
||||
{
|
||||
key: 'bind',
|
||||
@@ -1129,11 +1129,11 @@ function KuaishouCloudPanel({
|
||||
},
|
||||
{
|
||||
key: 'consume',
|
||||
label: '快手核销',
|
||||
label: '电子凭证收口',
|
||||
status: flow.consume.status || 'pending',
|
||||
detail: flow.consume.consumedAt
|
||||
? `已于 ${formatAdminDateTime(flow.consume.consumedAt)} 完成核销`
|
||||
: flow.consume.errorMessage || '等待退号后核销收口',
|
||||
? `已于 ${formatAdminDateTime(flow.consume.consumedAt)} 完成收口`
|
||||
: flow.consume.errorMessage || '等待退号后收口',
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user