|
|
@@ -664,7 +664,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]);
|
|
|
}
|
|
|
|