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
9ad2f756cc81138cd722b1d9d92898ad5076a106
Authored by
郑丽丽
2017-03-01 14:06:24 +0800
1 parent
5eb0bfea
update
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
10.消息云/1.1 发送短信接口.md
10.消息云/1.1 发送短信接口.md
View file @
9ad2f75
...
...
@@ -8,7 +8,12 @@
8
8
| content | string | true | 模板内容参数 |
9
9
| sign | string | true | 签名 |
10
10
-----
11
-#### 返回格式说明:
11
+#### 规则说明:
12
+1.一分钟内一个号码只允许发送一条;
13
+2.一小时内一个号码只允许发送五条;
14
+3.一天一个手机号只允许发送二十条;
15
+-----
16
+#### 返回格式说明:
12
17
```
13
18
{
14
19
"errorCode":"0",
...
...