提交 d1ef6ebf 编写于 作者: 刘兴

修改支付宝支付功能的返回值为boolean

上级 bf06468d
......@@ -25,5 +25,5 @@ public interface FeeService {
//现金支付
Map<String, Object> CashPayment(int feeId);
//支付宝支付
public Map<String,Object> payByAliPay(long out_trade_no,double total_amount,int feeId);
boolean payByAliPay(long out_trade_no,double total_amount,int feeId);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册