{
"supplyDemandId": 0,
"sourceId": 0,
"signUserId": "string",
"supplyDemandType": "string",
"productServiceTitle": "string",
"productServiceContent": "string",
"productServiceNum": 1,
"productServicePrice": 0,
"deliveryStandard": "string",
"treatmentDisputes": "string",
"negotiationsAssociationId": "string",
"negotiationsAssociationName": "string",
"payStagesFlag": false,
"contractStagesInfoList": [
{
"stage": 0,
"serviceTitle": "string",
"serviceContent": "string",
"payTime": "string",
"payPrice": 0
}
],
"stagesPeriods": 0,
"uploadContractFiles": "string",
"contractNo": "string",
"isContract": true,
"signingTime": "string",
"loginUserId": "string",
"orderNo": "string"
}curl --location --request POST '/user/supplyDemand/initiatingContract' \
--header 'user-authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjoiMTA4NjM2NTk1MzE2NDAxNzY2NSIsInVzZXJfa2V5IjoiM2JjM2I1Y2ItNzBkZS00OGFhLWE4ZGMtZGI0M2FmZjkzNjc5IiwiZXhwIjoxNzQ0NDgxMjQ2LCJ1c2VybmFtZSI6IjE1NjAxMjE1MTgwIn0.6BW3QWB3KmXRkJ6zx0BRvq2fYcU-7X6NTJFIIRku4hquCeojO6IfXTmv4yR-L-sDsZUfcmeEMeuUEn8jsel9JQ' \
--header 'Content-Type: application/json' \
--data-raw '{
"supplyDemandId": 0,
"sourceId": 0,
"signUserId": "string",
"supplyDemandType": "string",
"productServiceTitle": "string",
"productServiceContent": "string",
"productServiceNum": 1,
"productServicePrice": 0,
"deliveryStandard": "string",
"treatmentDisputes": "string",
"negotiationsAssociationId": "string",
"negotiationsAssociationName": "string",
"payStagesFlag": false,
"contractStagesInfoList": [
{
"stage": 0,
"serviceTitle": "string",
"serviceContent": "string",
"payTime": "string",
"payPrice": 0
}
],
"stagesPeriods": 0,
"uploadContractFiles": "string",
"contractNo": "string",
"isContract": true,
"signingTime": "string",
"loginUserId": "string",
"orderNo": "string"
}'{
"code": 0,
"msg": "",
"data": {
"flowId": "",
"schemeUrl": "",
"wxSchemeUrl": "",
"schemeQrcodeUrl": "",
"otherSchemeUrl": ""
}
}