dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(common): 统一异常处理消息为英文
Administrator
7 days ago
438e8de2bf8023cc9be1a8cf481fdbeb0d16fc98
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
service
/
ApiChatPayService.java
1
2
3
4
5
6
7
8
9
10
package cc.mrbird.febs.mall.service;
import cc.mrbird.febs.common.entity.FebsResponse;
import cc.mrbird.febs.mall.entity.MallOrderInfo;
public interface ApiChatPayService {
FebsResponse usPay(MallOrderInfo chatOrder);
}