Commit c67a9728 authored by 罗超's avatar 罗超

1

parent 65475d32
import request from '../../utils/request'
/**
* 公告系统设置
*/
export function setConten(data) {
return request({
url: '/UserCenter/SetContent',
method: 'post',
data
});
}
/**
* 获取公告系统设置
*/
export function getConten(data) {
return request({
url: '/UserCenter/GetNoticeBaseKeyDictValue',
method: 'post',
data
});
}
\ 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