修改接口问题

This commit is contained in:
duan
2024-12-31 17:05:26 +08:00
parent 8775b23f6a
commit 3b3e167089
10 changed files with 41 additions and 31 deletions

View File

@@ -63,7 +63,7 @@
content: '我要注销账号',
userId: uni.getStorageSync('userId')
}
that.$Request.postJson('/app/message/insertMessage', data).then(res => {
that.$Request.postJson('/app/message/sendMessage', data).then(res => {
if (res.code == 0) {
uni.showModal({
title: '提示',