config.inc.php 241 B

12345678910
  1. <?php
  2. defined('InShopNC') or exit('Access Invalid!');
  3. /*
  4. * 配置文件 好商城V3
  5. */
  6. $options = array();
  7. $options['apikey'] = C('mobile_key'); //apikey
  8. $options['signature'] = C('mobile_signature'); //签名
  9. return $options;
  10. ?>