mirror of
https://gitee.com/BDWare/ypk-deploy-tool
synced 2025-01-10 01:44:02 +00:00
add change DOIPConfig
This commit is contained in:
parent
c64678f5df
commit
76fce2d53b
@ -20,7 +20,7 @@ dependencies {
|
|||||||
implementation 'org.bouncycastle:bcprov-jdk15on:1.69'
|
implementation 'org.bouncycastle:bcprov-jdk15on:1.69'
|
||||||
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
|
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
|
||||||
implementation 'org.apache.httpcomponents:httpmime:4.5.13'
|
implementation 'org.apache.httpcomponents:httpmime:4.5.13'
|
||||||
implementation 'org.bdware.doip:bdosclient:0.0.2'
|
implementation 'org.bdware.doip:bdosclient:0.0.6'
|
||||||
// implementation 'org.bdware.doip:doip-audit-tool:1.2.4'
|
// implementation 'org.bdware.doip:doip-audit-tool:1.2.4'
|
||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
}
|
}
|
||||||
|
@ -193,6 +193,8 @@ public class SmartContractClientExt extends SmartContractClient {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public static class ContractExecType {
|
public static class ContractExecType {
|
||||||
public static final int Sole = 0; // 单点锚定合约
|
public static final int Sole = 0; // 单点锚定合约
|
||||||
public static final int RequestOnce = 1;// 多点不同步合约
|
public static final int RequestOnce = 1;// 多点不同步合约
|
||||||
|
Loading…
Reference in New Issue
Block a user