add create order freeze

This commit is contained in:
lwl0608 2024-06-27 17:23:48 +08:00
parent dc04f64729
commit 15fc9e3212
1 changed files with 5 additions and 1 deletions

View File

@ -108,6 +108,11 @@ func (v *Vas) GetMembershipProductList(ctx *gin.Context, req *vasproto.GetMember
}
func (v *Vas) CreateOrder(ctx *gin.Context, req *vasproto.CreateOrderReq) (data *vasproto.CreateOrderData, err error) {
if req.Mid == 241685 {
err = fmt.Errorf("账号已受限,解限请联系客服")
return
}
// 检查退订单次数
var (
et = time.Now().Unix()
@ -1841,7 +1846,6 @@ func (v *Vas) WithdrawApply(ctx *gin.Context, req *vasproto.WithdrawApplyReq) (t
}
// 2000元以下直接操作
//if money <= 200000 || vasproto.IsWithdrawAnyDiasEnable(req.Mid) {
alipayCli := alipaycli.GetAlipayClientByAppId(alipaycli.AppIdXinYiDaoLe)
// 更改状态