orderrefundrequest.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "idOrder": {
  8. "type": "long"
  9. },
  10. "idStore": {
  11. "type": "long"
  12. },
  13. "outPlatformStoreId": {
  14. "type": "text",
  15. "index": "not_analyzed"
  16. },
  17. "idStorePlatform": {
  18. "type": "long"
  19. },
  20. "platformCode": {
  21. "type": "text",
  22. "index": "analyzed",
  23. "analyzer": "codefull_analyzer",
  24. "fields": {
  25. "raw": {
  26. "type": "keyword"
  27. }
  28. }
  29. },
  30. "platformType": {
  31. "type": "integer"
  32. },
  33. "platformName": {
  34. "type": "text",
  35. "index": "not_analyzed"
  36. },
  37. "outAfterSaleId": {
  38. "type": "text",
  39. "index": "analyzed",
  40. "analyzer": "codefull_analyzer",
  41. "fields": {
  42. "raw": {
  43. "type": "keyword"
  44. }
  45. }
  46. },
  47. "requestStatus": {
  48. "type": "integer"
  49. },
  50. "userRefundMemo": {
  51. "type": "text",
  52. "index": "not_analyzed"
  53. },
  54. "refundType": {
  55. "type": "integer"
  56. },
  57. "refuseToRefundReasonCodes": {
  58. "type": "text",
  59. "index": "not_analyzed"
  60. },
  61. "refuseToRefundMemo": {
  62. "type": "text",
  63. "index": "not_analyzed"
  64. },
  65. "deliveryFee": {
  66. "type": "integer"
  67. },
  68. "refundFee": {
  69. "type": "integer"
  70. },
  71. "refundProdCount": {
  72. "type": "integer"
  73. },
  74. "refundReasonCodes": {
  75. "type": "text",
  76. "index": "not_analyzed"
  77. },
  78. "refundProductsDetail": {
  79. "type": "text",
  80. "index": "not_analyzed"
  81. },
  82. "orderName": {
  83. "type": "text",
  84. "analyzer": "index_ansj",
  85. "search_analyzer": "query_ansj",
  86. "fields": {
  87. "raw": {
  88. "type": "keyword"
  89. },
  90. "number": {
  91. "type": "text",
  92. "index": "analyzed",
  93. "analyzer": "number_analyzer"
  94. },
  95. "letter": {
  96. "type": "text",
  97. "index": "analyzed",
  98. "analyzer": "letter_analyzer"
  99. }
  100. }
  101. },
  102. "orderCode": {
  103. "type": "text",
  104. "index": "analyzed",
  105. "analyzer": "codefull_analyzer",
  106. "fields": {
  107. "raw": {
  108. "type": "keyword"
  109. }
  110. }
  111. },
  112. "createBy": {
  113. "type": "long"
  114. },
  115. "createTimeLong": {
  116. "type": "long"
  117. },
  118. "updateBy": {
  119. "type": "long"
  120. },
  121. "updateTimeLong": {
  122. "type": "long"
  123. }
  124. }
  125. }
  126. }