>[info]添加郵箱
~~~[api]
post:/Api/User/add
*email#郵箱地址,前綴不能少于3個字符
*password#密碼,不能少于8個字符
uname=空#姓名
tel=空#電話
branch_id=默認0#部門id
int:active=默認0#是否啟用,0否,1是
int:limits=默認0#收發限制,0否,1是
int:limitg=默認0#容量限制,0否,1是
<<<
success
"data":
{
"id":郵箱id
}
<<<
error
{
"msg": '提示字符串'
}
~~~