注释搜索:主播发送消息
观看列表只能主播跟管理员查看
This commit is contained in:
@@ -164,10 +164,11 @@ export const getUserWithdrawConfig = id => {
|
||||
}
|
||||
|
||||
/** 获取用户积分详细信息 */
|
||||
export const getUserIntegral = () => {
|
||||
export const getUserIntegral = (loading = true) => {
|
||||
return http({
|
||||
url: `/api/system/userPoints/details`,
|
||||
method: 'get'
|
||||
method: 'get',
|
||||
loading
|
||||
})
|
||||
}
|
||||
|
||||
@@ -308,3 +309,12 @@ export const getUserBuyRecordDetail = id => {
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
/** 修改订单 */
|
||||
export const updateUserBuyRecord = data => {
|
||||
return http({
|
||||
url: `/api/service/order`,
|
||||
method: 'put',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user