payqrcode.php 200 B

12345678910
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Image' => '收款码图片',
  5. 'Is_show' => '上下架',
  6. 'Is_show 1' => '上架',
  7. 'Is_show 0' => '下架',
  8. 'Remark' => '备注'
  9. ];