|
@@ -498,18 +498,6 @@ func (c *ReportControllerCommon) GetTickerData() {
|
|
|
c.FailWithMessage("请传入章节id")
|
|
|
return
|
|
|
}
|
|
|
- mobile := c.GetString("mobile")
|
|
|
- if mobile == "" {
|
|
|
- c.FailWithMessage("mobile 必传")
|
|
|
- return
|
|
|
- }
|
|
|
- var dateTxt = []byte(mobile)
|
|
|
- resultDe := utils.DesBase64Decrypt(dateTxt)
|
|
|
- deMobile := string(resultDe)
|
|
|
- if deMobile == "" {
|
|
|
- c.FailWithMessage("手机号加密格式错误")
|
|
|
- return
|
|
|
- }
|
|
|
|
|
|
tickerData, err, errMsg := logic.GetTickerData(reportChapterId)
|
|
|
if err != nil {
|