支付
This commit is contained in:
@@ -4,15 +4,15 @@ import (
|
||||
"encoding/json"
|
||||
"git.rosy.net.cn/jx-print/globals"
|
||||
"git.rosy.net.cn/jx-print/model"
|
||||
"git.rosy.net.cn/jx-print/putils"
|
||||
"git.rosy.net.cn/jx-print/services"
|
||||
"git.rosy.net.cn/jx-print/utils"
|
||||
"github.com/gin-gonic/gin"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
//刷新验证码 POST
|
||||
func RefreshCode(c *gin.Context) {
|
||||
utils.Captcha(c, 4)
|
||||
putils.Captcha(c, 4)
|
||||
}
|
||||
|
||||
type UserParam struct {
|
||||
|
||||
Reference in New Issue
Block a user