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