Files
glz ab09c24338 refactor: 拆分自动铺码服务为独立PrintWorker项目
1.  将原WorkService中的AutoDotCodeConsumer、RabbitMQHostedService、IQueueConsumer迁移至新的PrintWorker项目
2.  移除WorkService中冗余的PrintTool依赖文件复制配置
3.  将PrintToolV2.7相关资源移动到PrintWorker项目中统一管理
4.  从WorkService中移除AutoDotCodeConsumer的服务注册
5.  新增PrintWorker项目的完整宿主程序与配置文件
2026-06-30 17:41:00 +08:00

14 lines
481 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

0成功
-1未知错误
-2、-105输入参数错误
-6读取pdf信息失败
-5、-7加载授权文件失败
-8授权文件页码数量不够或页面尺寸不匹配
-10生成码点失败
-11到-15生成pdf失败
-30程序异常触发保护机制
-31: 传入起始页码不在资源范围内
-32传入起始页码+连续铺码数量大于资源文件剩余可使用页数
-33中间页码连续数量为0
-34预计铺码数量大于PDF的页数