fix
This commit is contained in:
@@ -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": "查询支付状态成功",
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user