fix: 修复网关资源配置错误 --story=130003551#744
Merged
Merged
Conversation
There was a problem hiding this comment.
✅ Review Summary
变更验证通过。api-resources.yml 中 /sdk/api/plugin_service/logs/ 的 HTTP 方法从 get 修正为 post,与实际视图定义 plugin_service/api.py:236 中的 @api_view(["POST"]) 一致。
- 网关资源定义与代码实现对齐 ✅
- API 文档 (
sdk_get_plugin_service_logs.md) 无需同步更新(未显式声明 HTTP 方法)✅ apigw-docs.zip无内容变更,无需重新生成 ✅
LGTM,无问题。
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #744 +/- ##
===========================================
+ Coverage 82.14% 82.87% +0.72%
===========================================
Files 296 296
Lines 17925 17963 +38
===========================================
+ Hits 14725 14886 +161
+ Misses 3200 3077 -123 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.