back_recharge
wangyuan 2019-09-20 10:35:03 +08:00
parent 1797e04edf
commit 94451b542c
1 changed files with 2 additions and 0 deletions

View File

@ -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);