fix typo: adminTenentId -> adminTenantId, appTenentId -> appTenantId
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
GET {{appApi}}/promotion/activity/list-by-spu-ids?spuIds=222&spuIds=633
|
||||
Authorization: Bearer {{appToken}}
|
||||
Content-Type: application/json
|
||||
tenant-id: {{appTenentId}}
|
||||
tenant-id: {{appTenantId}}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
POST {{appApi}}/promotion/bargain-help/create
|
||||
Authorization: Bearer test248
|
||||
Content-Type: application/json
|
||||
tenant-id: {{appTenentId}}
|
||||
tenant-id: {{appTenantId}}
|
||||
|
||||
{
|
||||
"recordId": 26
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
POST {{appApi}}/promotion/bargain-record/create
|
||||
Authorization: Bearer {{appToken}}
|
||||
Content-Type: application/json
|
||||
tenant-id: {{appTenentId}}
|
||||
tenant-id: {{appTenantId}}
|
||||
|
||||
{
|
||||
"activityId": 1
|
||||
|
||||
Reference in New Issue
Block a user