k.zhang 1 anno fa
parent
commit
d95779fc5f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      apis/shanghu/merchant.card.go

+ 1 - 1
apis/shanghu/merchant.card.go

@@ -270,7 +270,7 @@ func GetMerchantCanvasCard(c *gin.Context) {
 
 	if inData.Code == "yuanshima" { //可以分享
 		outData.IsShare = true
-		outData.InvitationCode = "7jb6"
+		outData.InvitationCode = "yuanshima"
 	} else { //查询购买记录,没有购买过不让分享
 		var payTrans shanghu.ClientPayTrans
 		var userInfo shanghu.MerchantClientUser