feat: 商城支付退款

pull/2/head
tangqian 2023-05-18 09:49:55 +08:00
parent 32a452e86c
commit c4bdbb6904
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import java.util.Map;
* @version: V1.0.0 * @version: V1.0.0
*/ */
@Slf4j @Slf4j
@RequestMapping("notify/ali") @RequestMapping("notify/ali/")
@RestController @RestController
@Tag(name = "支付宝支付回调 - 订单支付") @Tag(name = "支付宝支付回调 - 订单支付")
public class AliPayNotifyController { public class AliPayNotifyController {