1.投訴管理頭部數據
~~~[api]
get:http://test.qingdabao.com/count/plaint_count
shop_id#店鋪id
<<<
success
<<<
error
~~~
2.商品訂單頭部統計
~~~[api]
get:http://test.qingdabao.com/count/order_count
shop_id#店鋪id
<<<
success
<<<
error
~~~
3.折線圖頭部數據
~~~[api]
get:http://test.qingdabao.com/count/chart_count
shop_id#店鋪id
<<<
success
<<<
error
~~~
4.后臺首頁頭部數據
~~~[api]
get:http://test.qingdabao.com/count/admin_count
shop_id#店鋪id
<<<
success
<<<
error
~~~
5.財務頭部數據
待提現數量--待定
~~~[api]
get:http://test.qingdabao.com/count/finance_count
shop_id#店鋪id
<<<
success
<<<
error
~~~
6.折線1--交易
time:today,yesterday,-2 hours,-2 day,-2 week,-2 month,-2 year
今天,昨天,2小時內,2天內,2周內,2月內,2年內
date_type:%k,%j,%e,%w,%u,%c
小時(0……23),天(001……366),天(0.....31),天(0=星期日, 6=星期六),周(0……52),月(1……12)
參考資料:

~~~[api]
get:http://test.qingdabao.com/count/line1
shop_id#店鋪id
date_type#統計方式
date#時間選項:
<<<
success
<<<
error
~~~
7.折線2--交易
~~~[api]
get:http://test.qingdabao.com/count/line2
shop_id#店鋪id
date_type#統計方式
time#時間選項
<<<
success
<<<
error
~~~
8.后臺首頁折線圖
~~~[api]
get:http://test.qingdabao.com/count/line3
shop_id#店鋪id
date_type#統計方式
time#時間選項
<<<
success
<<<
error
~~~