feat(courier): 小飞侠签收照联调与 OSS 失败回退
CI / verify (push) Waiting to run

补齐 admin 100108 联调入口;track 优先用缓存签收照,上传失败回退 dataURI,日志截断大图。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-02 17:56:56 +08:00
parent c6b01def4c
commit e5fe8b903a
8 changed files with 183 additions and 40 deletions
@@ -41,6 +41,7 @@ export interface FulfillmentProviderDto {
capabilities?: {
createShipment?: boolean;
getTrack?: boolean;
getSignPhotos?: boolean;
callback?: boolean;
cancel?: boolean;
} | null;