first commit

This commit is contained in:
编码猿
2024-09-27 01:06:04 +08:00
commit cbed24c40d
205 changed files with 8732 additions and 0 deletions

View File

@@ -0,0 +1 @@
777e2fca-7f5f-491e-a352-9eb6f5f66afe

View File

@@ -0,0 +1,16 @@
POST http://127.0.0.1:18306/admin/newCourse HTTP/1.1
content-type: application/json
{
"courseTitle": "1",
"courseClass": "2",
"courseClassId": "3",
"courseDesc": "4",
"courseImageUrl": "5",
"courseCharge": "6",
"coursePrice": 700,
"courseDate": "8",
"courseResource": "9"
}
###