|
@@ -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)
|