|
@@ -1055,7 +1055,10 @@ func (this *UserController) ApplyTryOut() {
|
|
|
}
|
|
|
title = detailFiccReport.Title
|
|
|
source = utils.CYGX_OBJ_FICC_REPORT
|
|
|
- redirectUrl = utils.WX_MSG_PATH_FICC_REPORT_DETAIL + strconv.Itoa(detailId)
|
|
|
+ if utils.RunMode == "release" {
|
|
|
+ redirectUrl = utils.WX_MSG_PATH_FICC_REPORT_DETAIL + strconv.Itoa(detailId)
|
|
|
+ }
|
|
|
+
|
|
|
} else if tryType == utils.CYGX_OBJ_FICC_REPORT_XCX {
|
|
|
// 研选专栏
|
|
|
title = "周期股语音播报"
|