|
@@ -124,7 +124,7 @@ public class UserCenterService {
|
|
params.put("describe", goods.getDescribe());
|
|
params.put("describe", goods.getDescribe());
|
|
params.put("money", order.getTotalPrice().toString());
|
|
params.put("money", order.getTotalPrice().toString());
|
|
params.put("callback", myhost + "payed");
|
|
params.put("callback", myhost + "payed");
|
|
- params.put("redirect", myhost + "h5/paySuccess");
|
|
|
|
|
|
+ params.put("redirect", myhost + "h5/buy/paySuccess");
|
|
params.put("extend", "");
|
|
params.put("extend", "");
|
|
params.put("sign", this.sign(params));
|
|
params.put("sign", this.sign(params));
|
|
|
|
|