|
@@ -887,7 +887,7 @@ func GetSmsCode(c *gin.Context) {
|
|
|
// @Product json
|
|
|
// @Success 200 {string} string 获取验证码成功
|
|
|
// @Failure 400 {string} string 请输入邮箱地址
|
|
|
-// @Router /user/get_email_code [get]
|
|
|
+// @Router /pc_code/get_email_code [get]
|
|
|
func GetEmailCode(c *gin.Context) {
|
|
|
email := c.DefaultQuery("email", "")
|
|
|
if email == "" {
|