调试信息
This commit is contained in:
parent
410933e5b0
commit
48a5141054
@ -10,6 +10,7 @@ import (
|
|||||||
"case-admin-api/utils"
|
"case-admin-api/utils"
|
||||||
"github.com/gin-gonic/gin"
|
"github.com/gin-gonic/gin"
|
||||||
"strconv"
|
"strconv"
|
||||||
|
"fmt"
|
||||||
)
|
)
|
||||||
|
|
||||||
type CaseComment struct {
|
type CaseComment struct {
|
||||||
@ -279,6 +280,8 @@ func (b *CaseComment) AddCaseCommentHighQuality(c *gin.Context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
println(user)
|
println(user)
|
||||||
|
str := fmt.Sprintf("%+v", user) // %+v 会带上字段名
|
||||||
|
fmt.Println(str)
|
||||||
|
|
||||||
// 上报用户参与情况-只上报优质留言-佳动力
|
// 上报用户参与情况-只上报优质留言-佳动力
|
||||||
if caseComment.PlatformId == 2 {
|
if caseComment.PlatformId == 2 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user