正在显示
3 个修改的文件
包含
3 行增加
和
3 行删除
@@ -37,7 +37,7 @@ user_center_app_key ="39aefef9e22744a3b2d2d3791824ae7b" | @@ -37,7 +37,7 @@ user_center_app_key ="39aefef9e22744a3b2d2d3791824ae7b" | ||
37 | user_center_app_secret ="cykbjnfqgctn" | 37 | user_center_app_secret ="cykbjnfqgctn" |
38 | 38 | ||
39 | #Html5 | 39 | #Html5 |
40 | -h5_host = "https://web-open-test.fjmaimaimai.com" | 40 | +h5_host = "https://mmm-web-open-test.fjmaimaimai.com" |
41 | 41 | ||
42 | #审核中心 | 42 | #审核中心 |
43 | suplus_host ="http://suplus-approve-dev.fjmaimaimai.com" | 43 | suplus_host ="http://suplus-approve-dev.fjmaimaimai.com" |
@@ -37,7 +37,7 @@ user_center_app_key ="39aefef9e22744a3b2d2d3791824ae7b" | @@ -37,7 +37,7 @@ user_center_app_key ="39aefef9e22744a3b2d2d3791824ae7b" | ||
37 | user_center_app_secret ="cykbjnfqgctn" | 37 | user_center_app_secret ="cykbjnfqgctn" |
38 | 38 | ||
39 | #Html5 | 39 | #Html5 |
40 | -h5_host = "https://web-open-test.fjmaimaimai.com" | 40 | +h5_host = "https://mmm-web-open-test.fjmaimaimai.com" |
41 | 41 | ||
42 | #审核中心 | 42 | #审核中心 |
43 | suplus_host ="http://suplus-approve-test.fjmaimaimai.com" | 43 | suplus_host ="http://suplus-approve-test.fjmaimaimai.com" |
@@ -105,7 +105,7 @@ func Announcements(header *protocol.RequestHeader, request *protocol.Announcemen | @@ -105,7 +105,7 @@ func Announcements(header *protocol.RequestHeader, request *protocol.Announcemen | ||
105 | Title: bulletin.Title, | 105 | Title: bulletin.Title, |
106 | Control: int(bulletin.AllowClose), | 106 | Control: int(bulletin.AllowClose), |
107 | //link:'https://web-open.fjmaimaimai.com/#/ability/announcement?id='+announcementCfgData[i].id+'&uid='+param.uid | 107 | //link:'https://web-open.fjmaimaimai.com/#/ability/announcement?id='+announcementCfgData[i].id+'&uid='+param.uid |
108 | - Link: fmt.Sprintf("%v#/ability/announcement?id=%v&uid=%v&oppo=", beego.AppConfig.String("h5_host"), bulletin.Id, msg.ReceiveUserId), | 108 | + Link: fmt.Sprintf("%v/#/ability/announcement?id=%v&uid=%v&oppo=", beego.AppConfig.String("h5_host"), bulletin.Id, msg.ReceiveUserId), |
109 | } | 109 | } |
110 | item.Cover = protocol.Cover{ | 110 | item.Cover = protocol.Cover{ |
111 | Path: bulletin.Cover, | 111 | Path: bulletin.Cover, |
-
请 注册 或 登录 后发表评论