tencentyun / cos-go-sdk-v5

腾讯云 COS GO SDK(XML API)
MIT License
214 stars 91 forks source link

FileProcessJobsDetail 漏掉了 Progress 字段 #272

Closed kasuganosora closed 2 months ago

kasuganosora commented 3 months ago

type FileProcessJobsDetail struct { Code string xml:",omitempty" Message string xml:",omitempty" JobId string xml:",omitempty" Tag string xml:",omitempty" State string xml:",omitempty" CreationTime string xml:",omitempty" StartTime string xml:",omitempty" EndTime string xml:",omitempty" QueueId string xml:",omitempty" Input FileProcessInput xml:",omitempty" Operation FileProcessJobOperation xml:",omitempty" }

对应文档 https://cloud.tencent.com/document/product/436/83111

eust-w commented 2 months ago

直接改了提个pr吧

agin719 commented 2 months ago

https://github.com/tencentyun/cos-go-sdk-v5/commit/9aa25ecc4d7e7b8f3828a402990c81d554773ccb 已支持