Authored by chenchao

add invoiceContentList

@@ -216,6 +216,29 @@ code为200即为成功,否则是失败。 @@ -216,6 +216,29 @@ code为200即为成功,否则是失败。
216 "invoices_type_id": 10, 216 "invoices_type_id": 10,
217 "invoices_type_name": "数码产品" 217 "invoices_type_name": "数码产品"
218 }], 218 }],
  219 + "invoiceContentList": -- 发票内容
  220 + [{
  221 + "invoices_type_id": 1,
  222 + "invoices_type_name": "服装"
  223 + }, {
  224 + "invoices_type_id": 2,
  225 + "invoices_type_name": "图书"
  226 + }, {
  227 + "invoices_type_id": 3,
  228 + "invoices_type_name": "配件"
  229 + }, {
  230 + "invoices_type_id": 4,
  231 + "invoices_type_name": "日用品"
  232 + }, {
  233 + "invoices_type_id": 5,
  234 + "invoices_type_name": "办公用品"
  235 + }, {
  236 + "invoices_type_id": 6,
  237 + "invoices_type_name": "体育用品"
  238 + }, {
  239 + "invoices_type_id": 7,
  240 + "invoices_type_name": "数码产品"
  241 + }],
219 "invoices_type_name": "" 242 "invoices_type_name": ""
220 }, 243 },
221 "payment_way": [{ 244 "payment_way": [{