优化履约路由并重命名乐玩通道
This commit is contained in:
@@ -107,7 +107,7 @@ export function notifyKuaishouCloudAssetNotEnough({
|
||||
const binding = toRecord(flowRecord.binding)
|
||||
|
||||
return notifyInternalSafely({
|
||||
title: '快手 Cloud 余额不足',
|
||||
title: 'kuaishou-lewan 余额不足',
|
||||
body: [
|
||||
formatTaskLine(taskRecord),
|
||||
`当前余额:${Number(assetBefore || 0)}`,
|
||||
@@ -162,8 +162,8 @@ export function notifyCloudtentaclesAssetLow({
|
||||
|
||||
return notifyInternalSafely({
|
||||
title: normalizedAccountLabel
|
||||
? `快手 Cloud 余额低于阈值:${normalizedAccountLabel}`
|
||||
: '快手 Cloud 余额低于阈值',
|
||||
? `kuaishou-lewan 余额低于阈值:${normalizedAccountLabel}`
|
||||
: 'kuaishou-lewan 余额低于阈值',
|
||||
body: [
|
||||
normalizedSourceKey ? `账号:${normalizedAccountLabel || normalizedSourceKey}` : '',
|
||||
`当前余额:${Number(asset || 0)}`,
|
||||
@@ -205,7 +205,7 @@ export function notifyKuaishouCloudBindUrlRefreshFailed({
|
||||
const taskRecord = toRecord(task)
|
||||
|
||||
return notifyInternalSafely({
|
||||
title: '快手 Cloud 链接刷新失败',
|
||||
title: 'kuaishou-lewan 链接刷新失败',
|
||||
body: [
|
||||
formatTaskLine(taskRecord),
|
||||
`原因:${String(errorMessage || taskRecord.last_error || '').trim() || '-'}`,
|
||||
|
||||
Reference in New Issue
Block a user