Refactor(分享):分享标题、页面路径、图片通过接口获取
This commit is contained in:
@@ -222,3 +222,8 @@ export function getAiSystemInfoSetting() {
|
||||
export function getAiSystemInfoTopic() {
|
||||
return request.get('/ai/systemTopic', {}, { login: false })
|
||||
}
|
||||
|
||||
// 获取通用分享配置
|
||||
export function getWeixinShareConfig() {
|
||||
return request.get('/weixinShareConfig', {}, { login: false })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user