变更项目的自动缴费时间
接口地址
POST /optimus/module/open/property/project/modify
入参
| 字段 | 类型 | 必填 | 描述 |
|---|---|---|---|
| wechatDeductionDate | Integer | N | 代扣时间 1-28 |
| wechatDeductionEnabled | Boolean | N | 是否代扣 |
出参
无 data。
请求示例
{
"appid": "2025082700005615",
"projectCode": "4000260720000001",
"wechatDeductionDate": 20,
"wechatDeductionEnabled":true
}