Update API types and request handling
This commit is contained in:
@ -2,7 +2,7 @@ export interface ThotTopReq {
|
||||
/** 类型: 1 图纸 2 文本 3 模型 */
|
||||
type: number
|
||||
/** 项目分类 */
|
||||
projectType: string
|
||||
projectType: number
|
||||
/** 是否国内 0 国外 1 国内 */
|
||||
isDomestic: number
|
||||
projectTypeTop?: string
|
||||
|
||||
Reference in New Issue
Block a user