소스 검색

修改VipHourEdit

jyq 4 년 전
부모
커밋
5cb9b6e78c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      api/grpc/base.go

+ 1 - 1
api/grpc/base.go

@@ -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
 }