fix
parent
e9d0b2d27f
commit
1797e04edf
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue