This commit is contained in:
2025-12-23 11:26:25 +08:00
parent 7f8554fa12
commit 446a5c7661
2 changed files with 458 additions and 6 deletions

View File

@@ -280,8 +280,9 @@ func (h *ComponentReportOrderHandler) CheckPaymentStatus(c *gin.Context) {
}
c.JSON(http.StatusOK, gin.H{
"code": 200,
"data": response,
"success": true,
"data": response,
"message": "查询支付状态成功",
})
}