dev环境加入design回调配置

This commit is contained in:
litianxiang
2025-12-16 13:16:36 +08:00
parent fbc473735c
commit 6429288fd9
3 changed files with 8 additions and 1 deletions

View File

@@ -71,6 +71,9 @@ public class PythonService {
@Value("${access.python.generate_sr_port}")
private String srServicePort;
@Value("${design.callback.url}")
private String callbackUrl;
@Resource
private PythonTAllInfoService pythonTAllInfoService;
@@ -231,6 +234,7 @@ public class PythonService {
List<DesignPythonObject> objects = new ArrayList<>();
designPythonObjects.setObjects(objects);
designPythonObjects.setProcess_id(processId);
designPythonObjects.setCallback_url(callbackUrl);
long pinPrintNum = calculateDesignPinPrintNum(elementVO.getPrintBoardElements());
long noPinPrintNum = calculateDesignNoPinPrintNum(elementVO.getPrintBoardElements(), elementVO.getDesignNum());

View File

@@ -18,4 +18,6 @@ public class DesignPythonObjects {
List<Library> addLibrary;
private String requestId;
private String callback_url;
}

View File

@@ -157,4 +157,5 @@ ollama.url=http://localhost:11434/api/chat
google.client.id=157095842121-kdd1fdf8m8nudvj9sprstb2k2prnf9e4.apps.googleusercontent.com
#google.client.secret=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
google.client.secret=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
google.redirect.uri=https://develop.api.aida.com.hk/api/third/party/auth/google_callback
google.redirect.uri=https://develop.api.aida.com.hk/api/third/party/auth/google_callback
design.callback.url=https://develop,api.aida.com.hk/api/third/party/receiveDesignResults