You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
1.5KB

  1. POST http://localhost:8888/api/v1/push/feature_info
  2. Content-Type: application/json
  3. timestamp:1603417115338
  4. nonce:jahvuwygw91
  5. sign:cb9ba0a24ffca47e91059877005faae9e4d35d49
  6. {
  7. "featureId": "aaaaa",
  8. "featureName": "bbbbbb",
  9. "featureLevel": "C",
  10. "featureDeptId": "dddddd",
  11. "featureTime": "2020-10-22 15:00:00",
  12. "objectList": [{
  13. "objId": "eeeee",
  14. "objName": "ffffff",
  15. "objRegorg": "gggggg",
  16. "objDeptid": "hhhhhh",
  17. "objPosition": "iiiiii",
  18. "isDeal": "1",
  19. "dealId": "jjjjjj",
  20. "dealName": "kkkkkk",
  21. "dealTime": "2020-10-22 15:00:00",
  22. "dealStatus": "1",
  23. "dealResult": "已处置,属于正常工作情况"
  24. }]
  25. }
  26. ###
  27. POST http://localhost:8888/api/v1/push/feature_deal
  28. Content-Type: application/json
  29. timestamp:1603417115338
  30. nonce:jahvuwygw91
  31. sign:e611e34594c395de0a92686feee1ec9ecde71552
  32. {
  33. "featureId": "111111",
  34. "userId": "222222",
  35. "objectId": "333333",
  36. "dealId": "444444",
  37. "dealName": "李四",
  38. "dealTime": "2020-10-24 15:00:00",
  39. "dealStatus": "1",
  40. "dealResult": "已处置,属于正常工作情况"
  41. }
  42. ###
  43. POST http://localhost:8888/api/v1/push/user_info
  44. Content-Type: application/json
  45. timestamp:1603331042040
  46. nonce:jahvuwygw91
  47. sign:d997907f2b3d593178802de7deef44b3d8bb2d0f
  48. {"userId": "1","userName": "zhiwux","name": "职务","position": "测试","job": "","deptId": "3300000000","deptName": "浙江浙大网新中研软件有限公司","logTime": "2020-09-10 16:20:20","logError": "3","regorg": "3300000000"}
  49. ###