product.php 363 B

1234567891011121314151617
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | 上传配置
  4. // +----------------------------------------------------------------------
  5. return [
  6. //默认上传模式
  7. 'default' => 'copy',
  8. //驱动模式
  9. 'stores' => [
  10. 'copy' => [
  11. 'account'=>'',
  12. 'secret'=>''
  13. ],
  14. ]
  15. ];