eason.qian 7 years ago
parent c8ffdbdf73
commit e6e4ced9a0

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

Loading…
Cancel
Save