From f3a086bc8edc8d3a544fbc00990cb2377c26ff33 Mon Sep 17 00:00:00 2001 From: chenweijian <820961417@qq.com> Date: Fri, 7 Apr 2023 16:23:26 +0800 Subject: [PATCH] ios agent --- route/charge_r/charge.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/route/charge_r/charge.go b/route/charge_r/charge.go index 35aefae..7b6b100 100644 --- a/route/charge_r/charge.go +++ b/route/charge_r/charge.go @@ -37,8 +37,8 @@ func CanShareChargeLink(c *gin.Context) (*mycontext.MyContext, error) { return myContext, err } type res struct { - ShareUrl string - ShareIcon string + ShareUrl string `json:"shareUrl"` + ShareIcon string `json:"shareIcon"` } resp.ResponseOk(c, res{config.GetH5Config().AGENT_SHARE_URL, config.GetH5Config().AGENT_SHARE_ICON}) -- 2.22.0