Commit 5f49a7ff authored by 钱坤's avatar 钱坤

小程序球码生成失败,增加error日志

parent e339efaa
...@@ -79,6 +79,8 @@ public class OrgSyncService { ...@@ -79,6 +79,8 @@ public class OrgSyncService {
String statusCode = (String) jsonObject.get("statusCode"); String statusCode = (String) jsonObject.get("statusCode");
if ("0000".equals(statusCode)) { if ("0000".equals(statusCode)) {
url = (String) jsonObject.get("attributes"); url = (String) jsonObject.get("attributes");
} else {
log.error("小程序球码生成失败, userId:{}, qrCodeUrl: {}, resp: {}", userId, qrCodeUrl, jsonObject);
} }
} catch (Exception e) { } catch (Exception e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment