Commit 71976be0 authored by yyh's avatar yyh

增加隐藏设置接口

parent 59205bcd
...@@ -44,6 +44,12 @@ const proof = { ...@@ -44,6 +44,12 @@ const proof = {
...params, ...params,
}); });
}, },
deleteBlockChainProof(id: number, note: string = '') {
return axios.post(`${base}/deleteBlockChainProof`, {
id,
note,
});
},
abandon(id: number, abandonRemark: string, params: any = {}) { abandon(id: number, abandonRemark: string, params: any = {}) {
return axios.post(`${base}/abandon`, { return axios.post(`${base}/abandon`, {
id, id,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment