This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
dataservice
/
SwordFish_Interface_Service
Segui
4
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
5c0293d95a
Rami (Branch)
Tag
dev1.2
master
SwordFish_Inter...
/
lock
/
interface.go
interface.go
139 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
10
package lock
/**
用户消费接口
*/
type Cost interface {
balance() //余额判断
deduction() //扣费(剩余量|账户余额)
}