interfacecall.php 191 B

123456789
  1. <?php
  2. return [
  3. 'Id' => '序号',
  4. 'Name' => '接口名称',
  5. 'Institution' => '机构',
  6. 'Times' => '接口调用次数',
  7. 'Datetime' => '日期'
  8. ];