微信支付结果通知
This commit is contained in:
@@ -27,12 +27,12 @@ import static com.gxwebsoft.common.core.constants.OrderConstants.PAY_STATUS_NO_P
|
|||||||
import static com.gxwebsoft.common.core.constants.OrderConstants.PAY_STATUS_SUCCESS;
|
import static com.gxwebsoft.common.core.constants.OrderConstants.PAY_STATUS_SUCCESS;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 会员特权购买记录表控制器
|
* 微信支付结果通知
|
||||||
*
|
*
|
||||||
* @author 科技小王子
|
* @author 科技小王子
|
||||||
* @since 2023-06-20 18:07:50
|
* @since 2023-06-20 18:07:50
|
||||||
*/
|
*/
|
||||||
@Api(tags = "会员特权购买记录表管理")
|
@Api(tags = "微信支付结果通知")
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/api/system/wx-pay")
|
@RequestMapping("/api/system/wx-pay")
|
||||||
public class WxPayNotifyController extends BaseController {
|
public class WxPayNotifyController extends BaseController {
|
||||||
|
|||||||
Reference in New Issue
Block a user