|
@@ -215,7 +215,7 @@ public class HeliPayNonOrderApi {
|
|
|
* 购买优惠券-支付回调
|
|
|
*/
|
|
|
@ApiOperation("购买优惠券-支付回调")
|
|
|
- @GetMapping("/coupon/callback")
|
|
|
+ @PostMapping("/coupon/callback")
|
|
|
public String couponCallback(NotifyResponseVo res) throws IntrospectionException, InvocationTargetException, IllegalAccessException {
|
|
|
if (null == res) {
|
|
|
return "回调参数失败";
|
|
@@ -347,9 +347,9 @@ public class HeliPayNonOrderApi {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 升级超级会员-网银支付回调
|
|
|
+ * 购买优惠券-网银支付回调
|
|
|
*/
|
|
|
- @ApiOperation("升级超级会员-网银支付回调")
|
|
|
+ @ApiOperation("购买优惠券-网银支付回调")
|
|
|
@PostMapping("/coupon/callback/union")
|
|
|
public String couponUnionCallback(UnionResVo data) throws IntrospectionException, InvocationTargetException, IllegalAccessException {
|
|
|
if (null == data) {
|