|
|
@ -153,7 +153,5 @@ func testSql(c *gin.Context) {
|
|
|
|
|
|
|
|
|
|
|
|
myMap, err := CommonUtil.JsonStringToMap(jsonStr)
|
|
|
|
myMap, err := CommonUtil.JsonStringToMap(jsonStr)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
c.JSON(http.StatusOK, gin.H{"success": err, "info": myMap["captchaId"]})
|
|
|
|
c.JSON(http.StatusOK, gin.H{"success": err, "info": myMap["captchaId"]})
|
|
|
|
}
|
|
|
|
}
|
|
|
|