|
|
@@ -684,7 +684,7 @@ class AuthController extends PublicController
|
|
|
{
|
|
|
$version = getenv('GHS_NEW_APK_VERSION') == false ? '100' : getenv('GHS_NEW_APK_VERSION');
|
|
|
$mustUpdate = getenv('GHS_NEW_APK_VERSION_MUST_UPDATE') == false ? 0 : getenv('GHS_NEW_APK_VERSION_MUST_UPDATE');
|
|
|
- $updateText = '开单优化;修复扫码收款问题';
|
|
|
+ $updateText = '零售系统上线升级';
|
|
|
util::success(['version' => $version, 'mustUpdate' => $mustUpdate, 'updateText' => $updateText]);
|
|
|
}
|
|
|
|