refactor: ♻️ 优化存储
This commit is contained in:
@@ -3,7 +3,8 @@ fetch("https://crm.yunvip123.com/api/DemandManage/GetWorkOrderListPage", {
|
||||
accept: "application/json, text/javascript, */*; q=0.01",
|
||||
"accept-language": "zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7",
|
||||
"content-type": "application/x-www-form-urlencoded; charset=UTF-8",
|
||||
"sec-ch-ua": '"Not:A-Brand";v="99", "Google Chrome";v="145", "Chromium";v="145"',
|
||||
"sec-ch-ua":
|
||||
'"Not:A-Brand";v="99", "Google Chrome";v="145", "Chromium";v="145"',
|
||||
"sec-ch-ua-mobile": "?0",
|
||||
"sec-ch-ua-platform": '"Windows"',
|
||||
"sec-fetch-dest": "empty",
|
||||
@@ -11,7 +12,8 @@ fetch("https://crm.yunvip123.com/api/DemandManage/GetWorkOrderListPage", {
|
||||
"sec-fetch-site": "same-origin",
|
||||
"x-requested-with": "XMLHttpRequest",
|
||||
},
|
||||
referrer: "https://crm.yunvip123.com/WebUI/DemandManagement/DemandListNew.html?v=2.0.4.12",
|
||||
referrer:
|
||||
"https://crm.yunvip123.com/WebUI/DemandManagement/DemandListNew.html?v=2.0.4.12",
|
||||
body: "DL_ProductID=&DL_ID=&isSelect=8&Solution=&OrderType=&DL_TaskName=&CreatGID=&CreatTimeStart=&CreatTimeEnd=&SloveGID=&SloveTimeStart=&SloveTimeEnd=&ShowTable=DemandList&isShow=3&IsExport=0&PageIndex=1&PageSize=20",
|
||||
method: "POST",
|
||||
mode: "cors",
|
||||
@@ -6,7 +6,8 @@
|
||||
* 所有接口都要带 cookie: ASP.NET_SessionId=td0mirxws4klqpm0bydhvgjj
|
||||
*/
|
||||
|
||||
const requestData = "UserAcount=&PassWord=123456&VerifyCode=&Account=18688886666_777&ValidateCode=";
|
||||
const requestData =
|
||||
"UserAcount=&PassWord=123456&VerifyCode=&Account=18688886666_777&ValidateCode=";
|
||||
|
||||
const responseBody = {
|
||||
success: true,
|
||||
Reference in New Issue
Block a user