优化后端鉴权与日志安全
This commit is contained in:
@@ -171,7 +171,7 @@ export async function prepareAdminTaskKuaishouCloudFulfillment(
|
||||
bindUrl: preparedBinding.bindUrl,
|
||||
bindPreparedAt: now,
|
||||
bindExpiresAt: resolveKuaishouCloudBindUrlExpiresAt(now),
|
||||
bindProbeAt: null,
|
||||
bindProbeAt: null as null,
|
||||
bindProbeStatus: 'pending',
|
||||
bindProbeMessage: '',
|
||||
roleName: '',
|
||||
@@ -181,9 +181,9 @@ export async function prepareAdminTaskKuaishouCloudFulfillment(
|
||||
status: 'pending',
|
||||
name: '',
|
||||
rid: '',
|
||||
refreshedAt: null,
|
||||
refreshedAt: null as null,
|
||||
errorMessage: '',
|
||||
rawInfo: null,
|
||||
rawInfo: null as null,
|
||||
},
|
||||
purchase: {
|
||||
...flowWithResolvedBinding.purchase,
|
||||
|
||||
Reference in New Issue
Block a user