wiki 工程重构

This commit is contained in:
simple321vip
2023-03-25 23:58:10 +08:00
parent e875c917ba
commit d7f16629f6
8 changed files with 518 additions and 533 deletions
+5 -5
View File
@@ -29,7 +29,7 @@ export default [
}
},
{
url: '/auth/api/v1/author/blog/0001',
url: '/auth/api/v1/author/wiki/0001',
method: 'delete',
response: () => {
return {
@@ -49,8 +49,8 @@ export default [
},
},
{
url: '/auth/api/v1/author/blog/content',
method: 'PUT',
url: '/auth/api/v1/author/wiki',
method: 'POST',
response: () => {
return {
bid: "0003",
@@ -62,8 +62,8 @@ export default [
},
},
{
url: '/auth/api/v1/author/blog/content',
method: 'POST',
url: '/auth/api/v1/author/wiki',
method: 'PUT',
response: () => {
return {
bid: "0003",