|
|
@@ -102,7 +102,7 @@ public class HMPayService {
|
|
|
params.put("create_time", getReqTime());
|
|
|
params.put("expire_time", timeout);
|
|
|
params.put("order_amt", amount.setScale(2, RoundingMode.HALF_UP).stripTrailingZeros().toPlainString());
|
|
|
- params.put("notify_url", hmPayProperties.getNotifyUrl());
|
|
|
+ params.put("notify_url", hmPayProperties.getNotifyUrl() + "/" + type + "/" + orderId);
|
|
|
params.put("return_url", returnUrl);
|
|
|
params.put("create_ip", "58_213_205_43");
|
|
|
params.put("goods_name", subject);
|