Skip to content

Commit

Permalink
fix: client send charset
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 authored Mar 10, 2023
1 parent 3c6840b commit 9491d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nacos-config/src/http_agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export class HttpAgent {
// 携带统一的头部信息
Object.assign(headers, {
'Client-Version': VERSION,
'Content-Type': 'application/x-www-form-urlencoded; charset=GBK',
'Content-Type': 'application/x-www-form-urlencoded; charset=utf8',
'Spas-AccessKey': this.accessKey,
timeStamp: ts,
exConfigInfo: 'true',
Expand Down

0 comments on commit 9491d6f

Please sign in to comment.