Explorar el Código

Merge branch 'dev/v4.8.79_fuwencai' of qmx/jy into feature/v4.8.79

fuwencai hace 1 año
padre
commit
8af2e165f2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/jfw/modules/publicapply/src/userbase/service/service.go

+ 1 - 1
src/jfw/modules/publicapply/src/userbase/service/service.go

@@ -178,7 +178,7 @@ func (this *ServiceStruct) GetOriginalText() {
 		return
 	}
 	// id 解密
-	biddingId_ := encrypt.CommonDecodeArticle(stypeInfo.Name, req.Id)
+	biddingId_ := encrypt.DecodeArticleId2ByCheck(req.Id)
 	var biddingId string
 	if len(biddingId_) == 0 || biddingId_[0] == "" {
 		this.ServeJson(Result{Data: nil, Error_code: Error_code_1003, Error_msg: Error_msg_1003})