m_dividends_payDividends_api.yml
597 字节
name: 分红管理—支付分红
base_url: ${ENV(base_manager_url)}
variables:
orderId: ${convert_to_string(1072)}
productId: ${convert_to_string(2132)}
teardown_hooks:
- ${sleep(1)}
request:
headers:
Content-Type: application/json;charset=utf-8
User-Agent: okhttp/3.12.3
Authorization: Bearer ${get_m_accesstoken()}
json:
orderId: $orderId
productId: $productId
method: POST
url: /v1/dividends/payDividends
# extract:
# - num: content.data.gridResult.totalRow
validate:
- eq:
- content.msg
- ok