Kaynağa Gözat

edit task sign remark

abiao 5 yıl önce
ebeveyn
işleme
beebe34c78

+ 1 - 1
go/gopath/src/fohow.com/apps/controllers/cent_controller/cent_controller.go

@@ -247,7 +247,7 @@ func (self *CentController) SignEveryday() {
 		self.ReturnError(403, apps.NoExist, "", nil)
 	}
 	count := centAward.Count
-	remark := fmt.Sprintf("每日签到(连续第%d天 领取:%d)", num, count)
+	remark := fmt.Sprintf("每日签到(连续第%d天 领取:%d)", num, count/int64(100))
 
 	//发放积分
 	c := new(cent_model.CentBalance).Create(wxUser.Id, count, s, s, remark)