delete app not found test

master
luoyang 5 years ago
parent ab7829e9d5
commit c899b637a4

@ -5,7 +5,7 @@
<parent>
<groupId>au.com.royalpay.payment</groupId>
<artifactId>payment-parent</artifactId>
<version>1.1.13</version>
<version>1.1.14</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>manage</artifactId>

@ -45,9 +45,6 @@ public class RetailRSvcServiceImpl implements RetailRSvcService {
@Override
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");
deviceSupport.findRegister(clientType);
JSONObject svcInfo = commonIncrementalChannelMapper.findIncreamentalChannelBySourceCode(sourceCode);

Loading…
Cancel
Save