From 4d8bc319558552f4938f117d1165d48630117d8f Mon Sep 17 00:00:00 2001 From: pppscn <35696959@qq.com> Date: Fri, 26 Nov 2021 15:40:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=EF=BC=9A=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E3=80=8A=E5=90=91=E8=AE=BE=E7=BD=AE=E7=9A=84url=E5=8F=91?= =?UTF-8?q?=E9=80=81POST/GET=E8=AF=B7=E6=B1=82=E3=80=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/POST_WEB.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/POST_WEB.md b/doc/POST_WEB.md index 7a718ab5..f87b937a 100644 --- a/doc/POST_WEB.md +++ b/doc/POST_WEB.md @@ -1,7 +1,7 @@ # 1、请求方式: GET - `webParams` 参数无需填写(填写了也无效) -- 在 `WebServer` 的基础上,追加 `2、post form 参数列表` 所列的节点经过`urlEncode`的值 +- 在 `WebServer` 的基础上,追加 `3、post form 参数列表` 所列的节点经过`urlEncode`的值 *** @@ -21,12 +21,12 @@ *** -# 2、post form 参数列表 +# 3、post form 参数列表 | key | 类型 | 说明 | | ---- | ---- | ---- | -| from | string | 来源手机号 | -| content | string | 短信内容 | +| from | string | 来源手机号 / App包名 | +| content | string | 短信内容 / 通知内容 | | timestamp | string | 当前时间戳,单位是毫秒,(建议验证与请求调用时间误差不能超过1小时,防止重放欺骗) | | sign | string | 当设置`secret`时,生成的`sign`签名,用于发送端校验,规则见下方`sign`校验规则 |