Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sdk v1.7.45 升级到 v1.7.49 后,DynamicCreativesGetListStruct缺少system_status字段 #45

Open
guning opened this issue Apr 19, 2024 · 1 comment

Comments

@guning
Copy link

guning commented Apr 19, 2024

https://github.com/TencentAd/marketing-api-go-sdk/blame/v1.7.49/pkg/model/v3/model_dynamic_creatives_get_list_struct.go

然而接口返回值是有这个字段的

GET /v3.0/dynamic_creatives/get?access_token=xxxxxxxxxx&account_id=xxxxxxxx&fields=%5B%22system_status%22%5D&is_deleted=false&nonce=9a5f002401254fbd&page=1&page_size=100&timestamp=1713510161 HTTP/1.1
Host: api.e.qq.com
Accept: application/json
Content-Type: text/plain
User-Agent: 
X-Sdk-Language: GO
X-Sdk-Language-Version: go1.21.6
X-Sdk-Os: darwin
X-Sdk-Version: 1.7.39

HTTP/1.1 200 OK
Content-Length: 186
Access-Control-Allow-Credentials: true
Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept, x-trace-id, x-trans-id, X-From-Client, MP-TK
Access-Control-Allow-Methods: GET, POST, DELETE, PUT, PATCH, OPTIONS
Access-Control-Allow-Origin: https://developers.e.qq.com
Access-Control-Expose-Headers: Access-Control-Allow-Origin
Access-Control-Max-Age: 3600
Connection: keep-alive
Content-Type: application/json;charset=utf-8
Date: Fri, 19 Apr 2024 07:02:41 GMT
Server: openresty
X-Ratelimit-Remaining: 100%,99%
X-Tsa-Trace-Id: cae75ccc2531e145aed79a71fc820bf6

{"code":0, "message":"", "message_cn":"", "data":{"list":[{"system_status":"DYNAMIC_CREATIVE_STATUS_ACTIVE"}], "page_info":{"page":1, "page_size":100, "total_number":1, "total_page":1}}}
@ceber5971
Copy link

同问

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants