token: ********************
{
"plan_id": 1, // 招标计划表
"company_id":2, // 甲方企业id
"payment_method":10, // 付款方式
"earnest_money":10000.00, // 保证金
}
curl --location --request POST 'http://cmi-api.gleg.site/api/project-earnest-moneys' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"plan_id": 1, // 招标计划表
"company_id":2, // 甲方企业id
"payment_method":10, // 付款方式
"earnest_money":10000.00, // 保证金
}'
{
"code": 0,
"msg": "string"
}