parent
06634a4265
commit
4e43958fe3
@ -1,9 +1,9 @@ |
||||
### 合同金额排行榜 |
||||
GET {{baseUrl}}/crm/statistics-rank/get-contract-price-rank?deptId=100×[0]=2022-12-12 00:00:00×[1]=2024-12-12 23:59:59 |
||||
Authorization: Bearer {{token}} |
||||
tenant-id: {{adminTenentId}} |
||||
tenant-id: {{adminTenantId}} |
||||
|
||||
### 回款金额排行榜 |
||||
GET {{baseUrl}}/crm/statistics-rank/get-receivable-price-rank?deptId=100×[0]=2022-12-12 00:00:00×[1]=2024-12-12 23:59:59 |
||||
Authorization: Bearer {{token}} |
||||
tenant-id: {{adminTenentId}} |
||||
tenant-id: {{adminTenantId}} |
@ -1,11 +1,11 @@ |
||||
### 请求 /erp/sale-statistics/summary 接口 => 成功 |
||||
GET {{baseUrl}}/erp/sale-statistics/summary |
||||
Content-Type: application/json |
||||
tenant-id: {{adminTenentId}} |
||||
tenant-id: {{adminTenantId}} |
||||
Authorization: Bearer {{token}} |
||||
|
||||
### 请求 /erp/sale-statistics/time-summary 接口 => 成功 |
||||
GET {{baseUrl}}/erp/sale-statistics/time-summary |
||||
Content-Type: application/json |
||||
tenant-id: {{adminTenentId}} |
||||
tenant-id: {{adminTenantId}} |
||||
Authorization: Bearer {{token}} |
||||
|
@ -1,5 +1,5 @@ |
||||
### 请求 /infra/job/sync 接口 => 成功 |
||||
POST {{baseUrl}}/infra/job/sync |
||||
Content-Type: application/json |
||||
tenant-id: {{adminTenentId}} |
||||
tenant-id: {{adminTenantId}} |
||||
Authorization: Bearer {{token}} |
||||
|
@ -1,4 +1,4 @@ |
||||
### 请求 /infra/redis/get-monitor-info 接口 => 成功 |
||||
GET {{baseUrl}}/infra/redis/get-monitor-info |
||||
Authorization: Bearer {{token}} |
||||
tenant-id: {{adminTenentId}} |
||||
tenant-id: {{adminTenantId}} |
||||
|
@ -1,4 +1,4 @@ |
||||
### 获得商品 SPU 明细 |
||||
GET {{baseUrl}}/product/spu/get-detail?id=4 |
||||
Authorization: Bearer {{token}} |
||||
tenant-id: {{adminTenentId}} |
||||
tenant-id: {{adminTenantId}} |
||||
|
@ -1,18 +1,18 @@ |
||||
### 获得订单交易的分页(默认) |
||||
GET {{appApi}}/product/spu/page?pageNo=1&pageSize=10 |
||||
Authorization: Bearer {{appToken}} |
||||
tenant-id: {{appTenentId}} |
||||
tenant-id: {{appTenantId}} |
||||
|
||||
### 获得订单交易的分页(价格) |
||||
GET {{appApi}}/product/spu/page?pageNo=1&pageSize=10&sortField=price&sortAsc=true |
||||
Authorization: Bearer {{appToken}} |
||||
tenant-id: {{appTenentId}} |
||||
tenant-id: {{appTenantId}} |
||||
|
||||
### 获得订单交易的分页(销售) |
||||
GET {{appApi}}/product/spu/page?pageNo=1&pageSize=10&sortField=salesCount&sortAsc=true |
||||
Authorization: Bearer {{appToken}} |
||||
tenant-id: {{appTenentId}} |
||||
tenant-id: {{appTenantId}} |
||||
|
||||
### 获得商品 SPU 明细 |
||||
GET {{appApi}}/product/spu/get-detail?id=102 |
||||
tenant-id: {{appTenentId}} |
||||
tenant-id: {{appTenantId}} |
||||
|
@ -1,14 +1,14 @@ |
||||
### 获得交易订单分页 => 成功 |
||||
GET {{baseUrl}}/trade/order/page?pageNo=1&pageSize=10 |
||||
Authorization: Bearer {{token}} |
||||
tenant-id: {{adminTenentId}} |
||||
tenant-id: {{adminTenantId}} |
||||
|
||||
### 获得交易订单分页 => 成功 |
||||
GET {{baseUrl}}/trade/order/get-detail?id=21 |
||||
Authorization: Bearer {{token}} |
||||
tenant-id: {{adminTenentId}} |
||||
tenant-id: {{adminTenantId}} |
||||
|
||||
### 获得交易订单的物流轨迹 => 成功 |
||||
GET {{baseUrl}}/trade/order/get-express-track-list?id=21 |
||||
Authorization: Bearer {{token}} |
||||
tenant-id: {{adminTenentId}} |
||||
tenant-id: {{adminTenantId}} |
@ -1,4 +1,4 @@ |
||||
### 请求 /member/user/profile/get 接口 => 没有权限 |
||||
GET {{appApi}}/member/user/get |
||||
Authorization: Bearer test245 |
||||
tenant-id: {{appTenentId}} |
||||
tenant-id: {{appTenantId}} |
||||
|
@ -1,4 +1,4 @@ |
||||
### 请求 /menu/list 接口 => 成功 |
||||
GET {{baseUrl}}/system/dict-data/list-all-simple |
||||
Authorization: Bearer {{token}} |
||||
tenant-id: {{adminTenentId}} |
||||
tenant-id: {{adminTenantId}} |
||||
|
@ -1,5 +1,5 @@ |
||||
### 获得地区树 |
||||
GET {{baseUrl}}/system/area/tree |
||||
Authorization: Bearer {{token}} |
||||
tenant-id: {{adminTenentId}} |
||||
tenant-id: {{adminTenantId}} |
||||
|
||||
|
@ -1,4 +1,4 @@ |
||||
### 请求 /system/operate-log/page 接口 => 成功 |
||||
GET {{baseUrl}}/system/operate-log/page |
||||
Authorization: Bearer {{token}} |
||||
tenant-id: {{adminTenentId}} |
||||
tenant-id: {{adminTenantId}} |
||||
|
@ -1,4 +1,4 @@ |
||||
### 请求 /menu/list 接口 => 成功 |
||||
GET {{baseUrl}}/system/menu/list |
||||
Authorization: Bearer {{token}} |
||||
tenant-id: {{adminTenentId}} |
||||
tenant-id: {{adminTenantId}} |
||||
|
@ -1,4 +1,4 @@ |
||||
### 请求 /system/user/profile/get 接口 => 没有权限 |
||||
GET {{baseUrl}}/system/user/profile/get |
||||
Authorization: Bearer {{token}} |
||||
tenant-id: {{adminTenentId}} |
||||
tenant-id: {{adminTenantId}} |
||||
|
Loading…
Reference in new issue