saveCommentInfo.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "orders": {
  3. "appId": "外系统ID,分配得到",
  4. "transactionId": "100000000020180409224736000001",
  5. "userId": "用户ID",
  6. "orderTypeCd": "订单类型,查询,受理",
  7. "requestTime": "20180409224736",
  8. "remark": "备注",
  9. "sign": "这个服务是否要求MD5签名",
  10. "attrs": [{
  11. "specCd": "配置的字段ID",
  12. "value": "具体值"
  13. }]
  14. },
  15. "business": [{
  16. "serviceCode": "save.comment.info",
  17. "serviceName": "保存评论信息",
  18. "remark": "备注",
  19. "datas": {
  20. "comment": {
  21. "commentId": "-1",
  22. "userId": "123",
  23. "commentTypeCd":"S",
  24. "outId": "9898989898"
  25. },
  26. "subComment": {
  27. "subCommentId": "-1",
  28. "commentId":"-1",
  29. "parentSubCommentId":"-1",
  30. "subCommentTypeCd":"C",
  31. "commentContext":"非常好"
  32. },
  33. "subCommentAttr": [{
  34. "subCommentId": "-1",
  35. "attrId":"-1",
  36. "specCd":"1001",
  37. "value":"01"
  38. }],
  39. "subCommentPhoto":[{
  40. "commentPhotoId":"-1",
  41. "subCommentId":"-1",
  42. "commentPhotoTypeCd":"L",
  43. "photo":"123.jpg"
  44. }],
  45. "commentScore":[{
  46. "commentScoreId":"-1",
  47. "commentId":"-1",
  48. "scoreTypeCd":"S",
  49. "value":"5"
  50. }]
  51. },
  52. "attrs": [{
  53. "specCd": "配置的字段ID",
  54. "value": "具体值"
  55. }]
  56. }]
  57. }