You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

19 lines
540 B

name: 运营填写纸厂支付日期接口
variables:
token: ${ENV(LDAPTOKEN)}
auditRequestItemId:
paperMillPayAt: 2020-09-10
base_url: ${ENV(BURL)}
request:
url: /recycle-service/admin/operation/edit/payment-date
method: POST
headers:
Content-Type: "application/json;charset=UTF-8"
X-APP-ID: "1"
Authorization: $token
json:
auditRequestItemId: $auditRequestItemId
paperMillPayAt: $paperMillPayAt
validate:
- eq: ["status_code", 200]
- eq: ["content.message", "successful"]