-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
fix(encoding/form): failed to decode form map type #2468
fix(encoding/form): failed to decode form map type #2468
Conversation
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## main #2468 +/- ##
==========================================
+ Coverage 84.42% 84.46% +0.03%
==========================================
Files 88 88
Lines 3936 3958 +22
==========================================
+ Hits 3323 3343 +20
- Misses 437 438 +1
- Partials 176 177 +1
|
7d2513f
to
e8b6609
Compare
e8b6609
to
5658bf4
Compare
88ee7ec
to
0098d46
Compare
d64df17
to
37ae227
Compare
37ae227
to
607fb67
Compare
c06d993
to
9ba590f
Compare
@haiyux PTAL |
9ba590f
to
226220c
Compare
f12d358
to
0ee077a
Compare
0ee077a
to
4772321
Compare
@shenqidebaozi PTAL |
@奇迹的包子PTA l |
Description (what this PR does / why we need it):
The field is of type map and cannot be decode. (proto type
map<string,string>
cannot be decode)修复 form 对 map 类型的错误解析,导致无法拿到 map 的数据
Which issue(s) this PR fixes (resolves / be part of):
resolves #2495
Other special notes for the reviewers: