领取/发货链路优化

This commit is contained in:
yml2213
2026-05-29 22:17:51 +08:00
parent 18123ffecb
commit e5ad6f4918
4 changed files with 317 additions and 101 deletions
@@ -57,7 +57,7 @@ export async function cloudtentaclesRequest(pathname: unknown, options: JsonObje
const statusCode = Number(options.businessErrorStatusCode || 400)
const errorCode = String(options.businessErrorCode || 'cloudtentacles_business_error')
if (statusCode === 401 || isCloudtentaclesExpiredMessage(message)) {
if (isCloudtentaclesExpiredMessage(message)) {
await notifyCloudtentaclesAuthExpired({
pathname: normalizedPathname,
errorCode,