支付金额对不上直接失败

This commit is contained in:
qiyunfanbo126.com 2024-09-24 10:27:43 +08:00
parent e3566ae9e3
commit e620d092fc
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ func Auth() gin.HandlerFunc {
func Cors() gin.HandlerFunc { func Cors() gin.HandlerFunc {
return func(c *gin.Context) { return func(c *gin.Context) {
c.Writer.Header().Set("Access-Control-Allow-Origin", "https://milk.h5.cdlsxd.cn") c.Writer.Header().Set("Access-Control-Allow-Origin", "*")
//c.Writer.Header().Set("Access-Control-Allow-Origin", "http://milk.api.test.86698.cn/") //c.Writer.Header().Set("Access-Control-Allow-Origin", "http://milk.api.test.86698.cn/")
c.Writer.Header().Set("Access-Control-Allow-Credentials", "true") c.Writer.Header().Set("Access-Control-Allow-Credentials", "true")
c.Writer.Header().Set("Access-Control-Allow-Headers", "Content-Type, Content-Length, platform,Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control,token, X-Requested-With") c.Writer.Header().Set("Access-Control-Allow-Headers", "Content-Type, Content-Length, platform,Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control,token, X-Requested-With")