feat: 客服接入 订单问题修改

This commit is contained in:
2025-10-01 11:21:58 +08:00
parent ce63c1a954
commit 0efcd36aa7
9 changed files with 217 additions and 139 deletions

View File

@@ -414,7 +414,9 @@ export const updateUserPhone = async (payload: ChangePhoneParams) => {
// 获取指定用户信息
export const getUserInfoById = async (id) => {
try {
const response = await httpService.post("/user/detail_by_id", { id });
const response = await httpService.post("/user/detail_by_id", { id }, {
showLoading: false,
},);
return response;
} catch (error) {
console.error("获取用户信息失败:", error);