package
0.0.0-20191121133712-78a7f464031a
Repository: https://github.com/speanut-land/gdou-server.git
Documentation: pkg.go.dev

# Functions

@Summary 发送注册短信验证码 @Tags 短信接口 @Produce json @Param telephone body string true "Telephone"@Success 200 {object} app.Response@Failure 500 {object} app.Response @Router /sendCode/register [post].
@Summary 发送重置密码的短信验证码 @Tags 短信接口 @Produce json @Param telephone body string true "Telephone"@Success 200 {object} app.Response@Failure 500 {object} app.Response @Router /sendCode/resetPassword [post].