dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
拉卡拉收银台
xiaoyong931011
2023-04-19
e6c5b29a47579759dd033c0c520bcf0f986abb59
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
pay
/
service
/
LaKaLaService.java
1
2
3
4
5
6
7
8
9
package cc.mrbird.febs.pay.service;
public interface LaKaLaService {
/**
* 验证签名
*/
boolean verifyCreateOrder();
}