Commit 5a3185f2 authored by jiaorz's avatar jiaorz

支付宝支付

parent 152ad5fa
...@@ -260,8 +260,8 @@ public class OrderPayBiz extends BaseBiz<OrderPayMapper, OrderPay> { ...@@ -260,8 +260,8 @@ public class OrderPayBiz extends BaseBiz<OrderPayMapper, OrderPay> {
// sendMap.put("amount", new BigDecimal(rsAmount).multiply(new BigDecimal(100)).intValue()); // sendMap.put("amount", new BigDecimal(rsAmount).multiply(new BigDecimal(100)).intValue());
// sendMsgToOrder(JSONObject.toJSONString(sendMap)); // sendMsgToOrder(JSONObject.toJSONString(sendMap));
String tradeNo = params.get("out_order_no"); String tradeNo = params.get("out_trade_no");
String operationId = params.get("operation_id"); String operationId = params.get("trade_no");
notice(tradeNo, operationId); notice(tradeNo, operationId);
return ObjectRestResponse.succ().getMessage(); return ObjectRestResponse.succ().getMessage();
} catch (AlipayApiException e) { } catch (AlipayApiException e) {
......
Markdown is supported
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