Commit 8653f87b authored by 钱坤's avatar 钱坤

Merge remote-tracking branch 'origin/fix-0823-day-subject-url' into dev

parents 5dc33111 5f49a7ff
......@@ -79,6 +79,8 @@ public class OrgSyncService {
String statusCode = (String) jsonObject.get("statusCode");
if ("0000".equals(statusCode)) {
url = (String) jsonObject.get("attributes");
} else {
log.error("小程序球码生成失败, userId:{}, qrCodeUrl: {}, resp: {}", userId, qrCodeUrl, jsonObject);
}
} 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