[ 'app_key' => env('DD_APPKEY'), 'app_secret' => env('DD_APPSECRET'), 'corpid' => env('DD_CORPID'), 'SSOsecret' => '', 'apitoken' => env('DD_APITOEKN'), 'aes_key' => env('DD_AESKEY'), 'token' => env('DD_TOKEN') ], \App\Model\DDEmployee::type_two => [ 'app_key' => env('DD_APPKEY_HZ'), 'app_secret' => env('DD_APPSECRET_HZ'), 'corpid' => env('DD_CORPID_HZ'), 'SSOsecret' => '', 'apitoken' => env('DD_APITOEKN_HZ'), 'aes_key' => env('DD_AESKEY_HZ'), 'token' => env('DD_TOKEN_HZ') ] ];