Authored by dh

Update refund.md

@@ -474,60 +474,60 @@ is_needZhihang 1:不需要支行 2:需要支行 @@ -474,60 +474,60 @@ is_needZhihang 1:不需要支行 2:需要支行
474 ```json 474 ```json
475 [ 475 [
476 { 476 {
477 - title=中国工商银行,  
478 - is_needZhihang=1 //# 退货银行 1:不需要支行 2:需要支行 477 + "title": "中国工商银行",
  478 + "is_needZhihang": 1
479 }, 479 },
480 { 480 {
481 - title=中国农业银行,  
482 - is_needZhihang=1 481 + "title": "中国农业银行",
  482 + "is_needZhihang": 1
483 }, 483 },
484 { 484 {
485 - title=中国建设银行,  
486 - is_needZhihang=1 485 + "title": "中国建设银行",
  486 + "is_needZhihang": 1
487 }, 487 },
488 { 488 {
489 - title=中国邮政储蓄银行,  
490 - is_needZhihang=1 489 + "title": "中国邮政储蓄银行",
  490 + "is_needZhihang": 1
491 }, 491 },
492 { 492 {
493 - title=中国银行,  
494 - is_needZhihang=2 493 + "title": "中国银行",
  494 + "is_needZhihang": 2
495 }, 495 },
496 { 496 {
497 - title=招商银行,  
498 - is_needZhihang=2 497 + "title": "招商银行",
  498 + "is_needZhihang": 2
499 }, 499 },
500 { 500 {
501 - title=交通银行,  
502 - is_needZhihang=2 501 + "title": "交通银行",
  502 + "is_needZhihang": 2
503 }, 503 },
504 { 504 {
505 - title=中国光大银行,  
506 - is_needZhihang=1 505 + "title": "中国光大银行",
  506 + "is_needZhihang": 1
507 }, 507 },
508 { 508 {
509 - title=平安银行,  
510 - is_needZhihang=1 509 + "title": "平安银行",
  510 + "is_needZhihang": 1
511 }, 511 },
512 { 512 {
513 - title=中国民生银行,  
514 - is_needZhihang=2 513 + "title": "中国民生银行",
  514 + "is_needZhihang": 2
515 }, 515 },
516 { 516 {
517 - title=兴业银行,  
518 - is_needZhihang=1 517 + "title": "兴业银行",
  518 + "is_needZhihang": 1
519 }, 519 },
520 { 520 {
521 - title=中信银行,  
522 - is_needZhihang=1 521 + "title": "中信银行",
  522 + "is_needZhihang": 1
523 }, 523 },
524 { 524 {
525 - title=浦发银行,  
526 - is_needZhihang=2 525 + "title": "浦发银行",
  526 + "is_needZhihang": 2
527 }, 527 },
528 { 528 {
529 - title=广发银行,  
530 - is_needZhihang=1 529 + "title": "广发银行",
  530 + "is_needZhihang": 1
531 } 531 }
532 ] 532 ]
533 533