人才入库上传数据样例.txt 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "task_id": "119",
  3. "task_type": "名片",
  4. "data": {
  5. "results": [
  6. {
  7. "name_zh": "王仁",
  8. "name_en": "Owen Wang",
  9. "title_zh": "总经理",
  10. "title_en": "General Manager",
  11. "mobile": "+86 138 1685 0647",
  12. "phone": null,
  13. "email": "rwang5@urcove-hotels.com",
  14. "hotel_zh": "上海静安逸扉酒店",
  15. "hotel_en": "UrCove by HYATT Shanghai Jing'an",
  16. "brand_zh": null,
  17. "brand_en": null,
  18. "affiliation_zh": null,
  19. "affiliation_en": null,
  20. "brand_group": "UrCove, HYATT",
  21. "address_zh": "中国上海市静安区武定西路1185号",
  22. "address_en": "No.1185 West Wuding Road, Jing'an District",
  23. "postal_code_zh": "200042",
  24. "postal_code_en": "200042",
  25. "birthday": null,
  26. "residence": null,
  27. "age": 0,
  28. "native_place": null,
  29. "talent_profile": "测试用名片",
  30. "career_path": [
  31. {
  32. "date": "2025-08-01",
  33. "hotel_en": "UrCove by HYATT Shanghai Jing'an",
  34. "hotel_zh": "上海静安逸扉酒店",
  35. "image_path": "",
  36. "source": "business_card_creation",
  37. "title_en": "General Manager",
  38. "title_zh": "总经理"
  39. }
  40. ]
  41. }
  42. ]
  43. }
  44. }