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,7 +1,7 @@
### 请求 /create 接口 => 成功
POST {{appApi}}//member/address/create
Content-Type: application/json
tenant-id: {{appTenentId}}
tenant-id: {{appTenantId}}
Authorization: Bearer {{appToken}}
{
@@ -16,7 +16,7 @@ Authorization: Bearer {{appToken}}
### 请求 /update 接口 => 成功
PUT {{appApi}}//member/address/update
Content-Type: application/json
tenant-id: {{appTenentId}}
tenant-id: {{appTenantId}}
Authorization: Bearer {{appToken}}
{
@@ -32,23 +32,23 @@ Authorization: Bearer {{appToken}}
### 请求 /delete 接口 => 成功
DELETE {{appApi}}//member/address/delete?id=2
Content-Type: application/json
tenant-id: {{appTenentId}}
tenant-id: {{appTenantId}}
Authorization: Bearer {{appToken}}
### 请求 /get 接口 => 成功
GET {{appApi}}//member/address/get?id=1
Content-Type: application/json
tenant-id: {{appTenentId}}
tenant-id: {{appTenantId}}
Authorization: Bearer {{appToken}}
### 请求 /get-default 接口 => 成功
GET {{appApi}}//member/address/get-default
Content-Type: application/json
tenant-id: {{appTenentId}}
tenant-id: {{appTenantId}}
Authorization: Bearer {{appToken}}
### 请求 /list 接口 => 成功
GET {{appApi}}//member/address/list
Content-Type: application/json
tenant-id: {{appTenentId}}
tenant-id: {{appTenantId}}
Authorization: Bearer {{appToken}}

View File

@@ -1,7 +1,7 @@
### 请求 /login 接口 => 成功
POST {{appApi}}/member/auth/login
Content-Type: application/json
tenant-id: {{appTenentId}}
tenant-id: {{appTenantId}}
{
"mobile": "15601691388",
@@ -11,7 +11,7 @@ tenant-id: {{appTenentId}}
### 请求 /send-sms-code 接口 => 成功
POST {{appApi}}/member/auth/send-sms-code
Content-Type: application/json
tenant-id: {{appTenentId}}
tenant-id: {{appTenantId}}
{
"mobile": "15601691388",
@@ -21,7 +21,7 @@ tenant-id: {{appTenentId}}
### 请求 /sms-login 接口 => 成功
POST {{appApi}}/member/auth/sms-login
Content-Type: application/json
tenant-id: {{appTenentId}}
tenant-id: {{appTenantId}}
terminal: 30
{
@@ -32,7 +32,7 @@ terminal: 30
### 请求 /social-login 接口 => 成功
POST {{appApi}}/member/auth/social-login
Content-Type: application/json
tenant-id: {{appTenentId}}
tenant-id: {{appTenantId}}
{
"type": 34,
@@ -43,7 +43,7 @@ tenant-id: {{appTenentId}}
### 请求 /weixin-mini-app-login 接口 => 成功
POST {{appApi}}/member/auth/weixin-mini-app-login
Content-Type: application/json
tenant-id: {{appTenentId}}
tenant-id: {{appTenantId}}
{
"phoneCode": "618e6412e0c728f5b8fc7164497463d0158a923c9e7fd86af8bba393b9decbc5",
@@ -54,14 +54,14 @@ tenant-id: {{appTenentId}}
POST {{appApi}}/member/auth/logout
Content-Type: application/json
Authorization: Bearer c1b76bdaf2c146c581caa4d7fd81ee66
tenant-id: {{appTenentId}}
tenant-id: {{appTenantId}}
### 请求 /auth/refresh-token 接口 => 成功
POST {{appApi}}/member/auth/refresh-token?refreshToken=bc43d929094849a28b3a69f6e6940d70
Content-Type: application/json
tenant-id: {{appTenentId}}
tenant-id: {{appTenantId}}
### 请求 /auth/create-weixin-jsapi-signature 接口 => 成功
POST {{appApi}}/member/auth/create-weixin-jsapi-signature?url=http://www.iocoder.cn
Authorization: Bearer {{appToken}}
tenant-id: {{appTenentId}}
tenant-id: {{appTenantId}}

View File

@@ -1,4 +1,4 @@
### 请求 /member/user/profile/get 接口 => 没有权限
GET {{appApi}}/member/user/get
Authorization: Bearer test245
tenant-id: {{appTenentId}}
tenant-id: {{appTenantId}}