Browse Source

update

master
DengBiao 1 year ago
parent
commit
a3404b8673
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/hdl/hdl_wx.go

+ 1
- 1
app/hdl/hdl_wx.go View File

@@ -212,7 +212,7 @@ func DealCallBack(openId, ticket string) error {
if err != nil {
return err
}
if userUseQrcodeRecords != nil {
if userUseQrcodeRecords != nil && userUseQrcodeRecords.RecordsId == int64(qrcode.Id) {
return errors.New("请勿重复使用二维码!")
}



Loading…
Cancel
Save