|
@@ -109,6 +109,8 @@ class MiniProgramService
|
|
|
$appsecret = isset($wechat['routine_appsecret']) ? trim($wechat['routine_appsecret']) : '';
|
|
$appsecret = isset($wechat['routine_appsecret']) ? trim($wechat['routine_appsecret']) : '';
|
|
|
}
|
|
}
|
|
|
$config = [
|
|
$config = [
|
|
|
|
|
+ 'app_id' => $appId,
|
|
|
|
|
+ 'secret' => $appsecret,
|
|
|
'token' => isset($wechat['routine_token']) ? trim($wechat['routine_token']) : '',
|
|
'token' => isset($wechat['routine_token']) ? trim($wechat['routine_token']) : '',
|
|
|
'aes_key' => isset($wechat['routine_encodingaeskey']) ? trim($wechat['routine_encodingaeskey']) : '',
|
|
'aes_key' => isset($wechat['routine_encodingaeskey']) ? trim($wechat['routine_encodingaeskey']) : '',
|
|
|
];
|
|
];
|