back_recharge
wangyuan 2019-09-20 10:36:14 +08:00
parent 94451b542c
commit 144fadf156
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ public class GmService implements RPCRequestGMIFace.Iface {
} catch (final Exception ex) {
result.setResultMsg("Cmd Illegal");
LOGGER.info("e={}",e);
LOGGER.info("e={}",ex);
return result;
}
result.setResultCode(0);