fix CBBank模板

master
luoyang 6 years ago
parent 663edb9e6c
commit e3750bef67

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB

Loading…
Cancel
Save