You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
| 苏州科技商学院(wx.sstbc.com)课程同步
|
|
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
'base_url' => env('SSTBC_API_BASE_URL', 'https://wx.sstbc.com'),
|
|
|
|
|
|
|
|
|
|
|
|
'username' => env('SSTBC_API_USERNAME'),
|
|
|
|
|
|
|
|
|
|
|
|
'password' => env('SSTBC_API_PASSWORD'),
|
|
|
|
|
|
|
|
|
|
|
|
'http_timeout_seconds' => (int) env('SSTBC_HTTP_TIMEOUT', 30),
|
|
|
|
|
|
|
|
|
|
|
|
];
|