wuxw
2019-06-03 e080491129f6370d0c0eeb4b0bd9b79ec1a2d2e8
OrderService/src/main/java/com/java110/order/smo/IOrderServiceSMO.java
@@ -16,12 +16,12 @@
     * @param reqJson 请求报文json
     * @return
     */
    public ResponseEntity<String> service(String reqJson, Map<String, String> headers) throws SMOException;
     ResponseEntity<String> service(String reqJson, Map<String, String> headers) throws SMOException;
    /**
     * 接受业务系统通知消息
     * @param receiveJson 接受报文
     * @throws SMOException
     */
    public void receiveBusinessSystemNotifyMessage(String receiveJson) throws SMOException;
     void receiveBusinessSystemNotifyMessage(String receiveJson) throws SMOException;
}