用户修改
This commit is contained in:
@@ -19,3 +19,17 @@ export function queryAppInfo(id) {
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询app个人中心信息详情
|
||||
* @param id
|
||||
*/
|
||||
|
||||
export const queryAppInfoByType = (type) => {
|
||||
return request({
|
||||
url: '/cs-system-boot/appinfo/queryAppInfoByType',
|
||||
method: 'post',
|
||||
data: {
|
||||
type,
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user