shawenguan 1 年之前
父節點
當前提交
4f57fb41f2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Scripts/168/pksPlanHelper.js

+ 1 - 1
Scripts/168/pksPlanHelper.js

@@ -1226,7 +1226,7 @@ async function getPksKillNumAllList(lotCode, date, rows = 30) {
 	}
 	const myRequest = {
 		url: url,
-		headers: gCommonHeaders,
+		headers: gBuyPlanHeaders,
 		body: ``
 	};
 	let result = await magicJS.http.get(myRequest).then(response => {