Merge remote-tracking branch 'origin/master'

master
eason.qian 7 years ago
commit 777a8c314e

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