|
|
|
@ -245,6 +245,7 @@ public class RetailAppServiceImp implements RetailAppService {
|
|
|
|
|
String clientType = device.getString("client_type");
|
|
|
|
|
deviceSupport.findRegister(clientType);
|
|
|
|
|
JSONObject res = SignInAccountServiceImpl.clientInfoWithNoSecretInfo(clientManager.getClientInfo(device.getIntValue("client_id")));
|
|
|
|
|
res.put("is_skip_clearing",res.getBoolean("skip_clearing"));
|
|
|
|
|
if (clientType.equals("iphone")) {
|
|
|
|
|
res.put("skip_clearing",!res.getBoolean("skip_clearing"));
|
|
|
|
|
}
|
|
|
|
|