修改vivo支付接口

This commit is contained in:
ayflying
2025-07-24 18:33:54 +08:00
parent 90b72129a5
commit 7c19a66cb5
6 changed files with 36 additions and 12 deletions

View File

@@ -47,7 +47,7 @@ func (p *OppoType) FileIdInfo(ctx context.Context, oauthToken string, ssoid stri
})
getRes := getHtml.ReadAllString()
gjson.DecodeTo(getRes, &res)
g.Log().Debugf(ctx, "当前登陆请求的:%v", res)
//g.Log().Debugf(ctx, "当前登陆请求的:%v", res)
return
}