From f95cd1a675042b83aac504b30bc7c93133a8b4bd Mon Sep 17 00:00:00 2001 From: pengtao Date: Fri, 6 Sep 2019 14:02:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=BF=E5=91=8A=E4=B8=8A=E6=8A=A5=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E6=96=87=E6=A1=A3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ad_Readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ad_Readme.md b/ad_Readme.md index 5bf845b..2134705 100644 --- a/ad_Readme.md +++ b/ad_Readme.md @@ -80,7 +80,13 @@ http://spread.kingsome.cn/webapp/index.php ##### 请求示范 -http://spread.kingsome.cn/webapp/index.php?c=Ops&a=upAdRecording&adid=1009 +上传列表压缩过程 +''' +let aidStr = JSON.stringify(aids); +let url = `${__getUrl()}?c=Ops&a=upAdRecording&adid=${encodeURIComponent(aidStr)}` +''' + +https://spread.kingsome.cn/webapp/index.php?c=Ops&a=upAdRecording&adid=%5B%221040%22%2C%221035%22%2C%221039%22%2C%221036%22%2C%221038%22%2C%221037%22%5D ##### 请求参数说明