111
This commit is contained in:
+7
-1
@@ -184,7 +184,13 @@ const api = {
|
||||
},
|
||||
readRecord(data){
|
||||
return request('/user/case/read',data,'post',false,'application/json');
|
||||
}
|
||||
},
|
||||
updateExchange(id,data){
|
||||
return request('/exchange/'+id, data, 'put',true,'application/json');
|
||||
},
|
||||
delExchange(id){
|
||||
return request('/exchange/'+id, {}, 'delete',true);
|
||||
},
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user