|
@@ -25,7 +25,7 @@ function getPlatform()
|
|
|
if (is_debug() && empty($value)) {
|
|
if (is_debug() && empty($value)) {
|
|
|
$value = request()->param('platform');
|
|
$value = request()->param('platform');
|
|
|
}
|
|
}
|
|
|
- return $value;
|
|
|
|
|
|
|
+ return $value? $value : 'MP-WEIXIN';
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if (!function_exists('getPreview')) {
|
|
if (!function_exists('getPreview')) {
|