[TOC]
## 充值列表
~~~[api]
post:/sms/list
*int:page=1#
*int:limit=10#
string:start=2019-03-03#
string:end=2019-03-03#
<<<
success
~~~
## 使用日統計
~~~[api]
post:/sms/loglist
*int:page=1#
*int:limit=10#
string:start=2019-03-03#
string:end=2019-03-03#
<<<
success
~~~
## 添加
~~~[api]
post:/sms/add
*int:num=1000#短信條數
<<<
success
~~~
## 獲取短信條數
~~~[api]
post:/sms/smsnum
<<<
success
~~~