apiConfig.php 204 B

123456789101112
  1. <?php
  2. if (!defined('IS_INITPHP')) exit('Access Denied!');
  3. $apiConfig = array(
  4. 'YYY' => array(
  5. '{"appUser":"YYY","appKey":"20161024yyy","ip":"","accessName":"GetPatInfo"}'
  6. ),
  7. );
  8. ?>