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