first commit
This commit is contained in:
1
Swoft_BackEndApi/rest/.pydio
Normal file
1
Swoft_BackEndApi/rest/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
777e2fca-7f5f-491e-a352-9eb6f5f66afe
|
||||
16
Swoft_BackEndApi/rest/test.http
Normal file
16
Swoft_BackEndApi/rest/test.http
Normal 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"
|
||||
}
|
||||
|
||||
###
|
||||
Reference in New Issue
Block a user