标签:Image-2 API
共 4 篇文章
← 返回博客首页
Image-2 API API Key 密钥轮换 安全响应
Image-2 API Key 泄漏后怎么处理?先吊销,再轮换服务端配置
Image-2 API Key 疑似泄漏时,先吊销旧 Key,再创建新 Key、轮换服务端配置并复核旧 Key 已失效。
Image-2 API JSON解析 字符串数字 SDK
Image-2 API 返回里缺字段怎么办?空值、字符串数字和兼容解析
Image-2 API 空字段可能不出现,Long 会按字符串返回。解析时不要把缺失补成 0,也别把 taskId 转成 Number。
Image-2 API VIOLATION 错误码 积分退款
Image-2 API 违规任务为什么不是 FAILED?VIOLATION、errorCode 和退款这样读
Image-2 API 轮询时要把 VIOLATION 作为独立终态,并用 failureReason 与流水核对失败和退款。
Image-2 API 时间范围 北京时间 接口对账
Image-2 API 时间范围怎么传?本地时间、左闭右开和北京时间转换
Image-2 API 的 from/to 使用 ISO 本地时间和左闭右开区间。用北京时间日界线避免重复或漏查。