Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi_request_test
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈海枫
mayi_request_test
Commits
b005d0ea
Commit
b005d0ea
authored
Aug 20, 2024
by
陈海枫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete xgy.postman_collection.json
parent
5e71764c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1366 deletions
+0
-1366
xgy.postman_collection.json
+0
-1366
No files found.
xgy.postman_collection.json
deleted
100644 → 0
View file @
5e71764c
{
"info"
:
{
"_postman_id"
:
"4da8a899-e851-4503-bf6a-55d65253e3dd"
,
"name"
:
"xgy"
,
"schema"
:
"https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item"
:
[
{
"name"
:
"管理后台"
,
"item"
:
[
{
"name"
:
"客户服务"
,
"item"
:
[
{
"name"
:
"管理后台登录"
,
"event"
:
[
{
"listen"
:
"prerequest"
,
"script"
:
{
"exec"
:
[
""
],
"type"
:
"text/javascript"
}
},
{
"listen"
:
"test"
,
"script"
:
{
"exec"
:
[
"pm.test(
\"
Status code is 200
\"
, function () {
\r
"
,
" pm.response.to.have.status(200);
\r
"
,
"});
\r
"
,
"//响应状态码200断言
\r
"
,
"
\r
"
,
"pm.test(
\"
Body matches string
\"
, function () {
\r
"
,
" pm.expect(pm.response.text()).to.include(
\"
请求成功
\"
);
\r
"
,
"});
\r
"
,
"//断言响应字符串是否包含请求成功
\r
"
,
"
\r
"
,
"pm.test(
\"
Body matches string
\"
, function () {
\r
"
,
" pm.expect(pm.response.text()).to.include(
\"
ok
\"
);
\r
"
,
"});
\r
"
,
"//断言响应字符串是否包含ok
\r
"
,
"
\r
"
,
"pm.test(
\"
Content-Type is present
\"
, function () {
\r
"
,
" pm.response.to.have.header(
\"
Content-Type
\"
);
\r
"
,
"});
\r
"
,
"//断言响应是否包含Content-Type
\r
"
,
"
\r
"
,
"
\r
"
,
"var jsondata =JSON.parse(responseBody);
\r
"
,
"//提取响应作为JSON
\r
"
,
"pm.globals.set(
\"
Mayi-Token
\"
, jsondata.data.token)
\r
"
,
"//提取jsonData中的token做为全局变量Mayi-Token"
],
"type"
:
"text/javascript"
}
}
],
"request"
:
{
"method"
:
"POST"
,
"header"
:
[],
"body"
:
{
"mode"
:
"raw"
,
"raw"
:
"{
\r\n
\"
username
\"
:
\"
13037555524
\"
,
\r\n
\"
password
\"
:
\"
123456
\"
,
\r\n
\"
loginType
\"
: 1
\r\n
}"
,
"options"
:
{
"raw"
:
{
"language"
:
"json"
}
}
},
"url"
:
{
"raw"
:
"https://admin.mayi888.com/innerApi/baseService/employeeInfo/loginByRole"
,
"protocol"
:
"https"
,
"host"
:
[
"admin"
,
"mayi888"
,
"com"
],
"path"
:
[
"innerApi"
,
"baseService"
,
"employeeInfo"
,
"loginByRole"
]
}
},
"response"
:
[]
},
{
"name"
:
"客户查询"
,
"event"
:
[
{
"listen"
:
"prerequest"
,
"script"
:
{
"exec"
:
[
""
],
"type"
:
"text/javascript"
}
},
{
"listen"
:
"test"
,
"script"
:
{
"exec"
:
[
"pm.test(
\"
Status code is 200
\"
, function () {
\r
"
,
" pm.response.to.have.status(200);
\r
"
,
"});
\r
"
,
"//响应状态码200断言
\r
"
,
"
\r
"
,
"pm.test(
\"
Body matches string
\"
, function () {
\r
"
,
" pm.expect(pm.response.text()).to.include(
\"
ok
\"
);
\r
"
,
"});
\r
"
,
"//断言响应字符串是否包含ok
\r
"
,
"
\r
"
,
"pm.test(
\"
Content-Type is present
\"
, function () {
\r
"
,
" pm.response.to.have.header(
\"
Content-Type
\"
);
\r
"
,
"});
\r
"
,
"//断言响应是否包含Content-Type
\r
"
,
""
],
"type"
:
"text/javascript"
}
}
],
"request"
:
{
"method"
:
"POST"
,
"header"
:
[
{
"key"
:
"Mayi-Token"
,
"value"
:
"{{Mayi-Token}}"
,
"type"
:
"text"
},
{
"key"
:
"Content-Type"
,
"value"
:
"application/json;charset=UTF-8"
,
"type"
:
"text"
},
{
"key"
:
"Accept"
,
"value"
:
"application/json, text/plain, */*"
,
"type"
:
"text"
}
],
"body"
:
{
"mode"
:
"raw"
,
"raw"
:
"{
\r\n
\"
pageNum
\"
: 1,
\r\n
\"
pageSize
\"
: 10,
\r\n
\"
sourceOrgIds
\"
: [],
\r\n
\"
tIds
\"
: [],
\r\n
\"
tagIds
\"
: [],
\r\n
\"
tagIdsAll
\"
: [],
\r\n
\"
isMerge
\"
: false,
\r\n
\"
isPublic
\"
: false,
\r\n
\"
createTimeFrom
\"
:
\"\"
,
\r\n
\"
createTimeTo
\"
:
\"\"
,
\r\n
\"
enterpriseFlag
\"
: false,
\r\n
\"
cardIds
\"
: [],
\r\n
\"
contactWay
\"
:
\"
13037555524
\"
,
\r\n
\"
cardVersion
\"
: 1
\r\n
}"
,
"options"
:
{
"raw"
:
{
"language"
:
"json"
}
}
},
"url"
:
{
"raw"
:
"https://admin.mayi888.com/innerApi/userService/customerInfo/query"
,
"protocol"
:
"https"
,
"host"
:
[
"admin"
,
"mayi888"
,
"com"
],
"path"
:
[
"innerApi"
,
"userService"
,
"customerInfo"
,
"query"
]
}
},
"response"
:
[]
}
]
},
{
"name"
:
"商品服务"
,
"item"
:
[
{
"name"
:
"新增商品"
,
"event"
:
[
{
"listen"
:
"prerequest"
,
"script"
:
{
"exec"
:
[
""
],
"type"
:
"text/javascript"
}
},
{
"listen"
:
"test"
,
"script"
:
{
"exec"
:
[
"pm.test(
\"
Status code is 200
\"
, function () {
\r
"
,
" pm.response.to.have.status(200);
\r
"
,
"});
\r
"
,
"//响应状态码200断言
\r
"
,
"
\r
"
,
"pm.test(
\"
Body matches string
\"
, function () {
\r
"
,
" pm.expect(pm.response.text()).to.include(
\"
ok
\"
);
\r
"
,
"});
\r
"
,
"//断言响应字符串是否包含ok
\r
"
,
"
\r
"
,
"pm.test(
\"
Content-Type is present
\"
, function () {
\r
"
,
" pm.response.to.have.header(
\"
Content-Type
\"
);
\r
"
,
"});
\r
"
,
"//断言响应是否包含Content-Type
\r
"
,
"
\r
"
,
"var jsondata =JSON.parse(responseBody);
\r
"
,
"//提取响应作为JSON
\r
"
,
"pm.globals.set(
\"
product_id
\"
, jsondata.data)
\r
"
,
"//提取jsonData中的token做为全局变量Mayi-Token"
],
"type"
:
"text/javascript"
}
}
],
"request"
:
{
"method"
:
"POST"
,
"header"
:
[
{
"key"
:
"Mayi-Token"
,
"value"
:
"{{Mayi-Token}}"
,
"type"
:
"text"
},
{
"key"
:
"Content-Type"
,
"value"
:
"application/json;charset=UTF-8"
,
"type"
:
"text"
},
{
"key"
:
"Accept"
,
"value"
:
"application/json, text/plain, */*"
,
"type"
:
"text"
}
],
"body"
:
{
"mode"
:
"raw"
,
"raw"
:
"{
\r\n
\"
coverImage
\"
:
\"\"
,
\r\n
\"
multiSpecificationFlag
\"
: 0,
\r\n
\"
productSaleType
\"
:
\"
0
\"
,
\r\n
\"
marketingModel
\"
:
\"
1
\"
,
\r\n
\"
inventoryModel
\"
:
\"\"
,
\r\n
\"
directionsForUse
\"
:
\"\"
,
\r\n
\"
limitPurchaseFlag
\"
: false,
\r\n
\"
limitPurchaseNumber
\"
:
\"\"
,
\r\n
\"
virtualBookType
\"
:
\"
0
\"
,
\r\n
\"
categoryId
\"
:
\"
6
\"
,
\r\n
\"
productNature
\"
:
\"
1
\"
,
\r\n
\"
eBookId
\"
: null,
\r\n
\"
audioBookId
\"
: null,
\r\n
\"
physicalBookId
\"
: null,
\r\n
\"
productName
\"
:
\"
测试商品
\"
,
\r\n
\"
electronicImg
\"
:
\"\"
,
\r\n
\"
saveOrUpdateProductResourceRequestDTOs
\"
: [],
\r\n
\"
saveOrUpdateSingleSpeGoodsInfoRequestDTO
\"
: {
\r\n
\"
enableFlag
\"
: 1,
\r\n
\"
goodsCode
\"
:
\"\"
,
\r\n
\"
goodsBarCode
\"
:
\"\"
,
\r\n
\"
weight
\"
:
\"\"
,
\r\n
\"
sizeLong
\"
:
\"\"
,
\r\n
\"
sizeWidth
\"
:
\"\"
,
\r\n
\"
sizeHeight
\"
:
\"\"
,
\r\n
\"
cTn
\"
:
\"\"
,
\r\n
\"
goodsSuggestedRetailPrice
\"
:
\"\"
,
\r\n
\"
goodsDefaultSellPrice
\"
:
\"\"
,
\r\n
\"
goodsPriceIntervalMinimum
\"
:
\"\"
,
\r\n
\"
goodsPriceIntervalBiggest
\"
:
\"\"
,
\r\n
\"
periodOfValidityType
\"
:
\"\"
,
\r\n
\"
periodOfValidityStartTime
\"
:
\"\"
,
\r\n
\"
periodOfValidityEndTime
\"
:
\"\"
,
\r\n
\"
periodOfValidityDay
\"
:
\"\"
,
\r\n
\"
oversoldFlag
\"
: false,
\r\n
\"
saveCombinationGoodsRelationshipRequestDTOS
\"
: [],
\r\n
\"
outId
\"
:
\"\"\r\n
},
\r\n
\"
productAttributeIdsStr
\"
:
\"\"
,
\r\n
\"
classIdsStr
\"
:
\"\"
,
\r\n
\"
clearPreferredSupplierId
\"
: true
\r\n
}"
,
"options"
:
{
"raw"
:
{
"language"
:
"json"
}
}
},
"url"
:
{
"raw"
:
"https://admin.mayi888.com/innerApi/goodsService/product/add_product"
,
"protocol"
:
"https"
,
"host"
:
[
"admin"
,
"mayi888"
,
"com"
],
"path"
:
[
"innerApi"
,
"goodsService"
,
"product"
,
"add_product"
]
}
},
"response"
:
[]
},
{
"name"
:
"删除新增商品"
,
"event"
:
[
{
"listen"
:
"prerequest"
,
"script"
:
{
"exec"
:
[
""
],
"type"
:
"text/javascript"
}
},
{
"listen"
:
"test"
,
"script"
:
{
"exec"
:
[
"pm.test(
\"
Status code is 200
\"
, function () {
\r
"
,
" pm.response.to.have.status(200);
\r
"
,
"});
\r
"
,
"//响应状态码200断言
\r
"
,
"
\r
"
,
"pm.test(
\"
Body matches string
\"
, function () {
\r
"
,
" pm.expect(pm.response.text()).to.include(
\"
ok
\"
);
\r
"
,
"});
\r
"
,
"//断言响应字符串是否包含ok
\r
"
,
"
\r
"
,
"pm.test(
\"
Content-Type is present
\"
, function () {
\r
"
,
" pm.response.to.have.header(
\"
Content-Type
\"
);
\r
"
,
"});
\r
"
,
"//断言响应是否包含Content-Type
\r
"
,
""
],
"type"
:
"text/javascript"
}
}
],
"request"
:
{
"method"
:
"POST"
,
"header"
:
[
{
"key"
:
"Mayi-Token"
,
"value"
:
"{{Mayi-Token}}"
,
"type"
:
"text"
},
{
"key"
:
"Content-Type"
,
"value"
:
"application/json;charset=UTF-8"
,
"type"
:
"text"
},
{
"key"
:
"Accept"
,
"value"
:
"application/json, text/plain, */*"
,
"type"
:
"text"
}
],
"body"
:
{
"mode"
:
"raw"
,
"raw"
:
"{
\r\n
\"
pageNum
\"
: 1,
\r\n
\"
pageSize
\"
: 10,
\r\n
\"
isDataPermission
\"
: true,
\r\n
\"
preferredSupplierNames
\"
: [],
\r\n
\"
productAttributeSearchType
\"
:
\"\"
,
\r\n
\"
productAttributeIds
\"
: [],
\r\n
\"
channelSource
\"
:
\"\"
,
\r\n
\"
brandIdsStr
\"
:
\"\"
,
\r\n
\"
productSaleType
\"
:
\"\"
,
\r\n
\"
productCategoryIdsStr
\"
:
\"\"
,
\r\n
\"
builtInFlag
\"
: 0,
\r\n
\"
productName
\"
:
\"
高级全棉床单款婚庆四件套
\"\r\n
}"
,
"options"
:
{
"raw"
:
{
"language"
:
"json"
}
}
},
"url"
:
{
"raw"
:
"https://admin.mayi888.com/innerApi/goodsService/product/remove_to_garbage/{{product_id}}"
,
"protocol"
:
"https"
,
"host"
:
[
"admin"
,
"mayi888"
,
"com"
],
"path"
:
[
"innerApi"
,
"goodsService"
,
"product"
,
"remove_to_garbage"
,
"{{product_id}}"
]
}
},
"response"
:
[]
}
]
},
{
"name"
:
"库存服务"
,
"item"
:
[
{
"name"
:
"修改商品库存"
,
"event"
:
[
{
"listen"
:
"prerequest"
,
"script"
:
{
"exec"
:
[
""
],
"type"
:
"text/javascript"
}
},
{
"listen"
:
"test"
,
"script"
:
{
"exec"
:
[
"pm.test(
\"
Status code is 200
\"
, function () {
\r
"
,
" pm.response.to.have.status(200);
\r
"
,
"});
\r
"
,
"//响应状态码200断言
\r
"
,
"
\r
"
,
"pm.test(
\"
Body matches string
\"
, function () {
\r
"
,
" pm.expect(pm.response.text()).to.include(
\"
ok
\"
);
\r
"
,
"});
\r
"
,
"//断言响应字符串是否包含ok
\r
"
,
"
\r
"
,
"pm.test(
\"
Content-Type is present
\"
, function () {
\r
"
,
" pm.response.to.have.header(
\"
Content-Type
\"
);
\r
"
,
"});
\r
"
,
"//断言响应是否包含Content-Type
\r
"
,
"
\r
"
,
"
\r
"
,
""
],
"type"
:
"text/javascript"
}
}
],
"request"
:
{
"method"
:
"POST"
,
"header"
:
[
{
"key"
:
"Mayi-Token"
,
"value"
:
"{{Mayi-Token}}"
,
"type"
:
"text"
},
{
"key"
:
"Content-Type"
,
"value"
:
"application/json;charset=UTF-8"
,
"type"
:
"text"
},
{
"key"
:
"Accept"
,
"value"
:
"application/json, text/plain, */*"
,
"type"
:
"text"
}
],
"body"
:
{
"mode"
:
"raw"
,
"raw"
:
"[
\r\n
{
\r\n
\"
orgId
\"
:
\"
7278
\"
,
\r\n
\"
goodsCode
\"
:
\"
5dnAWya8001
\"
,
\r\n
\"
changeInventory
\"
:
\"
1
\"\r\n
}
\r\n
]"
,
"options"
:
{
"raw"
:
{
"language"
:
"json"
}
}
},
"url"
:
{
"raw"
:
"https://admin.mayi888.com/innerApi/inventoryService/inventory/incrementa_inventory"
,
"protocol"
:
"https"
,
"host"
:
[
"admin"
,
"mayi888"
,
"com"
],
"path"
:
[
"innerApi"
,
"inventoryService"
,
"inventory"
,
"incrementa_inventory"
]
}
},
"response"
:
[]
}
]
},
{
"name"
:
"订单服务"
,
"item"
:
[
{
"name"
:
"代客下单"
,
"event"
:
[
{
"listen"
:
"test"
,
"script"
:
{
"exec"
:
[
"pm.test(
\"
Status code is 200
\"
, function () {
\r
"
,
" pm.response.to.have.status(200);
\r
"
,
"});
\r
"
,
"//响应状态码200断言
\r
"
,
"
\r
"
,
"pm.test(
\"
Body matches string
\"
, function () {
\r
"
,
" pm.expect(pm.response.text()).to.include(
\"
true
\"
);
\r
"
,
"});
\r
"
,
"//断言响应字符串是否包含true
\r
"
,
"
\r
"
,
"pm.test(
\"
Content-Type is present
\"
, function () {
\r
"
,
" pm.response.to.have.header(
\"
Content-Type
\"
);
\r
"
,
"});
\r
"
,
"//断言响应是否包含Content-Type
\r
"
,
"
\r
"
,
"
\r
"
,
""
],
"type"
:
"text/javascript"
}
},
{
"listen"
:
"prerequest"
,
"script"
:
{
"exec"
:
[
""
],
"type"
:
"text/javascript"
}
}
],
"request"
:
{
"method"
:
"POST"
,
"header"
:
[
{
"key"
:
"Mayi-Token"
,
"value"
:
"{{Mayi-Token}}"
,
"type"
:
"text"
},
{
"key"
:
"Content-Type"
,
"value"
:
"application/json;charset=UTF-8"
,
"type"
:
"text"
},
{
"key"
:
"Accept"
,
"value"
:
"application/json, text/plain, */*"
,
"type"
:
"text"
}
],
"body"
:
{
"mode"
:
"raw"
,
"raw"
:
"{
\r\n
\"
address
\"
:
\"
天安门
\"
,
\r\n
\"
applySource
\"
:
\"
5
\"
,
\r\n
\"
apportionedResidualPrice
\"
:
\"
0.000000
\"
,
\r\n
\"
balanceActualDiscountAmount
\"
:
\"
0
\"
,
\r\n
\"
buyerObtainIntegralFee
\"
:
\"
0
\"
,
\r\n
\"
cityCode
\"
:
\"
110100
\"
,
\r\n
\"
cityId
\"
:
\"
457
\"
,
\r\n
\"
cityName
\"
:
\"
上海市
\"
,
\r\n
\"
cloudWarehouseFlag
\"
:
\"
0
\"
,
\r\n
\"
companyName
\"
:
\"\"
,
\r\n
\"
confirmStatus
\"
:
\"
0
\"
,
\r\n
\"
consignee
\"
:
\"
李可心
\"
,
\r\n
\"
contractSigningStatus
\"
:
\"
0
\"
,
\r\n
\"
contractSigningUrl
\"
:
\"\"
,
\r\n
\"
contractTemplateUrl
\"
:
\"\"
,
\r\n
\"
costBonus
\"
:
\"
0
\"
,
\r\n
\"
couponName
\"
:
\"\"
,
\r\n
\"
couponPrice
\"
: 0,
\r\n
\"
createDatetime
\"
:
\"
2024-01-10 11:16:38
\"
,
\r\n
\"
createOperator
\"
:
\"
陈海枫
\"
,
\r\n
\"
customerEnterpriseName
\"
:
\"\"
,
\r\n
\"
customerHeadImage
\"
:
\"\"
,
\r\n
\"
customerHistoryOrderCount
\"
:
\"
479
\"
,
\r\n
\"
customerId
\"
:
\"
292859
\"
,
\r\n
\"
customerName
\"
:
\"
李可心
\"
,
\r\n
\"
customerNickname
\"
:
\"
陈海枫
\"
,
\r\n
\"
customerPhoneNumber
\"
:
\"
13037555524
\"
,
\r\n
\"
customerSourceOrgId
\"
:
\"
7278
\"
,
\r\n
\"
customerSourceOrgName
\"
:
\"
通州燕来喜家纺城
\"
,
\r\n
\"
depositPercentage
\"
:
\"
0.000000
\"
,
\r\n
\"
draftFlag
\"
:
\"
0
\"
,
\r\n
\"
employeeHeadUrl
\"
:
\"\"
,
\r\n
\"
erpSyncDatetime
\"
: null,
\r\n
\"
erpSyncRemark
\"
:
\"\"
,
\r\n
\"
expectedForDeliveryDatetime
\"
:
\"\"
,
\r\n
\"
extendJson
\"
:
\"\"
,
\r\n
\"
giftCardActualDiscountAmount
\"
:
\"
0
\"
,
\r\n
\"
goodsSourceOrgCode
\"
:
\"
LET6F4
\"
,
\r\n
\"
goodsSourceOrgId
\"
:
\"
7278
\"
,
\r\n
\"
goodsSourceOrgName
\"
:
\"
通州燕来喜家纺城
\"
,
\r\n
\"
groupId
\"
:
\"
419
\"
,
\r\n
\"
hasReturnShippingFee
\"
:
\"
0
\"
,
\r\n
\"
identityCard
\"
:
\"\"
,
\r\n
\"
includeTaxFlag
\"
:
\"
0
\"
,
\r\n
\"
invoiceAddress
\"
:
\"\"
,
\r\n
\"
invoiceBank
\"
:
\"\"
,
\r\n
\"
invoiceBankSn
\"
:
\"\"
,
\r\n
\"
invoiceContent
\"
:
\"\"
,
\r\n
\"
invoicePhone
\"
:
\"\"
,
\r\n
\"
invoiceReceiveEmail
\"
:
\"\"
,
\r\n
\"
invoiceReceiveTelephone
\"
:
\"\"
,
\r\n
\"
invoiceTaxNumber
\"
:
\"\"
,
\r\n
\"
manualDiscountPrice
\"
: 0,
\r\n
\"
manualDiscountPriceBeforeOrder
\"
:
\"
0
\"
,
\r\n
\"
marketingMode
\"
:
\"
-1
\"
,
\r\n
\"
orderExpenseDetails
\"
: [],
\r\n
\"
orderItems
\"
: [
\r\n
{
\r\n
\"
activityDisPriceDesc
\"
:
\"\"
,
\r\n
\"
allowReturnFlag
\"
:
\"
1
\"
,
\r\n
\"
allowReturnMoneyFlag
\"
:
\"
1
\"
,
\r\n
\"
apportionedResidualPrice
\"
:
\"
0.000000
\"
,
\r\n
\"
balanceActualDiscountAmount
\"
:
\"
0
\"
,
\r\n
\"
balanceDisPriceDesc
\"
:
\"\"
,
\r\n
\"
bargainingActualDiscountAmount
\"
:
\"
0
\"
,
\r\n
\"
childCombinationSalePrice
\"
:
\"
0.000000
\"
,
\r\n
\"
combinationGoodsQty
\"
:
\"
0.000000
\"
,
\r\n
\"
combinationGoodsSpecifications
\"
:
\"\"
,
\r\n
\"
combinationProductMainImage
\"
:
\"\"
,
\r\n
\"
combinationProductName
\"
:
\"\"
,
\r\n
\"
costPrice
\"
:
\"
0.000000
\"
,
\r\n
\"
couponActualDiscountAmount
\"
:
\"
0
\"
,
\r\n
\"
couponPriceDesc
\"
:
\"\"
,
\r\n
\"
customerName
\"
:
\"\"
,
\r\n
\"
dealPrice
\"
:
\"
299.000000
\"
,
\r\n
\"
dealPriceInit
\"
:
\"
299.000000
\"
,
\r\n
\"
depositInflationActualDiscountAmount
\"
:
\"
0
\"
,
\r\n
\"
errorAmount
\"
:
\"
0.000000
\"
,
\r\n
\"
exchangeIntegral
\"
:
\"
0.000000
\"
,
\r\n
\"
finalApportionmentPrice
\"
:
\"
299.00
\"
,
\r\n
\"
flagFullGift
\"
:
\"
0
\"
,
\r\n
\"
fullReductionGiftActualDiscountAmount
\"
:
\"
0
\"
,
\r\n
\"
giftCardActualDiscountAmount
\"
:
\"
0
\"
,
\r\n
\"
giftCardDisPriceDesc
\"
:
\"\"
,
\r\n
\"
giftFlag
\"
:
\"
0
\"
,
\r\n
\"
goodsCode
\"
:
\"
m1YeBnC5001
\"
,
\r\n
\"
goodsId
\"
:
\"
159912
\"
,
\r\n
\"
goodsPictureUrl
\"
:
\"
https://cdn.mayi888.com/product/HZcDwXfnXw.jpg
\"
,
\r\n
\"
goodsSuggestedRetailPrice
\"
:
\"
399.000000
\"
,
\r\n
\"
id
\"
:
\"
481630
\"
,
\r\n
\"
itemExpenseDetails
\"
: [],
\r\n
\"
limitTimeActualDiscountAmount
\"
:
\"
0.00
\"
,
\r\n
\"
marketingModel
\"
:
\"
1
\"
,
\r\n
\"
memberActualDiscountAmount
\"
:
\"
0
\"
,
\r\n
\"
membershipCardDisPriceDesc
\"
:
\"\"
,
\r\n
\"
onePriceActualDiscountAmount
\"
:
\"
0
\"
,
\r\n
\"
orderItemInitId
\"
:
\"
481630
\"
,
\r\n
\"
orderSn
\"
:
\"
ORD2024011011163700198108
\"
,
\r\n
\"
orgCode
\"
:
\"\"
,
\r\n
\"
plusBuyCode
\"
:
\"\"
,
\r\n
\"
plusBuyName
\"
:
\"\"
,
\r\n
\"
productCode
\"
:
\"
m1YeBnC5
\"
,
\r\n
\"
productId
\"
:
\"
73846
\"
,
\r\n
\"
productName
\"
:
\"
高级全棉床单款婚庆四件套
\"
,
\r\n
\"
productNature
\"
:
\"
1
\"
,
\r\n
\"
productSaleType
\"
:
\"
0
\"
,
\r\n
\"
productType
\"
:
\"
0
\"
,
\r\n
\"
qty
\"
: 1,
\r\n
\"
remark
\"
:
\"\"
,
\r\n
\"
returnCount
\"
:
\"
0
\"
,
\r\n
\"
returnPeriod
\"
:
\"
7
\"
,
\r\n
\"
returnSuccessQty
\"
:
\"
0
\"
,
\r\n
\"
returningQty
\"
:
\"
0
\"
,
\r\n
\"
rowCostPrice
\"
:
\"
0.000000
\"
,
\r\n
\"
rowTotalPrice
\"
:
\"
299.00
\"
,
\r\n
\"
salePrice
\"
:
\"
299.000000
\"
,
\r\n
\"
secondHalfPriceActualDiscountAmount
\"
:
\"
0
\"
,
\r\n
\"
secondKillActualDiscountAmount
\"
:
\"
0
\"
,
\r\n
\"
selfDefinedLevelMessage
\"
:
\"\"
,
\r\n
\"
singleManualDiscountPrice
\"
:
\"
0.000000
\"
,
\r\n
\"
specificationResponseDTOS
\"
: [],
\r\n
\"
specificationValues
\"
:
\"\"
,
\r\n
\"
specifications
\"
:
\"
{}
\"
,
\r\n
\"
supplierCode
\"
:
\"\"
,
\r\n
\"
supplierName
\"
:
\"\"
,
\r\n
\"
swapGoodsFlag
\"
:
\"
0
\"
,
\r\n
\"
teamActualDiscountAmount
\"
:
\"
0
\"
,
\r\n
\"
terminalGoodsMixId
\"
:
\"
bc4sqfjn7spn
\"
,
\r\n
\"
terminalProductGoodsId
\"
:
\"
258834
\"
,
\r\n
\"
terminalProductGoodsOrgCode
\"
:
\"
LET6F4
\"
,
\r\n
\"
terminalProductGoodsOrgId
\"
:
\"
7278
\"
,
\r\n
\"
terminalProductGoodsOrgName
\"
:
\"
通州燕来喜家纺城
\"
,
\r\n
\"
terminalProductId
\"
:
\"
102834
\"
,
\r\n
\"
unshipQty
\"
:
\"
1.000000
\"
,
\r\n
\"
usePriceTable
\"
:
\"\"
,
\r\n
\"
dealPriceChange
\"
:
\"
299.000000
\"
,
\r\n
\"
discountWay
\"
:
\"
1
\"
,
\r\n
\"
discountValue
\"
:
\"\"
,
\r\n
\"
discountAfterPrice
\"
:
\"\"\r\n
}
\r\n
],
\r\n
\"
orderMasterNodes
\"
: [
\r\n
{
\r\n
\"
createDatetime
\"
:
\"
2024-01-10 11:16:38
\"
,
\r\n
\"
node
\"
:
\"
1
\"
,
\r\n
\"
operator
\"
:
\"
陈海枫
\"
,
\r\n
\"
orderSn
\"
:
\"
ORD2024011011163700198108
\"
,
\r\n
\"
remark
\"
:
\"\"\r\n
},
\r\n
{
\r\n
\"
createDatetime
\"
:
\"
2024-01-10 11:16:38
\"
,
\r\n
\"
node
\"
:
\"
3
\"
,
\r\n
\"
operator
\"
:
\"\"
,
\r\n
\"
orderSn
\"
:
\"
ORD2024011011163700198108
\"
,
\r\n
\"
remark
\"
:
\"\"\r\n
}
\r\n
],
\r\n
\"
orderRecord
\"
: [
\r\n
{
\r\n
\"
date
\"
:
\"
2024-01-10
\"
,
\r\n
\"
orderRecords
\"
: [
\r\n
{
\r\n
\"
operator
\"
:
\"
陈海枫
\"
,
\r\n
\"
operatorTime
\"
:
\"
2024-01-10 11:16:38
\"
,
\r\n
\"
payload
\"
:
\"
{
\\\"
支付状态
\\\"
:
\\\"
未付款 -> 已付清
\\\"
,
\\\"
金额
\\\"
:
\\\"
299.00
\\\"
}
\"
,
\r\n
\"
type
\"
:
\"
7
\"\r\n
},
\r\n
{
\r\n
\"
operator
\"
:
\"
陈海枫
\"
,
\r\n
\"
operatorTime
\"
:
\"
2024-01-10 11:16:37
\"
,
\r\n
\"
payload
\"
:
\"
{
\\\"
客户
\\\"
:
\\\"
陈海枫
\\\"
,
\\\"
导购
\\\"
:
\\\"
陈海枫
\\\"
,
\\\"
状态
\\\"
:
\\\"
待支付
\\\"
,
\\\"
总计
\\\"
:
\\\"
¥299.00
\\\"
}
\"
,
\r\n
\"
type
\"
:
\"
0
\"\r\n
}
\r\n
]
\r\n
}
\r\n
],
\r\n
\"
orderStatus
\"
:
\"
1
\"
,
\r\n
\"
orderType
\"
: 5,
\r\n
\"
orgCode
\"
:
\"
LET6F4
\"
,
\r\n
\"
orgId
\"
:
\"
7278
\"
,
\r\n
\"
orgName
\"
:
\"
通州燕来喜家纺城
\"
,
\r\n
\"
paidDatetime
\"
:
\"
1/10/24 11:16 AM
\"
,
\r\n
\"
payAnotherName
\"
:
\"
标记支付
\"
,
\r\n
\"
payWay
\"
:
\"
标记支付;
\"
,
\r\n
\"
paymentConfigDetails
\"
: [
\r\n
{
\r\n
\"
anotherName
\"
:
\"
标记支付
\"
,
\r\n
\"
id
\"
:
\"
375
\"\r\n
}
\r\n
],
\r\n
\"
paymentStatus
\"
:
\"
2
\"
,
\r\n
\"
paymentTerm
\"
:
\"\"
,
\r\n
\"
placeOrderOrgCode
\"
:
\"
LET6F4
\"
,
\r\n
\"
placeOrderOrgId
\"
:
\"
7278
\"
,
\r\n
\"
placeOrderOrgName
\"
:
\"
通州燕来喜家纺城
\"
,
\r\n
\"
platformSource
\"
:
\"
4
\"
,
\r\n
\"
postscript
\"
:
\"\"
,
\r\n
\"
printingGiftCardZipUrl
\"
:
\"\"
,
\r\n
\"
provinceCode
\"
:
\"
110000
\"
,
\r\n
\"
provinceId
\"
:
\"
1
\"
,
\r\n
\"
provinceName
\"
:
\"
上海市
\"
,
\r\n
\"
regionCode
\"
:
\"
110101
\"
,
\r\n
\"
regionId
\"
:
\"
2940
\"
,
\r\n
\"
regionName
\"
:
\"
嘉定区
\"
,
\r\n
\"
relevancePurchaseSn
\"
:
\"\"
,
\r\n
\"
remark
\"
:
\"\"
,
\r\n
\"
returnProgressCount
\"
:
\"
0
\"
,
\r\n
\"
returnShippingFee
\"
:
\"
0
\"
,
\r\n
\"
saleChannelCode
\"
:
\"
TZYLX
\"
,
\r\n
\"
saleChannelId
\"
:
\"
1645
\"
,
\r\n
\"
saleChannelName
\"
:
\"
通州燕来喜家纺城
\"
,
\r\n
\"
saleChannelType
\"
: 1,
\r\n
\"
sellerAddFlag
\"
:
\"
1
\"
,
\r\n
\"
sellerId
\"
:
\"
4491
\"
,
\r\n
\"
sellerName
\"
:
\"
陈海枫
\"
,
\r\n
\"
sellerRemark
\"
:
\"\"
,
\r\n
\"
settlementMethod
\"
:
\"
0
\"
,
\r\n
\"
shipmentStatus
\"
:
\"
0
\"
,
\r\n
\"
shippingFee
\"
:
\"
0.000000
\"
,
\r\n
\"
shopId
\"
:
\"
1645
\"
,
\r\n
\"
sourceChannel
\"
:
\"
0
\"
,
\r\n
\"
stockUpStatus
\"
:
\"
0
\"
,
\r\n
\"
taxFee
\"
:
\"
0.00
\"
,
\r\n
\"
taxRate
\"
:
\"
0.000000
\"
,
\r\n
\"
telephone
\"
:
\"
18011110000
\"
,
\r\n
\"
thirdPartySource
\"
:
\"
0
\"
,
\r\n
\"
totalAmountPaid
\"
:
\"
299.0
\"
,
\r\n
\"
totalAmountPayable
\"
:
\"\"
,
\r\n
\"
totalExchangeIntegral
\"
:
\"
0.0
\"
,
\r\n
\"
totalGoodsPriceAfterDiscount
\"
:
\"
299.0
\"
,
\r\n
\"
totalOriginalPrice
\"
:
\"
299.0
\"
,
\r\n
\"
totalQty
\"
:
\"
1.0
\"
,
\r\n
\"
transportType
\"
:
\"
1
\"
,
\r\n
\"
updateDatetime
\"
:
\"\"
,
\r\n
\"
wechatSubdivisionSource
\"
:
\"
0
\"
,
\r\n
\"
ok
\"
: false,
\r\n
\"
manualDiscountPriceChange
\"
:
\"
0
\"
,
\r\n
\"
discountWay
\"
:
\"
1
\"
,
\r\n
\"
discountValue
\"
:
\"
0.00
\"
,
\r\n
\"
discountAfterPrice
\"
:
\"
299.00
\"
,
\r\n
\"
invoiceId
\"
: null,
\r\n
\"
priceTableId
\"
:
\"\"
,
\r\n
\"
useMarkPay
\"
: true,
\r\n
\"
isPreparePayment
\"
: false,
\r\n
\"
paymentMethodId
\"
:
\"
375 670
\"
,
\r\n
\"
markPayName
\"
:
\"
标记支付
\"
,
\r\n
\"
giftNumber
\"
: 1,
\r\n
\"
combinationItems
\"
: [],
\r\n
\"
flagCouponByActivity
\"
: 1
\r\n
}"
,
"options"
:
{
"raw"
:
{
"language"
:
"json"
}
}
},
"url"
:
{
"raw"
:
"https://admin.mayi888.com/innerApi/orderService/order/turnConfirmOrder"
,
"protocol"
:
"https"
,
"host"
:
[
"admin"
,
"mayi888"
,
"com"
],
"path"
:
[
"innerApi"
,
"orderService"
,
"order"
,
"turnConfirmOrder"
]
}
},
"response"
:
[]
},
{
"name"
:
"搜索订单"
,
"event"
:
[
{
"listen"
:
"prerequest"
,
"script"
:
{
"exec"
:
[
""
],
"type"
:
"text/javascript"
}
},
{
"listen"
:
"test"
,
"script"
:
{
"exec"
:
[
"pm.test(
\"
Status code is 200
\"
, function () {
\r
"
,
" pm.response.to.have.status(200);
\r
"
,
"});
\r
"
,
"//响应状态码200断言
\r
"
,
"
\r
"
,
"pm.test(
\"
Body matches string
\"
, function () {
\r
"
,
" pm.expect(pm.response.text()).to.include(
\"
ok
\"
);
\r
"
,
"});
\r
"
,
"//断言响应字符串是否包含ok
\r
"
,
"
\r
"
,
"pm.test(
\"
Content-Type is present
\"
, function () {
\r
"
,
" pm.response.to.have.header(
\"
Content-Type
\"
);
\r
"
,
"});
\r
"
,
"//断言响应是否包含Content-Type
\r
"
,
"
\r
"
,
"
\r
"
,
""
],
"type"
:
"text/javascript"
}
}
],
"request"
:
{
"method"
:
"POST"
,
"header"
:
[
{
"key"
:
"Mayi-Token"
,
"value"
:
"{{Mayi-Token}}"
,
"type"
:
"text"
},
{
"key"
:
"Content-Type"
,
"value"
:
"application/json;charset=UTF-8"
,
"type"
:
"text"
},
{
"key"
:
"Accept"
,
"value"
:
"application/json, text/plain, */*"
,
"type"
:
"text"
}
],
"body"
:
{
"mode"
:
"raw"
,
"raw"
:
"{
\r\n
\"
page
\"
: 1,
\r\n
\"
rows
\"
: 10,
\r\n
\"
total
\"
: 7,
\r\n
\"
tabType
\"
:
\"
all
\"
,
\r\n
\"
orgIds
\"
: [],
\r\n
\"
placeOrderOrgIds
\"
: [],
\r\n
\"
orderSn
\"
:
\"
ORD2023071102264300189897
\"
,
\r\n
\"
customerNicknameOrPhone
\"
:
\"\"
,
\r\n
\"
provinceId
\"
: null,
\r\n
\"
cityId
\"
: null,
\r\n
\"
regionId
\"
: null,
\r\n
\"
plusBuyId
\"
:
\"\"
,
\r\n
\"
tagIds
\"
: [],
\r\n
\"
tagIdsAll
\"
: [],
\r\n
\"
createDatetimeFrom
\"
: null,
\r\n
\"
createDatetimeTo
\"
: null,
\r\n
\"
paidDatetimeFrom
\"
: null,
\r\n
\"
paidDatetimeTo
\"
: null,
\r\n
\"
erpSyncDatetimeFrom
\"
: null,
\r\n
\"
erpSyncDatetimeTo
\"
: null,
\r\n
\"
tIds
\"
: [],
\r\n
\"
supplierIds
\"
: [],
\r\n
\"
shipmentStatuses
\"
: [],
\r\n
\"
paymentStatuses
\"
: [],
\r\n
\"
transportTypes
\"
: [],
\r\n
\"
orderTypes
\"
: [],
\r\n
\"
brandIds
\"
: [],
\r\n
\"
customerOrderAreaIds
\"
: []
\r\n
}"
,
"options"
:
{
"raw"
:
{
"language"
:
"json"
}
}
},
"url"
:
{
"raw"
:
"https://admin.mayi888.com/innerApi/orderService/order/page"
,
"protocol"
:
"https"
,
"host"
:
[
"admin"
,
"mayi888"
,
"com"
],
"path"
:
[
"innerApi"
,
"orderService"
,
"order"
,
"page"
]
}
},
"response"
:
[]
}
]
},
{
"name"
:
"search服务"
,
"item"
:
[
{
"name"
:
"商品库货号搜索商品"
,
"event"
:
[
{
"listen"
:
"prerequest"
,
"script"
:
{
"exec"
:
[
""
],
"type"
:
"text/javascript"
}
},
{
"listen"
:
"test"
,
"script"
:
{
"exec"
:
[
"pm.test(
\"
Status code is 200
\"
, function () {
\r
"
,
" pm.response.to.have.status(200);
\r
"
,
"});
\r
"
,
"//响应状态码200断言
\r
"
,
"
\r
"
,
"pm.test(
\"
Body matches string
\"
, function () {
\r
"
,
" pm.expect(pm.response.text()).to.include(
\"
ok
\"
);
\r
"
,
"});
\r
"
,
"//断言响应字符串是否包含ok
\r
"
,
"
\r
"
,
"pm.test(
\"
Content-Type is present
\"
, function () {
\r
"
,
" pm.response.to.have.header(
\"
Content-Type
\"
);
\r
"
,
"});
\r
"
,
"//断言响应是否包含Content-Type
\r
"
,
""
],
"type"
:
"text/javascript"
}
}
],
"request"
:
{
"method"
:
"POST"
,
"header"
:
[
{
"key"
:
"Mayi-Token"
,
"value"
:
"{{Mayi-Token}}"
,
"type"
:
"text"
},
{
"key"
:
"Content-Type"
,
"value"
:
"application/json;charset=UTF-8"
,
"type"
:
"text"
},
{
"key"
:
"Accept"
,
"value"
:
"application/json, text/plain, */*"
,
"type"
:
"text"
}
],
"body"
:
{
"mode"
:
"raw"
,
"raw"
:
"{
\r\n
\"
pageNum
\"
: 1,
\r\n
\"
pageSize
\"
: 10,
\r\n
\"
orgId
\"
:
\"
7278
\"
,
\r\n
\"
putawayFlag
\"
: 1,
\r\n
\"
whetherSoldOut
\"
:
\"\"
,
\r\n
\"
freightMode
\"
:
\"\"
,
\r\n
\"
onlineSalesFlag
\"
:
\"\"
,
\r\n
\"
allowReturnFlag
\"
:
\"\"
,
\r\n
\"
oversoldFlag
\"
:
\"\"
,
\r\n
\"
platformSupplierIds
\"
: [],
\r\n
\"
notPlatformSupplierIds
\"
: [],
\r\n
\"
preferredSupplierNames
\"
: [],
\r\n
\"
goodsSpecificationIds
\"
: [],
\r\n
\"
saleChannelFlag
\"
: true,
\r\n
\"
productAttributeSearchType
\"
:
\"\"
,
\r\n
\"
productAttributeIds
\"
: [],
\r\n
\"
saleOrcurrent
\"
:
\"\"
,
\r\n
\"
productQtyFrom
\"
: 0,
\r\n
\"
productQtyTo
\"
: 0,
\r\n
\"
brandIds
\"
: [],
\r\n
\"
systemRegionIds
\"
: [],
\r\n
\"
channelIdTypes
\"
: [],
\r\n
\"
builtInFlag
\"
: 0,
\r\n
\"
queryChannelInfoFlag
\"
: 1,
\r\n
\"
goodsNameOrCode
\"
:
\"
m1YeBnC5001
\"
,
\r\n
\"
productCode
\"
:
\"\"\r\n
}"
,
"options"
:
{
"raw"
:
{
"language"
:
"json"
}
}
},
"url"
:
{
"raw"
:
"https://admin.mayi888.com/innerApi/goodsService/terminal/query_product_search"
,
"protocol"
:
"https"
,
"host"
:
[
"admin"
,
"mayi888"
,
"com"
],
"path"
:
[
"innerApi"
,
"goodsService"
,
"terminal"
,
"query_product_search"
]
}
},
"response"
:
[]
},
{
"name"
:
"商品库名称搜索商品"
,
"event"
:
[
{
"listen"
:
"prerequest"
,
"script"
:
{
"exec"
:
[
""
],
"type"
:
"text/javascript"
}
},
{
"listen"
:
"test"
,
"script"
:
{
"exec"
:
[
"pm.test(
\"
Status code is 200
\"
, function () {
\r
"
,
" pm.response.to.have.status(200);
\r
"
,
"});
\r
"
,
"//响应状态码200断言
\r
"
,
"
\r
"
,
"pm.test(
\"
Body matches string
\"
, function () {
\r
"
,
" pm.expect(pm.response.text()).to.include(
\"
ok
\"
);
\r
"
,
"});
\r
"
,
"//断言响应字符串是否包含ok
\r
"
,
"
\r
"
,
"pm.test(
\"
Content-Type is present
\"
, function () {
\r
"
,
" pm.response.to.have.header(
\"
Content-Type
\"
);
\r
"
,
"});
\r
"
,
"//断言响应是否包含Content-Type
\r
"
,
""
],
"type"
:
"text/javascript"
}
}
],
"request"
:
{
"method"
:
"POST"
,
"header"
:
[
{
"key"
:
"Mayi-Token"
,
"value"
:
"{{Mayi-Token}}"
,
"type"
:
"text"
},
{
"key"
:
"Content-Type"
,
"value"
:
"application/json;charset=UTF-8"
,
"type"
:
"text"
},
{
"key"
:
"Accept"
,
"value"
:
"application/json, text/plain, */*"
,
"type"
:
"text"
}
],
"body"
:
{
"mode"
:
"raw"
,
"raw"
:
"{
\r\n
\"
pageNum
\"
: 1,
\r\n
\"
pageSize
\"
: 10,
\r\n
\"
orgId
\"
:
\"
7278
\"
,
\r\n
\"
putawayFlag
\"
: 1,
\r\n
\"
whetherSoldOut
\"
:
\"\"
,
\r\n
\"
freightMode
\"
:
\"\"
,
\r\n
\"
onlineSalesFlag
\"
:
\"\"
,
\r\n
\"
allowReturnFlag
\"
:
\"\"
,
\r\n
\"
oversoldFlag
\"
:
\"\"
,
\r\n
\"
platformSupplierIds
\"
: [],
\r\n
\"
notPlatformSupplierIds
\"
: [],
\r\n
\"
preferredSupplierNames
\"
: [],
\r\n
\"
goodsSpecificationIds
\"
: [],
\r\n
\"
saleChannelFlag
\"
: true,
\r\n
\"
productAttributeSearchType
\"
:
\"\"
,
\r\n
\"
productAttributeIds
\"
: [],
\r\n
\"
saleOrcurrent
\"
:
\"\"
,
\r\n
\"
productQtyFrom
\"
: 0,
\r\n
\"
productQtyTo
\"
: 0,
\r\n
\"
brandIds
\"
: [],
\r\n
\"
systemRegionIds
\"
: [],
\r\n
\"
channelIdTypes
\"
: [],
\r\n
\"
builtInFlag
\"
: 0,
\r\n
\"
queryChannelInfoFlag
\"
: 1,
\r\n
\"
goodsNameOrCode
\"
:
\"
高级全棉床单款婚庆四件套
\"\r\n
}"
,
"options"
:
{
"raw"
:
{
"language"
:
"json"
}
}
},
"url"
:
{
"raw"
:
"https://admin.mayi888.com/innerApi/goodsService/terminal/query_product_search"
,
"protocol"
:
"https"
,
"host"
:
[
"admin"
,
"mayi888"
,
"com"
],
"path"
:
[
"innerApi"
,
"goodsService"
,
"terminal"
,
"query_product_search"
]
}
},
"response"
:
[]
}
]
}
]
},
{
"name"
:
"商城"
,
"item"
:
[
{
"name"
:
"商城登录"
,
"event"
:
[
{
"listen"
:
"prerequest"
,
"script"
:
{
"exec"
:
[
""
],
"type"
:
"text/javascript"
}
},
{
"listen"
:
"test"
,
"script"
:
{
"exec"
:
[
"pm.test(
\"
Status code is 200
\"
, function () {
\r
"
,
" pm.response.to.have.status(200);
\r
"
,
"});
\r
"
,
"//响应状态码200断言
\r
"
,
"
\r
"
,
"pm.test(
\"
Body matches string
\"
, function () {
\r
"
,
" pm.expect(pm.response.text()).to.include(
\"
true
\"
);
\r
"
,
"});
\r
"
,
"//断言响应字符串是否包含true
\r
"
,
"
\r
"
,
"pm.test(
\"
Body matches string
\"
, function () {
\r
"
,
" pm.expect(pm.response.text()).to.include(
\"
ok
\"
);
\r
"
,
"});
\r
"
,
"//断言响应字符串是否包含ok
\r
"
,
"
\r
"
,
"pm.test(
\"
Content-Type is present
\"
, function () {
\r
"
,
" pm.response.to.have.header(
\"
Content-Type
\"
);
\r
"
,
"});
\r
"
,
"//断言响应是否包含Content-Type
\r
"
,
"
\r
"
,
"
\r
"
,
"var jsondata =JSON.parse(responseBody);
\r
"
,
"//提取响应作为JSON
\r
"
,
"pm.globals.set(
\"
SESSION_ID
\"
, jsondata.data.SESSION_ID)
\r
"
,
"//提取jsonData中的token做为全局变量Mayi-Token
\r
"
,
""
],
"type"
:
"text/javascript"
}
}
],
"request"
:
{
"method"
:
"POST"
,
"header"
:
[
{
"key"
:
"Accept"
,
"value"
:
"application/json, text/plain, */*"
,
"type"
:
"text"
},
{
"key"
:
"Content-Type"
,
"value"
:
"application/json;charset=UTF-8"
,
"type"
:
"text"
},
{
"key"
:
"Shop-Mixid"
,
"value"
:
"TZYLX"
,
"type"
:
"text"
}
],
"body"
:
{
"mode"
:
"raw"
,
"raw"
:
"{
\r\n
\"
account
\"
:
\"
18011110000
\"
,
\r\n
\"
password
\"
:
\"
Zxcvbnm123.
\"
,
\r\n
\"
loginType
\"
: 0
\r\n
}"
,
"options"
:
{
"raw"
:
{
"language"
:
"json"
}
}
},
"url"
:
{
"raw"
:
"https://shop.mayi888.com/innerApi/shopApiService/login"
,
"protocol"
:
"https"
,
"host"
:
[
"shop"
,
"mayi888"
,
"com"
],
"path"
:
[
"innerApi"
,
"shopApiService"
,
"login"
]
}
},
"response"
:
[]
},
{
"name"
:
"商城搜索商品"
,
"event"
:
[
{
"listen"
:
"prerequest"
,
"script"
:
{
"exec"
:
[
""
],
"type"
:
"text/javascript"
}
},
{
"listen"
:
"test"
,
"script"
:
{
"exec"
:
[
"pm.test(
\"
Status code is 200
\"
, function () {
\r
"
,
" pm.response.to.have.status(200);
\r
"
,
"});
\r
"
,
"//响应状态码200断言
\r
"
,
"
\r
"
,
"pm.test(
\"
Body matches string
\"
, function () {
\r
"
,
" pm.expect(pm.response.text()).to.include(
\"
true
\"
);
\r
"
,
"});
\r
"
,
"//断言响应字符串是否包含true
\r
"
,
"
\r
"
,
"pm.test(
\"
Body matches string
\"
, function () {
\r
"
,
" pm.expect(pm.response.text()).to.include(
\"
ok
\"
);
\r
"
,
"});
\r
"
,
"//断言响应字符串是否包含ok
\r
"
,
"
\r
"
,
"pm.test(
\"
Content-Type is present
\"
, function () {
\r
"
,
" pm.response.to.have.header(
\"
Content-Type
\"
);
\r
"
,
"});
\r
"
,
"//断言响应是否包含Content-Type
\r
"
,
"
\r
"
,
""
],
"type"
:
"text/javascript"
}
}
],
"request"
:
{
"method"
:
"POST"
,
"header"
:
[
{
"key"
:
"Accept"
,
"value"
:
"application/json, text/plain, */*"
,
"type"
:
"text"
},
{
"key"
:
"Content-Type"
,
"value"
:
"application/json;charset=UTF-8"
,
"type"
:
"text"
},
{
"key"
:
"Shop-Mixid"
,
"value"
:
"TZYLX"
,
"type"
:
"text"
},
{
"key"
:
"Authorization"
,
"value"
:
"{{SESSION_ID}}"
,
"type"
:
"text"
}
],
"body"
:
{
"mode"
:
"raw"
,
"raw"
:
"{
\r\n
\"
searchWord
\"
:
\"
高级天鹅绒
\"
,
\r\n
\"
categoryName
\"
:
\"\"
,
\r\n
\"
categoryBigImg
\"
: null,
\r\n
\"
categoryId
\"
:
\"\"
,
\r\n
\"
sortColumn
\"
: 9,
\r\n
\"
sortType
\"
:
\"
0
\"
,
\r\n
\"
colorList
\"
: [],
\r\n
\"
sizeList
\"
: [],
\r\n
\"
page
\"
: 1,
\r\n
\"
couponId
\"
:
\"\"
,
\r\n
\"
rows
\"
: 6,
\r\n
\"
goodsSpecificationIds
\"
: [],
\r\n
\"
categoryIncludeChild
\"
: true,
\r\n
\"
whetherFindDistributionCommission
\"
: 1,
\r\n
\"
whetherShowGoodsDefaultTagFlag
\"
: 1,
\r\n
\"
whetherFindMultiShopFlag
\"
: 1,
\r\n
\"
whetherQueryGoodsAttributeFlag
\"
: 1,
\r\n
\"
whetherQueryCollectCount
\"
: true,
\r\n
\"
whetherUseVirtualSalesQty
\"
: true,
\r\n
\"
whetherUseVirtualCollectCount
\"
: true,
\r\n
\"
whetherToEnableQuickPurchase
\"
:
\"
1
\"
,
\r\n
\"
searchScopeFlag
\"
: 1
\r\n
}"
,
"options"
:
{
"raw"
:
{
"language"
:
"json"
}
}
},
"url"
:
{
"raw"
:
"https://shop.mayi888.com/innerApi/shopApiService/product/query_product_info"
,
"protocol"
:
"https"
,
"host"
:
[
"shop"
,
"mayi888"
,
"com"
],
"path"
:
[
"innerApi"
,
"shopApiService"
,
"product"
,
"query_product_info"
]
}
},
"response"
:
[]
},
{
"name"
:
"商城添加购物车商品"
,
"event"
:
[
{
"listen"
:
"prerequest"
,
"script"
:
{
"exec"
:
[
""
],
"type"
:
"text/javascript"
}
},
{
"listen"
:
"test"
,
"script"
:
{
"exec"
:
[
"pm.test(
\"
Status code is 200
\"
, function () {
\r
"
,
" pm.response.to.have.status(200);
\r
"
,
"});
\r
"
,
"//响应状态码200断言
\r
"
,
"
\r
"
,
"pm.test(
\"
Body matches string
\"
, function () {
\r
"
,
" pm.expect(pm.response.text()).to.include(
\"
true
\"
);
\r
"
,
"});
\r
"
,
"//断言响应字符串是否包含请求成功
\r
"
,
"
\r
"
,
"pm.test(
\"
Body matches string
\"
, function () {
\r
"
,
" pm.expect(pm.response.text()).to.include(
\"
ok
\"
);
\r
"
,
"});
\r
"
,
"//断言响应字符串是否包含ok
\r
"
,
"
\r
"
,
"pm.test(
\"
Content-Type is present
\"
, function () {
\r
"
,
" pm.response.to.have.header(
\"
Content-Type
\"
);
\r
"
,
"});
\r
"
,
"//断言响应是否包含Content-Type
\r
"
,
"
\r
"
,
""
],
"type"
:
"text/javascript"
}
}
],
"request"
:
{
"method"
:
"POST"
,
"header"
:
[
{
"key"
:
"Accept"
,
"value"
:
"application/json, text/plain, */*"
,
"type"
:
"text"
},
{
"key"
:
"Content-Type"
,
"value"
:
"application/json;charset=UTF-8"
,
"type"
:
"text"
},
{
"key"
:
"Shop-Mixid"
,
"value"
:
"TZYLX"
,
"type"
:
"text"
},
{
"key"
:
"Authorization"
,
"value"
:
"{{SESSION_ID}}"
,
"type"
:
"text"
}
],
"body"
:
{
"mode"
:
"raw"
,
"raw"
:
"[
\r\n
{
\r\n
\"
productGoodsId
\"
:
\"
258781
\"
,
\r\n
\"
qty
\"
:
\"
1
\"\r\n
}
\r\n
]"
,
"options"
:
{
"raw"
:
{
"language"
:
"json"
}
}
},
"url"
:
{
"raw"
:
"https://shop.mayi888.com/innerApi/shopApiService/cart/add_item"
,
"protocol"
:
"https"
,
"host"
:
[
"shop"
,
"mayi888"
,
"com"
],
"path"
:
[
"innerApi"
,
"shopApiService"
,
"cart"
,
"add_item"
]
}
},
"response"
:
[]
},
{
"name"
:
"商城购物车下单"
,
"event"
:
[
{
"listen"
:
"prerequest"
,
"script"
:
{
"exec"
:
[
""
],
"type"
:
"text/javascript"
}
},
{
"listen"
:
"test"
,
"script"
:
{
"exec"
:
[
"pm.test(
\"
Status code is 200
\"
, function () {
\r
"
,
" pm.response.to.have.status(200);
\r
"
,
"});
\r
"
,
"//响应状态码200断言
\r
"
,
"
\r
"
,
"pm.test(
\"
Body matches string
\"
, function () {
\r
"
,
" pm.expect(pm.response.text()).to.include(
\"
true
\"
);
\r
"
,
"});
\r
"
,
"//断言响应字符串是否包含请求成功
\r
"
,
"
\r
"
,
"pm.test(
\"
Body matches string
\"
, function () {
\r
"
,
" pm.expect(pm.response.text()).to.include(
\"
ok
\"
);
\r
"
,
"});
\r
"
,
"//断言响应字符串是否包含ok
\r
"
,
"
\r
"
,
"pm.test(
\"
Content-Type is present
\"
, function () {
\r
"
,
" pm.response.to.have.header(
\"
Content-Type
\"
);
\r
"
,
"});
\r
"
,
"//断言响应是否包含Content-Type
\r
"
,
"
\r
"
,
"var jsondata =JSON.parse(responseBody);
\r
"
,
"//提取响应作为JSON
\r
"
,
"pm.globals.set(
\"
orderSn
\"
, jsondata.data.orderSn)
\r
"
,
"//提取jsonData中的token做为全局变量Mayi-Token
\r
"
,
"
\r
"
,
""
],
"type"
:
"text/javascript"
}
}
],
"request"
:
{
"method"
:
"POST"
,
"header"
:
[
{
"key"
:
"Accept"
,
"value"
:
"application/json, text/plain, */*"
,
"type"
:
"text"
},
{
"key"
:
"Content-Type"
,
"value"
:
"application/json;charset=UTF-8"
,
"type"
:
"text"
},
{
"key"
:
"Shop-Mixid"
,
"value"
:
"TZYLX"
,
"type"
:
"text"
},
{
"key"
:
"Authorization"
,
"value"
:
"{{SESSION_ID}}"
,
"type"
:
"text"
}
],
"body"
:
{
"mode"
:
"raw"
,
"raw"
:
"{
\r\n
\"
transportType
\"
: 1,
\r\n
\"
placeOrderOrgId
\"
:
\"
7278
\"
,
\r\n
\"
placeOrderOrgCode
\"
:
\"
TZYLX
\"
,
\r\n
\"
placeOrderOrgName
\"
:
\"
通州燕来喜家纺城
\"
,
\r\n
\"
orderType
\"
: 1,
\r\n
\"
sourceChannel
\"
:
\"
1
\"
,
\r\n
\"
totalAmountPayable
\"
: 99,
\r\n
\"
consignee
\"
:
\"
李可心
\"
,
\r\n
\"
telephone
\"
:
\"
18011110000
\"
,
\r\n
\"
address
\"
:
\"
天安门
\"
,
\r\n
\"
postscript
\"
:
\"\"
,
\r\n
\"
invoiceType
\"
: 0,
\r\n
\"
invoiceTitle
\"
: 0,
\r\n
\"
invoiceTaxNumber
\"
:
\"\"
,
\r\n
\"
invoiceReceiveTelephone
\"
:
\"\"
,
\r\n
\"
invoiceReceiveEmail
\"
:
\"\"
,
\r\n
\"
invoiceContent
\"
:
\"\"
,
\r\n
\"
companyName
\"
:
\"\"
,
\r\n
\"
shipping_fee
\"
: 0,
\r\n
\"
remark
\"
:
\"\"
,
\r\n
\"
provinceCode
\"
:
\"
110000
\"
,
\r\n
\"
provinceName
\"
:
\"
北京市
\"
,
\r\n
\"
cityCode
\"
:
\"
110100
\"
,
\r\n
\"
regionCode
\"
:
\"
110101
\"
,
\r\n
\"
regionName
\"
:
\"
东城区
\"
,
\r\n
\"
orderItems
\"
: [
\r\n
{
\r\n
\"
orgId
\"
:
\"
7278
\"
,
\r\n
\"
terminalProductGoodsId
\"
:
\"
258781
\"
,
\r\n
\"
qty
\"
:
\"
1.000000
\"
,
\r\n
\"
shopCartItemId
\"
:
\"
125284
\"
,
\r\n
\"
dealPrice
\"
:
\"
99.00
\"
,
\r\n
\"
giftFlag
\"
: 0
\r\n
}
\r\n
],
\r\n
\"
userAddressId
\"
:
\"
41107
\"
,
\r\n
\"
activeRuleId
\"
:
\"\"
,
\r\n
\"
platformSource
\"
: 2,
\r\n
\"
wechatSubdivisionSource
\"
: 1,
\r\n
\"
applySource
\"
: 1,
\r\n
\"
districtCode
\"
:
\"
110101
\"
,
\r\n
\"
couponId
\"
:
\"\"
,
\r\n
\"
couponPrice
\"
: 0,
\r\n
\"
cardCodeList
\"
: [],
\r\n
\"
liveId
\"
:
\"\"
,
\r\n
\"
cartItemIds
\"
: [
\r\n
\"
125284
\"\r\n
],
\r\n
\"
multipleShopsFlag
\"
: false,
\r\n
\"
shopFullInfoReqs
\"
: []
\r\n
}"
,
"options"
:
{
"raw"
:
{
"language"
:
"json"
}
}
},
"url"
:
{
"raw"
:
"https://shop.mayi888.com/innerApi/shopApiService/cart/cart_batch_create_order"
,
"protocol"
:
"https"
,
"host"
:
[
"shop"
,
"mayi888"
,
"com"
],
"path"
:
[
"innerApi"
,
"shopApiService"
,
"cart"
,
"cart_batch_create_order"
]
}
},
"response"
:
[]
},
{
"name"
:
"商城立即购买下单"
,
"event"
:
[
{
"listen"
:
"prerequest"
,
"script"
:
{
"exec"
:
[
""
],
"type"
:
"text/javascript"
}
},
{
"listen"
:
"test"
,
"script"
:
{
"exec"
:
[
"pm.test(
\"
Status code is 200
\"
, function () {
\r
"
,
" pm.response.to.have.status(200);
\r
"
,
"});
\r
"
,
"//响应状态码200断言
\r
"
,
"
\r
"
,
"pm.test(
\"
Body matches string
\"
, function () {
\r
"
,
" pm.expect(pm.response.text()).to.include(
\"
true
\"
);
\r
"
,
"});
\r
"
,
"//断言响应字符串是否包含请求成功
\r
"
,
"
\r
"
,
"pm.test(
\"
Body matches string
\"
, function () {
\r
"
,
" pm.expect(pm.response.text()).to.include(
\"
ok
\"
);
\r
"
,
"});
\r
"
,
"//断言响应字符串是否包含ok
\r
"
,
"
\r
"
,
"pm.test(
\"
Content-Type is present
\"
, function () {
\r
"
,
" pm.response.to.have.header(
\"
Content-Type
\"
);
\r
"
,
"});
\r
"
,
"//断言响应是否包含Content-Type
\r
"
,
"
\r
"
,
"var jsondata =JSON.parse(responseBody);
\r
"
,
"//提取响应作为JSON
\r
"
,
"pm.globals.set(
\"
orderSn
\"
, jsondata.data.orderSn)
\r
"
,
"//提取jsonData中的token做为全局变量Mayi-Token
\r
"
,
"
\r
"
,
""
],
"type"
:
"text/javascript"
}
}
],
"request"
:
{
"method"
:
"POST"
,
"header"
:
[
{
"key"
:
"Accept"
,
"value"
:
"application/json, text/plain, */*"
,
"type"
:
"text"
},
{
"key"
:
"Content-Type"
,
"value"
:
"application/json;charset=UTF-8"
,
"type"
:
"text"
},
{
"key"
:
"Shop-Mixid"
,
"value"
:
"TZYLX"
,
"type"
:
"text"
},
{
"key"
:
"Authorization"
,
"value"
:
"{{SESSION_ID}}"
,
"type"
:
"text"
}
],
"body"
:
{
"mode"
:
"raw"
,
"raw"
:
"{
\r\n
\"
transportType
\"
: 1,
\r\n
\"
placeOrderOrgId
\"
:
\"\"
,
\r\n
\"
placeOrderOrgCode
\"
:
\"\"
,
\r\n
\"
placeOrderOrgName
\"
:
\"\"
,
\r\n
\"
orderType
\"
: 1,
\r\n
\"
sourceChannel
\"
:
\"
1
\"
,
\r\n
\"
totalOriginalPrice
\"
: 0,
\r\n
\"
totalAmountPayable
\"
: 99,
\r\n
\"
totalQty
\"
:
\"
1
\"
,
\r\n
\"
consignee
\"
:
\"
李可心
\"
,
\r\n
\"
telephone
\"
:
\"
18011110000
\"
,
\r\n
\"
address
\"
:
\"
天安门
\"
,
\r\n
\"
postscript
\"
:
\"\"
,
\r\n
\"
invoiceType
\"
: 0,
\r\n
\"
invoiceTitle
\"
: 0,
\r\n
\"
invoiceTaxNumber
\"
:
\"\"
,
\r\n
\"
invoiceReceiveTelephone
\"
:
\"\"
,
\r\n
\"
invoiceReceiveEmail
\"
:
\"\"
,
\r\n
\"
invoiceContent
\"
:
\"\"
,
\r\n
\"
companyName
\"
:
\"\"
,
\r\n
\"
shipping_fee
\"
: 0,
\r\n
\"
remark
\"
:
\"\"
,
\r\n
\"
provinceCode
\"
:
\"
110000
\"
,
\r\n
\"
provinceName
\"
:
\"
北京市
\"
,
\r\n
\"
cityCode
\"
:
\"
110100
\"
,
\r\n
\"
regionCode
\"
:
\"
110101
\"
,
\r\n
\"
regionName
\"
:
\"
东城区
\"
,
\r\n
\"
orderItems
\"
: [
\r\n
{
\r\n
\"
qty
\"
:
\"
1
\"
,
\r\n
\"
specifications
\"
:
\"\"
,
\r\n
\"
salePrice
\"
: 99,
\r\n
\"
dealPrice
\"
: 99,
\r\n
\"
rowTotalPrice
\"
:
\"
99.00
\"
,
\r\n
\"
productType
\"
: 0,
\r\n
\"
terminalProductGoodsId
\"
:
\"
258781
\"
,
\r\n
\"
levelMessageConfig
\"
: []
\r\n
}
\r\n
],
\r\n
\"
userAddressId
\"
:
\"
41107
\"
,
\r\n
\"
activeRuleId
\"
:
\"\"
,
\r\n
\"
platformSource
\"
: 2,
\r\n
\"
wechatSubdivisionSource
\"
: 1,
\r\n
\"
applySource
\"
: 1,
\r\n
\"
productGoodsMixId
\"
:
\"
6l56n9tq5nkt
\"
,
\r\n
\"
districtCode
\"
:
\"
110101
\"
,
\r\n
\"
couponId
\"
:
\"\"
,
\r\n
\"
couponPrice
\"
: 0,
\r\n
\"
cardCodeList
\"
: [],
\r\n
\"
liveId
\"
:
\"\"
,
\r\n
\"
sourceShopOrgId
\"
:
\"\"\r\n
}"
,
"options"
:
{
"raw"
:
{
"language"
:
"json"
}
}
},
"url"
:
{
"raw"
:
"https://shop.mayi888.com/innerApi/shopApiService/order/add_order"
,
"protocol"
:
"https"
,
"host"
:
[
"shop"
,
"mayi888"
,
"com"
],
"path"
:
[
"innerApi"
,
"shopApiService"
,
"order"
,
"add_order"
]
}
},
"response"
:
[]
},
{
"name"
:
"商城取消订单"
,
"event"
:
[
{
"listen"
:
"prerequest"
,
"script"
:
{
"exec"
:
[
""
],
"type"
:
"text/javascript"
}
},
{
"listen"
:
"test"
,
"script"
:
{
"exec"
:
[
"pm.test(
\"
Status code is 200
\"
, function () {
\r
"
,
" pm.response.to.have.status(200);
\r
"
,
"});
\r
"
,
"//响应状态码200断言
\r
"
,
"
\r
"
,
"pm.test(
\"
Body matches string
\"
, function () {
\r
"
,
" pm.expect(pm.response.text()).to.include(
\"
true
\"
);
\r
"
,
"});
\r
"
,
"//断言响应字符串是否包含请求成功
\r
"
,
"
\r
"
,
"pm.test(
\"
Body matches string
\"
, function () {
\r
"
,
" pm.expect(pm.response.text()).to.include(
\"
ok
\"
);
\r
"
,
"});
\r
"
,
"//断言响应字符串是否包含ok
\r
"
,
"
\r
"
,
"pm.test(
\"
Content-Type is present
\"
, function () {
\r
"
,
" pm.response.to.have.header(
\"
Content-Type
\"
);
\r
"
,
"});
\r
"
,
"//断言响应是否包含Content-Type
\r
"
,
"
\r
"
,
"var jsondata =JSON.parse(responseBody);
\r
"
,
"//提取响应作为JSON
\r
"
,
"pm.globals.set(
\"
orderSn
\"
, jsondata.data.orderSn)
\r
"
,
"//提取jsonData中的token做为全局变量Mayi-Token
\r
"
,
"
\r
"
,
""
],
"type"
:
"text/javascript"
}
}
],
"request"
:
{
"method"
:
"POST"
,
"header"
:
[
{
"key"
:
"Accept"
,
"value"
:
"application/json, text/plain, */*"
,
"type"
:
"text"
},
{
"key"
:
"Content-Type"
,
"value"
:
"application/json;charset=UTF-8"
,
"type"
:
"text"
},
{
"key"
:
"Shop-Mixid"
,
"value"
:
"TZYLX"
,
"type"
:
"text"
},
{
"key"
:
"Authorization"
,
"value"
:
"{{SESSION_ID}}"
,
"type"
:
"text"
}
],
"body"
:
{
"mode"
:
"raw"
,
"raw"
:
"{
\r\n
\"
transportType
\"
: 1,
\r\n
\"
placeOrderOrgId
\"
:
\"\"
,
\r\n
\"
placeOrderOrgCode
\"
:
\"\"
,
\r\n
\"
placeOrderOrgName
\"
:
\"\"
,
\r\n
\"
orderType
\"
: 1,
\r\n
\"
sourceChannel
\"
:
\"
1
\"
,
\r\n
\"
totalOriginalPrice
\"
: 0,
\r\n
\"
totalAmountPayable
\"
: 99,
\r\n
\"
totalQty
\"
:
\"
1
\"
,
\r\n
\"
consignee
\"
:
\"
陈海枫
\"
,
\r\n
\"
telephone
\"
:
\"
13037555524
\"
,
\r\n
\"
address
\"
:
\"
万达城市公寓
\"
,
\r\n
\"
postscript
\"
:
\"\"
,
\r\n
\"
invoiceType
\"
: 0,
\r\n
\"
invoiceTitle
\"
: 0,
\r\n
\"
invoiceTaxNumber
\"
:
\"\"
,
\r\n
\"
invoiceReceiveTelephone
\"
:
\"\"
,
\r\n
\"
invoiceReceiveEmail
\"
:
\"\"
,
\r\n
\"
invoiceContent
\"
:
\"\"
,
\r\n
\"
companyName
\"
:
\"\"
,
\r\n
\"
shipping_fee
\"
: 0,
\r\n
\"
remark
\"
:
\"\"
,
\r\n
\"
provinceCode
\"
:
\"
310000
\"
,
\r\n
\"
provinceName
\"
:
\"
上海市
\"
,
\r\n
\"
cityCode
\"
:
\"
310100
\"
,
\r\n
\"
regionCode
\"
:
\"
310114
\"
,
\r\n
\"
regionName
\"
:
\"
嘉定区
\"
,
\r\n
\"
orderItems
\"
: [
\r\n
{
\r\n
\"
qty
\"
:
\"
1
\"
,
\r\n
\"
specifications
\"
:
\"\"
,
\r\n
\"
salePrice
\"
: 99,
\r\n
\"
dealPrice
\"
: 99,
\r\n
\"
rowTotalPrice
\"
:
\"
99.00
\"
,
\r\n
\"
productType
\"
: 0,
\r\n
\"
terminalProductGoodsId
\"
:
\"
258781
\"
,
\r\n
\"
levelMessageConfig
\"
: []
\r\n
}
\r\n
],
\r\n
\"
userAddressId
\"
:
\"
41021
\"
,
\r\n
\"
activeRuleId
\"
:
\"\"
,
\r\n
\"
platformSource
\"
: 2,
\r\n
\"
wechatSubdivisionSource
\"
: 1,
\r\n
\"
applySource
\"
: 1,
\r\n
\"
productGoodsMixId
\"
:
\"
6l56n9tq5nkt
\"
,
\r\n
\"
districtCode
\"
:
\"
310114
\"
,
\r\n
\"
couponId
\"
:
\"\"
,
\r\n
\"
couponPrice
\"
: 0,
\r\n
\"
cardCodeList
\"
: [],
\r\n
\"
liveId
\"
:
\"\"
,
\r\n
\"
sourceShopOrgId
\"
:
\"\"\r\n
}"
,
"options"
:
{
"raw"
:
{
"language"
:
"json"
}
}
},
"url"
:
{
"raw"
:
"https://shop.mayi888.com/innerApi/shopApiService/order/cancel_order?orderSn={{orderSn}}"
,
"protocol"
:
"https"
,
"host"
:
[
"shop"
,
"mayi888"
,
"com"
],
"path"
:
[
"innerApi"
,
"shopApiService"
,
"order"
,
"cancel_order"
],
"query"
:
[
{
"key"
:
"orderSn"
,
"value"
:
"{{orderSn}}"
}
]
}
},
"response"
:
[]
}
]
}
]
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment