问题反馈修改

This commit is contained in:
仲么了
2023-08-29 16:14:09 +08:00
parent 7c79eddc05
commit 38b827af46
23 changed files with 330 additions and 144 deletions

View File

@@ -41,7 +41,7 @@ export const queryAppInfoByType = (type) => {
export const queryUserPushConfig = () => {
return request({
url: '/cs-system-boot/appInfoSet/queryByUserId',
url: '/user-boot/appInfoSet/queryByUserId',
method: 'post',
header: {
'Content-Type': 'application/json',
@@ -56,7 +56,7 @@ export const queryUserPushConfig = () => {
export const updatePushConfig = (params) => {
return request({
url: '/cs-system-boot/appInfoSet/update',
url: '/user-boot/appInfoSet/update',
method: 'post',
header: {
'Content-Type': 'application/json',