refactor: 更新 README 文档与后端服务配置

This commit is contained in:
pikachu1995@126.com
2026-07-13 16:49:49 +08:00
parent 29acc7f0ee
commit f6037dc18b
5 changed files with 51 additions and 105 deletions

View File

@@ -71,7 +71,7 @@ export const ServeSendTalkFile = (data) => {
// 发送聊天图片服务接口
export const ServeSendTalkImage = (data) => {
return upload("/common/common/upload/file", data);
return upload("/buyer/common/upload/file", data);
};
// 发送表情包服务接口