{
"id":"2c288e6f91b7bfae0191b7dead420004",
"szProjectInfo":"2c2898759130960e019130e83b7c0039",
"dataMoney":10,
"allocationTime":"2024-09-03",
"planList":[
{
"thisTimeGetMoney":5,
"thisPlanIsOver":1,
"remark":"合同备注编辑",
"isSubscribeMoney":0,
"contractNumber":"1111",
"contractPlanNumber":"11111",
"szProjectInfoContactPlan":"12121"
},
{
"thisTimeGetMoney":5,
"thisPlanIsOver":1,
"remark":"合同备注编辑12",
"isSubscribeMoney":0,
"contractNumber":"1111",
"contractPlanNumber":"11111",
"szProjectInfoContactPlan":"21213"
}
]
}
curl --location --request POST 'http://172.168.1.18:8657/sz-prodcut//szProjectInfoFundDisbursement/saveOrUp.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":"2c288e6f91b7bfae0191b7dead420004",
"szProjectInfo":"2c2898759130960e019130e83b7c0039",
"dataMoney":10,
"allocationTime":"2024-09-03",
"planList":[
{
"thisTimeGetMoney":5,
"thisPlanIsOver":1,
"remark":"合同备注编辑",
"isSubscribeMoney":0,
"contractNumber":"1111",
"contractPlanNumber":"11111",
"szProjectInfoContactPlan":"12121"
},
{
"thisTimeGetMoney":5,
"thisPlanIsOver":1,
"remark":"合同备注编辑12",
"isSubscribeMoney":0,
"contractNumber":"1111",
"contractPlanNumber":"11111",
"szProjectInfoContactPlan":"21213"
}
]
}'
{"data":null,"msg":"成功","code":0,"success":true}