优化推荐功能新增参数配置

This commit is contained in:
wangqiao
2025-09-23 21:34:42 +08:00
parent bf189f7f5b
commit aef8799652
8 changed files with 14 additions and 1 deletions

View File

@ -61,6 +61,7 @@ export interface pageReq {
createAddress?: string
createIp?: string
projectType?: any
recommend: boolean // 是否推荐
}
export interface pageRes {
list: {