Explorar o código

Wesmiler 校企小程序源代码部署

wesmiler %!s(int64=4) %!d(string=hai) anos
pai
achega
ec6dce635c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/api/common.php

+ 1 - 1
app/api/common.php

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