|
|
@ -45,9 +45,6 @@ public class RetailRSvcServiceImpl implements RetailRSvcService {
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public JSONObject findMchInfoBySourceCode(JSONObject device, String sourceCode) {
|
|
|
|
public JSONObject findMchInfoBySourceCode(JSONObject device, String sourceCode) {
|
|
|
|
if (device.getString("version").equals("2.12.13") || device.getIntValue("client_id") == 9) {
|
|
|
|
|
|
|
|
throw new NotFoundException();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
String clientType = device.getString("client_type");
|
|
|
|
String clientType = device.getString("client_type");
|
|
|
|
deviceSupport.findRegister(clientType);
|
|
|
|
deviceSupport.findRegister(clientType);
|
|
|
|
JSONObject svcInfo = commonIncrementalChannelMapper.findIncreamentalChannelBySourceCode(sourceCode);
|
|
|
|
JSONObject svcInfo = commonIncrementalChannelMapper.findIncreamentalChannelBySourceCode(sourceCode);
|
|
|
|