V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  saleacy  ›  全部回复第 1 页 / 共 2 页
回复总数  34
1  2  
@rrfeng 很强!

r.GET("/fp", utils.AuthMiddleware, func(c *gin.Context) {
username := c.MustGet("username").(string)

var products []struct {
Age string `gorm:"column:a"`
TaobaoID string `gorm:"column:b"`
MinPrice float64 `gorm:"column:c"`
TPrice int `gorm:"column:d"`
}

if err := db.Raw(`select products.age as a,products.min_price as b,products.taobao_id as c from products join users where users.username = ?`, username).Scan(&products).Error; err != nil {
c.JSON( http.StatusInternalServerError, gin.H{"error": "Could not retrieve user products"})
return
}

c.JSON( http.StatusOK, products)
})


[root@ctos0 routes]# curl -X GET http://localhost:8080/fp -H "Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MzI2ODg1OTQsImlzcyI6ImFhYSJ9.CRiAl3SG509O2XkB-a_aXtnNcgFORZsbP_7M-580HBg"
[GIN] 2024/11/26 - 11:26:53 | 200 | 821.97µs | ::1 | GET "/fp"
[{"p.age":"333","p.taobao_id":"033","p.min_price":129,"pr.t_price":79},{"p.age":"222","p.taobao_id":"022","p.min_price":129,"pr.t_price":79}]
@rrfeng 没怎么用过😅
338 天前
回复了 saleacy 创建的主题 NGINX Linux -Nginx 遇到一个玄学问题!
@zuotun 感谢分享帮助 问题已解决
351 天前
回复了 saleacy 创建的主题 NGINX Linux -Nginx 遇到一个玄学问题!
确实是/etc/nginx/mime.types 的问题 感谢各位的帮助
351 天前
回复了 saleacy 创建的主题 NGINX Linux -Nginx 遇到一个玄学问题!
351 天前
回复了 saleacy 创建的主题 NGINX Linux -Nginx 遇到一个玄学问题!
351 天前
回复了 saleacy 创建的主题 NGINX Linux -Nginx 遇到一个玄学问题!
在 172.18.231.93 上面用 wget curl 能读到通过 nginx 代理发布后的.ctl 后缀的文件
351 天前
回复了 saleacy 创建的主题 NGINX Linux -Nginx 遇到一个玄学问题!
.ctl 后缀的文件访问都是 502😨
351 天前
回复了 saleacy 创建的主题 NGINX Linux -Nginx 遇到一个玄学问题!
包括其他目录,就 ctl 后缀的文件报 502 错误,wget 也是 502 ,其他后缀都能正常访问,用 wget 保存。
351 天前
回复了 saleacy 创建的主题 NGINX Linux -Nginx 遇到一个玄学问题!
害怕了兄弟们,不敢睡觉了 i😨
2023-03-27 16:48:42 +08:00
回复了 sockball07 创建的主题 程序员 crontab 未执行的问题
date 没用绝对路径
2022-05-28 10:16:51 +08:00
回复了 saleacy 创建的主题 问与答 从上海回老家,公积金社保应该怎么办?
好的 感谢各位解答👍 帮助很大
2022-05-21 02:10:20 +08:00
回复了 tlmn 创建的主题 程序员 如何为 Linux 下的命令设置色彩输出?
| lolcat
2022-05-09 01:55:51 +08:00
回复了 reorx 创建的主题 程序员 我的 Vim 自动补全配置变迁史
@herozzm 不至于
2022-04-24 01:30:22 +08:00
回复了 VincentYoung 创建的主题 程序员 10 美元永久保留 GV
eft 免费保号不好使吗
2022-04-23 03:36:15 +08:00
回复了 elboble 创建的主题 Linux ssh 一分钟被打 1000 次, fail2ban 有用吗?
我服务端防火墙是关闭状态 就把 ssh 端口 禁止 root 登录 脚本遍历 secure 一分钟超过三次拉入 hosts.deny
2022-04-11 20:21:18 +08:00
回复了 lizhiqing 创建的主题 分享发现 [必学] V2EX 发布图文帖子的方法
2022-04-06 12:52:36 +08:00
回复了 techstay 创建的主题 程序员 请问如何模拟打字输入
按键精灵
2022-04-03 00:03:16 +08:00
回复了 Love2000 创建的主题 分享发现 像素大战的用户行为分析
😂
2022-04-02 00:42:24 +08:00
回复了 gtheone1 创建的主题 小米 有什么办法屏蔽 miui 的更新吗
在用已改选手:切 root 改版本号
1  2  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5492 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 29ms · UTC 08:33 · PVG 16:33 · LAX 00:33 · JFK 03:33
Developed with CodeLauncher
♥ Do have faith in what you're doing.