dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(goods): 移除商品更新页面中的冗余代码
Administrator
2026-06-14
84e8be6264c5f8194067680f7361df029e46892a
[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);
}