|
|
@@ -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)
|