配置迁移到数据库表里
This commit is contained in:
@@ -97,7 +97,8 @@ public class LbOrderRowController {
|
||||
@PostMapping("/sync-order-from-third")
|
||||
@Operation(
|
||||
summary = "从 外部系统 同步订单",
|
||||
description = "按购买时间区间、租户 id、转卖状态调用后台 order/select,将结果写入 lb_order_row(按 tenant_id + 订单 id upsert)")
|
||||
description = "按购买时间区间、租户 id、转卖状态调用后台 order/select,将结果写入 lb_order_row(按 tenant_id + 订单 id upsert);"
|
||||
+ "cookie、URL、Referer 等从 lb_third_integration_config 按 tenantId 读取")
|
||||
public ResponseEntity<Map<String, Object>> syncFromHxr(
|
||||
@Parameter(description = "同步条件", required = true) @RequestBody LbOrderRowSyncFromHxrRequest request) {
|
||||
Map<String, Object> result =
|
||||
|
||||
Reference in New Issue
Block a user