Commit bf744562 authored by guoyou's avatar guoyou

会员等级修改

parent 021c6558
......@@ -20,3 +20,10 @@ export function addMembershipGrade(obj) {
data:obj
});
}
export function update(params) {
return fetch({
url: 'api/admin/member/update',
method: 'PUT',
data:params
});
}
\ No newline at end of file
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