|
|
@@ -434,7 +434,7 @@ func (a Api) VipHourEdit(ctx context.Context, r *pb.StandardRequest) (*pb.Standa
|
|
|
// 获取token,并验证签名函数
|
|
|
token, q, sign := a.webToGoVerify(ctx, r)
|
|
|
|
|
|
- rs := service.User{}.TempVipUserStatusEdit(token, q.ShopID, q.JsonStr, sign)
|
|
|
+ rs := service.User{}.VipHourEdit(token, q.ShopID, q.JsonStr, sign)
|
|
|
rst := a.toWebFunc(rs)
|
|
|
return rst, nil
|
|
|
}
|