API Ref bug about the mailto protocol

Actually, the correct usage of mailto protocol should be
mailto:youremail@example.com instead of mailto://youremail@example.com

Closes-Bug:#1697449

Change-Id: I24135c4c6d6f6a8a15da4a33e38e1a518bddee50
This commit is contained in:
yangzhenyu 2017-06-13 09:33:49 +08:00
parent 154cfa390b
commit 2cf1cd7bba
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"subscriber":"mailto://test@gmail.com",
"subscriber":"mailto:test@gmail.com",
"ttl":3600,
"options":{
"from": "Jack",