Skip to content

Commit

Permalink
fix: 指定content-type (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
roo12589 authored Jan 10, 2024
1 parent a0b8e30 commit 1f77b0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const command_header = {
'User-Agent': 'Skland/1.5.1 (com.hypergryph.skland; build:100501001; Android 34; ) Okhttp/4.11.0',
'Accept-Encoding': 'gzip',
'Connection': 'close',
'Content-Type': 'application/json'
}

export const sign_header = {
Expand Down

0 comments on commit 1f77b0e

Please sign in to comment.