5 changed files with 51 additions and 3 deletions
@ -0,0 +1,12 @@ |
|||||
|
{ |
||||
|
"version": 1, |
||||
|
"isRoot": true, |
||||
|
"tools": { |
||||
|
"dotnet-ef": { |
||||
|
"version": "8.0.2", |
||||
|
"commands": [ |
||||
|
"dotnet-ef" |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
} |
@ -0,0 +1,19 @@ |
|||||
|
注意事项 |
||||
|
1.返回参数名称采用大驼峰命名 |
||||
|
2.ApiResponse为基础返回对象(Code,Data,Message),接口中所有的返回值均属于Data属性 |
||||
|
3.正常返回Code=200 |
||||
|
|
||||
|
AppCode规范 |
||||
|
BBWYC 步步为盈C端 |
||||
|
BBWYB 步步为盈B端 |
||||
|
PJZS 评价助手 |
||||
|
QK 齐库 |
||||
|
LK 良库 |
||||
|
SBF 三板斧 |
||||
|
SN 司南 |
||||
|
|
||||
|
Channel规范 |
||||
|
|
||||
|
|
||||
|
CustomTypeCode说明 |
||||
|
评价助手: |
Loading…
Reference in new issue