mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 12:52:07 +08:00
组件接口地址缺省配置修改
This commit is contained in:
+2
-2
@@ -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 连接的超时时间。
|
||||
|
||||
Reference in New Issue
Block a user