log
parent
1797e04edf
commit
94451b542c
|
@ -64,6 +64,7 @@ public class GmService implements RPCRequestGMIFace.Iface {
|
|||
Map<Integer, RechargeInfo> rechargeInfoMap = new HashMap<>();
|
||||
if(cmd.contains("recharge")){
|
||||
File file = new File("../conf/BuyGoodsLogic.log");
|
||||
LOGGER.info("file path={}",file.getAbsolutePath());
|
||||
BufferedReader bufferedReader = new BufferedReader(new FileReader(file));
|
||||
|
||||
String readLine = null;
|
||||
|
@ -143,6 +144,7 @@ public class GmService implements RPCRequestGMIFace.Iface {
|
|||
|
||||
} catch (final Exception ex) {
|
||||
result.setResultMsg("Cmd Illegal");
|
||||
LOGGER.info("e={}",e);
|
||||
return result;
|
||||
}
|
||||
result.setResultCode(0);
|
||||
|
|
Loading…
Reference in New Issue