DGA-SCD / gsurvey

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

password view APIs #239

Closed pepsi7959 closed 4 years ago

pepsi7959 commented 4 years ago

Details

GET /api/v1/survey/password/view?surverId=${surveyId} to /api/v1/survey/password?sid=${surveyId}&v=1

resposne

{
surveyid: ${surveyid},
password: "1234"
}

DOD