sspms / user

0 stars 1 forks source link

gender should be checked before post #4

Open jiwoorico opened 6 years ago

jiwoorico commented 6 years ago

post request with gender "male1" should not be successful

{ "userName":"BinbinShen", "firstName": "Binbin", "lastName": "Shen", "gender":"male1", "deviceId": "123456", "cellPhoneNumber": "18616368403" }

jiwoorico commented 6 years ago

it could be checked via UI. we can leave it here now