- PluginAccount
- PluginPyament
- PluginWemall
获取订单统计 [ 会员 ]
GET
/plugin-wemall/api.auth.order/total
最后修改时间:2024-07-28 10:15:44
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Body 参数application/x-www-form-urlencoded
object {0}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://dev.v6.thinkadmin.top/plugin-wemall/api.auth.order/total'
返回响应
🟢200获取订单统计 [ 会员 ]
application/json
Body
code
integer
必需
info
string
必需
data
object
必需
t0
integer
必需
t1
integer
必需
t2
integer
必需
t3
integer
必需
t4
integer
必需
t5
integer
必需
t6
integer
必需
示例
{
"code": 1,
"info": "获取订单统计",
"data": {
"t0": 0,
"t1": 0,
"t2": 0,
"t3": 0,
"t4": 0,
"t5": 0,
"t6": 0
}
}