xiejun
2025-01-22 d9183aa80ae17d36b79dda48c6b1d7fa22a80ee3
Source/ExampleIntegratedPushCalled/src/main/java/com/vci/ubcs/example/service/ICalledIntegrationService.java
@@ -21,6 +21,9 @@
    void sendApplyCodeByWebService() throws MalformedURLException, RemoteException;
    /**
     * 编码系统,统一申请接口,用WebService方式调用xml
     */
    void sendApplyCodeByWebServicexml(int frequency) throws MalformedURLException, RemoteException;
}