This commit is contained in:
haomingming
2025-10-15 11:44:47 +08:00
parent dd9b2984b2
commit 2a1f4a2405
12 changed files with 352 additions and 104 deletions
+3
View File
@@ -22,6 +22,9 @@ const my_api = {
startpage() {
return request('/expertAPI/startpage', {}, 'post', true);
},
addUniappCid(data) {
return request('/expertAPI/addUniappCid', data, 'post', true);
}
}