rewardurl.php 326 B

12345678910111213
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Admin_id' => '渠道商/代理商ID',
  5. 'Contact_type' => '联系方式',
  6. 'Contact_type 1' => '微信',
  7. 'Contact_type 2' => 'QQ',
  8. 'Url' => '链接',
  9. 'Short_url' => '短链接',
  10. 'Createtime' => '创建时间',
  11. 'Updatetime' => '更新时间'
  12. ];