dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(order): 添加XT支付功能和确认收款功能
Administrator
12 hours ago
9dfd9506d0743a22d404046ffe7cda6081404a8a
[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);
}