DGA-SCD / gsurvey

It's dynamic survey platform using new technology
MIT License
1 stars 0 forks source link

support survey with authenticatoin #242

Closed pepsi7959 closed 4 years ago

pepsi7959 commented 4 years ago

Details

POST /api/v2/survey/auth to /api/v2/users/survey/auth

request

{
    "surveyid": "1",
    "userid": "24",
    "verrsion": "1", //optional
    "password": "123"
}

response

{
    "success": true,
    "code": 20000,
    "desc": null
}

*** อาจจะต้องเพิ่ม capcha เช็คว่าเป็นคนเหรือป่าว

DOD


postman:

Run in Postman