...
|
...
|
@@ -10,6 +10,9 @@ variables: |
|
|
partnerCategoryId: 1
|
|
|
# univalence2: 15
|
|
|
# partnerRatio2: 20
|
|
|
orderId: '实发订单号${get_stringcode(5)}'
|
|
|
shipmentsId: '实发订单发货单号${get_stringcode(5)}'
|
|
|
productName: 产品名称${get_stringcode(5)}
|
|
|
teardown_hooks:
|
|
|
- ${sleep(2)}
|
|
|
request:
|
...
|
...
|
@@ -18,15 +21,15 @@ request: |
|
|
User-Agent: okhttp/3.12.3
|
|
|
Authorization: Bearer ${get_m_accesstoken()}
|
|
|
json:
|
|
|
orderId: '实发订单号${get_stringcode(5)}'
|
|
|
shipmentsId: '实发订单发货单号${get_stringcode(5)}'
|
|
|
orderId: $orderId
|
|
|
shipmentsId: $shipmentsId
|
|
|
partnerID: $partnerID
|
|
|
partnerCategoryId: $partnerCategoryId
|
|
|
buyer: '客户名称${get_stringcode(5)}'
|
|
|
orderDist: '订单区域${get_stringcode(5)}'
|
|
|
commissionProportion: $commissionProportion
|
|
|
product:
|
|
|
- productName: 产品名称${get_stringcode(5)}
|
|
|
- productName: $productName
|
|
|
orderNum: $orderNum1
|
|
|
univalence: $univalence
|
|
|
partnerRatio: $partnerRatio
|
...
|
...
|
|