Authorization: Bearer ********************
{
"userNo": "sj",
"txt": "{\"userNo\":\"sj\",\"taskType\":\"customer_service\",\"taskName\":\"测试任务090502\",\"taskDeadline\":\"2022-09-30\",\"taskDescription\":\"这个任务就是测试用的。\",\"taskExecutor\":\"sj\",\"taskStatus\":0,\"taskLeader\":\"sj\",\"contract\":{\"id\":null,\"contractNo\":\"ht001\",\"contractName\":\"ht\",\"contractCustomerName\":\"吴忠市利通区恒顺汽车电器批发\",\"contractAmount\":\"100000\",\"contractPath\":\"\",\"contractType\":0,\"approverName\":\"\",\"documentName\":\"\",\"documentUuid\":\"\"},\"customer\":{\"customerCode\":\"\",\"customerName\":\"双鸭山市尖山区金英电力物资经销部\",\"customerProvince\":\"上海市\",\"customerCity\":\"上海市\",\"customerType\":\"enterprise_customers\",\"brandName\":\"电力品牌\",\"listing\":\"other\",\"natureOfEnterprise\":\"minyingqiye\",\"numberOfEmployees\":\"20\",\"superiorUnit\":\"双鸭山市尖山区金英电力物资经销部\",\"groupCompany\":\"双鸭山市尖山区金英电力物资经销部\",\"industryCategories\":\"CO\",\"industryCategory\":\"CO01\",\"companyLevel\":\"dantigongsi\"}}"
}
curl --location --request POST 'http://localhost:9999/api1/task/main-task-record-ytj/insertMainTaskRecordYtj' \
--header 'Content-Type: application/json' \
--data-raw '{
"userNo": "sj",
"txt": "{\"userNo\":\"sj\",\"taskType\":\"customer_service\",\"taskName\":\"测试任务090502\",\"taskDeadline\":\"2022-09-30\",\"taskDescription\":\"这个任务就是测试用的。\",\"taskExecutor\":\"sj\",\"taskStatus\":0,\"taskLeader\":\"sj\",\"contract\":{\"id\":null,\"contractNo\":\"ht001\",\"contractName\":\"ht\",\"contractCustomerName\":\"吴忠市利通区恒顺汽车电器批发\",\"contractAmount\":\"100000\",\"contractPath\":\"\",\"contractType\":0,\"approverName\":\"\",\"documentName\":\"\",\"documentUuid\":\"\"},\"customer\":{\"customerCode\":\"\",\"customerName\":\"双鸭山市尖山区金英电力物资经销部\",\"customerProvince\":\"上海市\",\"customerCity\":\"上海市\",\"customerType\":\"enterprise_customers\",\"brandName\":\"电力品牌\",\"listing\":\"other\",\"natureOfEnterprise\":\"minyingqiye\",\"numberOfEmployees\":\"20\",\"superiorUnit\":\"双鸭山市尖山区金英电力物资经销部\",\"groupCompany\":\"双鸭山市尖山区金英电力物资经销部\",\"industryCategories\":\"CO\",\"industryCategory\":\"CO01\",\"companyLevel\":\"dantigongsi\"}}"
}'
{"code":"200","msg":"数据添加成功","data":null}