Commit deee24e5 authored by jmdhappy's avatar jmdhappy
Browse files

提交转账,退款接口;重构商户通知;修复已知Bug

parent d5333a0d
...@@ -10,6 +10,10 @@ var navs = [{ ...@@ -10,6 +10,10 @@ var navs = [{
"title": "支付渠道", "title": "支付渠道",
"icon": "", "icon": "",
"href": "/pay_channel/list.html" "href": "/pay_channel/list.html"
}, {
"title": "商户通知",
"icon": "",
"href": "/mch_notify/list.html"
}] }]
},{ },{
"title": "订单管理", "title": "订单管理",
...@@ -19,5 +23,13 @@ var navs = [{ ...@@ -19,5 +23,13 @@ var navs = [{
"title": "支付订单", "title": "支付订单",
"icon": "fa-check-square-o", "icon": "fa-check-square-o",
"href": "/pay_order/list.html" "href": "/pay_order/list.html"
}, {
"title": "转账订单",
"icon": "fa-check-square-o",
"href": "/trans_order/list.html"
}, {
"title": "退款订单",
"icon": "fa-check-square-o",
"href": "/refund_order/list.html"
}] }]
}]; }];
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -17,4 +17,12 @@ public interface IPayChannel4AliService { ...@@ -17,4 +17,12 @@ public interface IPayChannel4AliService {
Map doAliPayQrReq(String jsonParam); Map doAliPayQrReq(String jsonParam);
Map doAliTransReq(String jsonParam);
Map getAliTransReq(String jsonParam);
Map doAliRefundReq(String jsonParam);
Map getAliRefundReq(String jsonParam);
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment