This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
dataservice
/
SwordFish_Interface_Service
Tarkkaile
4
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
5c0293d95a
Haarat
Tagit
dev1.2
master
SwordFish_Inter...
/
lock
/
interface.go
interface.go
139 B
Historia
Raaka
1
2
3
4
5
6
7
8
9
10
package lock
/**
用户消费接口
*/
type Cost interface {
balance() //余额判断
deduction() //扣费(剩余量|账户余额)
}