瀏覽代碼

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

fuwencai 1 年之前
父節點
當前提交
8af2e165f2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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})