Authored by dh

Update refund.md

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