k.zhang 1 년 전
부모
커밋
3754c7b8ac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apis/shanghu/merchant.card.go

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

@@ -281,7 +281,7 @@ func GetMerchantCanvasCard(c *gin.Context) {
 	qr.CheckPath = true
 	qr.Page = "pages/home/home"
 	qr.EnvVersion = "release"
-	qr.Scene = "id=" + strconv.FormatInt(inData.MerchantId, 10) + "-c=" + inData.Code
+	qr.Scene = "id-" + strconv.FormatInt(inData.MerchantId, 10) + "-c-" + inData.Code
 
 	fmt.Println(qr.Scene)
 	data, err := json.Marshal(&qr)