renjiaojiao 1 жил өмнө
parent
commit
1a4ec4720e

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

@@ -1606,7 +1606,7 @@ func AdminOpenInvoice(onlyIdentifying, invoiceMoney, operator string, data map[s
 	//二维码
 	path := "/front/invoiceScan/qr"
 	urlStr := fmt.Sprintf("onlyIdentifying=%s&invoiceMoney=%s&operator=%s", encrypt.SE.EncodeString(onlyIdentifying), encrypt.SE.EncodeString(invoiceMoney), encrypt.SE.Encode2HexByCheck(operator))
-	fullUrl := config.Config.WebDomain + path + "?" + urlStr
+	fullUrl := path + "?" + urlStr
 	oldData := util.Mysql.FindOne("invoice", map[string]interface{}{
 		"only_Identifying": onlyIdentifying,
 	}, "id", "")