fix typo: adminTenentId -> adminTenantId, appTenentId -> appTenantId

This commit is contained in:
mcwindy
2025-02-05 11:42:59 +08:00
parent 06634a4265
commit 4e43958fe3
46 changed files with 135 additions and 135 deletions

View File

@@ -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}}