This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
qiaozhi
/
gobackend-qingma
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
1c979589bd
Ramos
Etiquetas
master
gobackend-qi...
/
server
/
pay_service.go
pay_service.go
101 B
Histórico
Em bruto
1
2
3
4
5
package server
type PayService interface {
GetPrepayInfo(map[string]string) (interface{}, error)
}