master
wangning 7 years ago
parent e5a6813c91
commit 7afbb7479f

@ -1547,7 +1547,7 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
JSONObject client = clientDetail(manager, clientMoniker);
try {
JSONObject qrboardConfig = new JSONObject();
qrboardConfig.put("src", "http://192.168.0.10:9001/static/images/aggregate_qr_board.png");
qrboardConfig.put("src", PlatformEnvironment.getEnv().concatUrl("/static/images/aggregate_qr_board.png"));
qrboardConfig.put("type", "royalpay");
qrboardConfig.put("x", "835");
qrboardConfig.put("y", "1290");

Loading…
Cancel
Save