Sign in
OPEN-API
/
WIKI
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
751633e2048c06b7bce3a62c28c9bbeadad9986d
Authored by
郑丽丽
2017-03-01 14:08:21 +0800
1 parent
d94b48a4
update
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
10.消息云/1.1 发送短信接口.md
10.消息云/1.1 发送短信接口.md
View file @
751633e
...
...
@@ -8,10 +8,12 @@
8
8
| content | string | true | 模板内容参数 |
9
9
| sign | string | true | 签名 |
10
10
-----
11
-#### 规则说明:
11
+#### 规则说明:
12
+```
12
13
1.一分钟内一个号码只允许发送一条;
13
14
2.一小时内一个号码只允许发送五条;
14
15
3.一天一个手机号只允许发送二十条;
16
+```
15
17
-----
16
18
#### 返回格式说明:
17
19
```
...
...