back_recharge
wangyuan 2019-09-20 10:05:01 +08:00
parent e9d0b2d27f
commit 1797e04edf
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public class GmService implements RPCRequestGMIFace.Iface {
//todo
Map<Integer, RechargeInfo> rechargeInfoMap = new HashMap<>();
if(cmd.contains("recharge")){
File file = new File("conf/BuyGoodsLogic.log");
File file = new File("../conf/BuyGoodsLogic.log");
BufferedReader bufferedReader = new BufferedReader(new FileReader(file));
String readLine = null;