This commit is contained in:
魏啾
2024-05-31 11:48:07 +08:00
parent e6d878888c
commit 705b8cb0a8
10 changed files with 4758 additions and 474 deletions

View File

@@ -56,5 +56,7 @@ export default {
userttwechat(data) { //开票人列表
return uni.api.post("user/ttwechat", data);
},
storepaidkeywordsearch(data) { //企业关键词搜索Paid
return uni.api.post("store/paidkeywordsearch", data);
},
}