Commit cdb77818 by 陶光胜

小程序二维码

parent 9529ccd4
......@@ -42,7 +42,7 @@ public class AppletQrcodeApiServiceImpl implements AppletQrcodeApiService {
qrcodePathDTO.setUrl(uploadResult.getUrl());
qrcodePathDTO.setDownloadUrl(uploadResult.getDownloadUrl());
qrcodePathDTO.setPath(path+"?pageId="+i);
ServiceResponse.success(qrcodePathDTO);
return ServiceResponse.success(qrcodePathDTO);
}
return ServiceResponse.failure(ErrorCode.SYSTEM_ERROR.getCode(), "生成小程序二维码异常");
}
......
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