组件接口地址缺省配置修改

This commit is contained in:
gaoqr
2026-08-11 14:24:20 +08:00
parent dc3814c3e0
commit 5b5c2a3741
2 changed files with 3 additions and 3 deletions
@@ -21,13 +21,13 @@ public class ProducingOrderImportProperties {
* 组件生产单查询地址,其中 {@code {id}} 会替换为来源订单 ID。
*/
private String orderUrl =
"http://proc.mes.cf/api-branch=opt_split_order/api/v1/producing/order/{id}";
"https://chenfeng.tech:38113/api/v1/producing/order/{id}";
/**
* 组件生产单订单单头更新地址,其中 {@code {id}} 会替换为来源订单 ID。
*/
private String orderExtraUrl =
"http://proc.mes.cf/api-branch=opt_split_order/api/v1/producing/order/{id}/extra";
"https://chenfeng.tech:38113/api/v1/producing/order/{id}/extra";
/**
* 建立 HTTP 连接的超时时间。