contract template endpoint

This commit is contained in:
glovetleong
2021-06-28 15:31:10 +08:00
parent 0be9350b30
commit ebdf9d57cc
16 changed files with 566 additions and 112 deletions
+13
View File
@@ -0,0 +1,13 @@
https://unity.test/
/////////////////////////////////////////////////////////////////////////////////////////////
GET
user-backsys/api/contract-template/list
/////////////////////////////////////////////////////////////////////////////////////////////
GET
user-backsys/api/contract-template/show/hash_id
/////////////////////////////////////////////////////////////////////////////////////////////
+15
View File
@@ -0,0 +1,15 @@
https://unity.test/
/////////////////////////////////////////////////////////////////////////////////////////////
POST
user-backsys/api/login
{
"App-Key": "base64:l/rL1EymG3bAXHY6g+ZuPTyJgDm0myx/tBELy9CHcgg="
}
{
"email": "one@izyim.com",
"password": "pass123"
}
/////////////////////////////////////////////////////////////////////////////////////////////