fuwencai 1 ano atrás
pai
commit
f2d71dd52c

+ 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})