This commit is contained in:
2025-08-10 14:31:06 +08:00
parent b476e4888a
commit c02e280ba4

View File

@@ -212,7 +212,7 @@ public class ShopOrderController extends BaseController {
return success(shopOrderService.total());
}
@Schema(description = "异步通知")
@Schema(description = "异步通知11")
@PostMapping("/notify/{tenantId}")
public String wxNotify(@RequestHeader Map<String, String> header, @RequestBody String body, @PathVariable("tenantId") Integer tenantId) {
logger.info("异步通知*************** = " + tenantId);