Explorar o código

Merge branch 'dev_v4.8.87_wh' of qmx/jy into hotfix/v4.8.87.1

王浩 hai 1 ano
pai
achega
0e7c892d48
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/jfw/modules/subscribepay/src/service/invoice.go

+ 1 - 1
src/jfw/modules/subscribepay/src/service/invoice.go

@@ -1077,7 +1077,7 @@ func (this *Invoice) InvoiceSubmit() {
 	now := time.Now()
 	now := time.Now()
 	onlyIdentifying := encrypt.SE.DecodeString(this.GetString("onlyIdentifying"))
 	onlyIdentifying := encrypt.SE.DecodeString(this.GetString("onlyIdentifying"))
 	invoiceMoney := encrypt.SE.DecodeString(this.GetString("invoiceMoney"))
 	invoiceMoney := encrypt.SE.DecodeString(this.GetString("invoiceMoney"))
-	operator := encrypt.SE.DecodeString(this.GetString("operator"))
+	operator := encrypt.SE.Decode4HexByCheck(this.GetString("operator"))
 	if onlyIdentifying == "" || invoiceMoney == "" {
 	if onlyIdentifying == "" || invoiceMoney == "" {
 		this.ServeJson(NewResult("", errors.New("传入参数不正确")))
 		this.ServeJson(NewResult("", errors.New("传入参数不正确")))
 		return
 		return