wuxw
2019-07-18 a54a28a5a26e86d6b32990bfbb174c350b917b47
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;
}