This website works better with JavaScript
Home
Explore
Help
Sign In
dataservice
/
SwordFish_Interface_Service
Watch
4
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
5c0293d95a
Branches
Tags
dev1.2
master
SwordFish_Inter...
/
lock
/
interface.go
interface.go
139 B
History
Raw
1
2
3
4
5
6
7
8
9
10
package lock
/**
用户消费接口
*/
type Cost interface {
balance() //余额判断
deduction() //扣费(剩余量|账户余额)
}