回退 'Pull Request !216 : feat(pay,mall-trade): 小程序商品订单详情path配置支持'

This commit is contained in:
芋道源码
2025-11-21 13:21:34 +00:00
committed by Gitee
parent 32260511d9
commit f63b837300
8 changed files with 7 additions and 75 deletions

View File

@@ -39,8 +39,4 @@ public interface PayOrderApi {
CommonResult<Boolean> updatePayOrderPrice(@RequestParam("id") Long id,
@RequestParam("payPrice") Integer payPrice);
@PostMapping(PREFIX + "/getMerchantOrderIdByNo")
@Operation(summary = "根据支付订单编号获取商户订单编号")
@Parameter(name = "no", description = "支付单编号", example = "Pxxxx", required = true)
CommonResult<String> getMerchantOrderIdByPayOrderNo(@RequestParam("no") String no);
}