Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
互联网应用开发
project-credit
Wiki
api
api
· Changes
Page history
chenchang created page: sql
authored
Aug 16, 2016
by
陈昌
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
1 deletion
+28
-1
api.md
api.md
+28
-1
No files found.
api.md
View page @
25f17504
...
@@ -47,4 +47,31 @@
...
@@ -47,4 +47,31 @@
*
code:100 缺少参数
*
code:100 缺少参数
*
code:101 原始密码错误
*
code:101 原始密码错误
\ No newline at end of file
#### 查询消费记录
地址:/user/consumehistory
参数列表:
*
query_type 定值 'day'--按天查询,'month'--按月查询,'week'--按星期查询
*
date_start : 日期开始时间 (仅当query_type=day时有效)
*
date_end : 日期结束时间 (仅当query_type=day时有效)
返回值说明:
返回带有两个参数的josn字符串
如:{"x":["20160810","20160811","20160812","20160813","20160814","20160815","20160816"],"data_value":["1000","2300",0,0,0,0,0]}