Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

feat(http): update query data version #801

Merged
merged 1 commit into from
Mar 26, 2021

Conversation

hycdong
Copy link
Contributor

@hycdong hycdong commented Mar 26, 2021

#706 update replica query data version http interface. The pervious interface is like below:

{
    "1":{
        "data_version": "1",
        "pidx" : "1",
    },
    ......
}

This pull request simplify this interface, remove the duplicated pidx filed, like below:

{
    "1":{
        "data_version": "1",
    },
    ......
}

@hycdong hycdong added the component/http HTTP/RESTful support label Mar 26, 2021
@neverchanje neverchanje merged commit 259779b into XiaoMi:master Mar 26, 2021
@hycdong hycdong deleted the http_data_version branch April 7, 2021 09:59
@hycdong hycdong added the 2.2.0 label Aug 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
2.2.0 component/http HTTP/RESTful support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants