package server type PayService interface { GetPrepayInfo(map[string]string) (interface{}, error) }