上传代码

This commit is contained in:
liwei1dao 2023-03-02 18:20:47 +08:00
parent a30d54f0db
commit 7926c46ce0

View File

@ -9,7 +9,7 @@ import (
)
//参数校验
func (this *apiComp) GetBuffCheck(session comm.IUserSession, req *pb.PracticeGetGymBuffReq) (code pb.ErrorCode) {
func (this *apiComp) GetGymBuffCheck(session comm.IUserSession, req *pb.PracticeGetGymBuffReq) (code pb.ErrorCode) {
return
}