Skip to content

Commit

Permalink
Merge pull request #124 from HuolalaTech/fix/uni-android-ssl
Browse files Browse the repository at this point in the history
allow uniapp android to disable ssl
  • Loading branch information
qkang07 authored Dec 30, 2024
2 parents 434dfcb + f26fa57 commit d0a13c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/page-spy-mp-base/src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export default class Request {
{
url: `${scheme[0]}${this.base}/api/v1/room/create?${query}`,
method: 'POST',
sslVerify: enableSSL !== false,
data: JSON.stringify({
useSecret,
secret,
Expand Down

0 comments on commit d0a13c1

Please sign in to comment.