Explorar el Código

change readme

张延森 hace 3 años
padre
commit
50718016e1
Se han modificado 1 ficheros con 18 adiciones y 1 borrados
  1. 18
    1
      README.md

+ 18
- 1
README.md Ver fichero

@@ -21,4 +21,21 @@ zip bootstrap.zip bootstrap help.html
21 21
 使用 windows
22 22
 ```cmd
23 23
 fun deploy
24
-```
24
+```
25
+
26
+### 示例
27
+
28
+```
29
+POST /sms
30
+```
31
+
32
+Body 数据如下: (JSON) 
33
+```json
34
+{
35
+    "PhoneNumbers": "17714208769",
36
+    "SignName": "云致科技",
37
+    "TemplateCode": "SMS_207555188",
38
+    "TemplateParam": "{\"code\":\"1234\"}"
39
+}
40
+```
41
+