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.

30 lines
763 B

name: 修改会员
variables:
bidPrice: 1500
days: 30
description: 充就送,好礼等你来~~
enable: 1
icon: http://medou.oss-cn-shenzhen.aliyuncs.com/saas/20200624155949.png
realPrice: 200
sellStrategy: common
title:
base_url: ${ENV(BURL)}
request:
url: /recycle-service/admin/member/update/member-expense-config/502180735986307072
method: POST
headers:
Content-Type: "application/json"
X-APP-ID: "470236309865238555"
Authorization: ${ENV(LDAPTOKEN)}
json:
bidPrice: $bidPrice
days: $days
description: $description
enable: $enable
icon: $icon
realPrice: $realPrice
sellStrategy: $sellStrategy
title: $title
validate:
- eq: ["status_code", 200]