测试11
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user