|
用的网页_访问_对象,抓的包是这样:
网址:https://api.jingcang100.com:443/api/user/login
请求头:
Accept: application/json
source: android
uid: 1056013
Content-Type: application/json; charset=utf-8
Host: api.jingcang100.com
Connection: Keep-Alive
Accept-Encoding: gzip
User-Agent: okhttp/3.12.0
Cache-Control: no-cache
POST数据:
{
"version_name":"1.0.3",
"password":"qq11232",
"time":"1654356540132",
"version_code":"4",
"account":"13015254381",
"version_type":"android",
"type":"pass",
"unique_code":"570416"
}
访问返回:<html>
<head><title>400 The SSL certificate error</title></head>
<body>
<center><h1>400 Bad Request</h1></center>
怎么样才能访问正常?
|
|