POST /CMS/create-site
- return configurations that will be figured in the php file and mobile app.
- json structure
{
"agentId": "string",
"prefix": "string",
"siteId": 0,
"status": true,
"message": "",
"errorCode": "200"
}
- GET /CMS/admin/get-list
- get list of admin
-
POST /Sites/register
- add 2 params: 'prefix' and 'agentId'. Both of them were figured in the php file.
-
POST /Sites/login
- add 2 params: 'prefix' and 'agentId'. Both of them were figured in app.
-
GET /Sites/get-otp/
- add 2 params: 'prefix' and 'agentId'. Both of them were figured in app.
-
GET /Sites/reset-password/
- add 1 params: 'otp' was gotten from /Sites/get-otp/
-
POST /KV/login
- add 2 params: 'prefix' and 'agentId'. Both of them were figured in app.
-
POST /KV/register
- add 2 params: 'prefix' and 'agentId'. Both of them were figured in app.
- change name of parameter 'refCode' => 'referalCode'