mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 01:14:50 +08:00
初始化api
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
export interface ICommon {
|
||||
_id: string;
|
||||
value: String;
|
||||
name: String;
|
||||
type: Number;
|
||||
}
|
||||
|
||||
export interface ICommonInputDTO {
|
||||
value: String;
|
||||
name: String;
|
||||
type: Number;
|
||||
}
|
||||
|
||||
export enum ShareCodeType {
|
||||
ddFactory = 1,
|
||||
ddXw,
|
||||
jxCfd,
|
||||
jxFactory,
|
||||
jxFactoryTuan,
|
||||
jxNc,
|
||||
jxStory,
|
||||
jxCfdGroup,
|
||||
jdZz,
|
||||
jdZjdTuan,
|
||||
didi,
|
||||
jd818,
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
export interface IContent {
|
||||
author: String;
|
||||
paragraphs: [String];
|
||||
title: String;
|
||||
id: String;
|
||||
created_at: Number;
|
||||
}
|
||||
Reference in New Issue
Block a user