Commit 5a3185f2 authored by jiaorz's avatar jiaorz

支付宝支付

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