This commit is contained in:
yixu
2025-09-19 13:12:03 +08:00
parent a84770b4c3
commit 0354cf289d
6 changed files with 19 additions and 10 deletions

View File

@@ -133,6 +133,8 @@ const inviteHelp = ()=> {
fetch('https://huodong2.lzlj.com/api/faceFamily/face/like', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
Accept: "application/json",
'Authorization': `Bearer ${Storage.get("userinfos").api_token}`
},
body: JSON.stringify(formData)