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
Plain Diff
Browse Code »
Commit
d94b48a486fcc82ecda5419dfffc8de6291912cf
Authored by
国亚奇
2017-03-01 14:12:27 +0800
2 parents
9f02e649
9ad2f756
Merge remote-tracking branch 'master/master'
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
10.消息云/1.1 发送短信接口.md
10.消息云/1.1 发送短信接口.md
View file @
d94b48a
...
...
@@ -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",
...
...