|
@@ -144,6 +144,7 @@ func GetMerchantCard(c *gin.Context) {
|
|
|
outData.W = merchantCard.W
|
|
|
outData.H = merchantCard.H
|
|
|
outData.BackgroundImage = merchantCard.BackgroundImage
|
|
|
+ outData.CardTotalPrice = merchantCard.CardTotalPrice
|
|
|
|
|
|
app.OK(c, outData, app.Success)
|
|
|
|