Commit 49b5d48
committed
fix(ram_signature): use unquote_plus for query parameter decoding
Updated query parameter decoding to use unquote_plus instead of unquote for better handling of '+' characters in URLs. This change ensures that query parameters are decoded correctly, aligning with standard URL encoding practices.
修复(ram_signature):使用 unquote_plus 解码查询参数
更新查询参数解码,改用 unquote_plus 代替 unquote,以更好地处理 URL 中的 '+' 字符。此更改确保查询参数正确解码,符合标准 URL 编码实践。
Change-Id: I6d8af91c3ac3512cf8b9a96dda4501a643e8fa66
Signed-off-by: OhYee <oyohyee@oyohyee.com>1 parent 51ead97 commit 49b5d48
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
0 commit comments