tmerclub/es/2023-08-14-订单用户地址字段.md
2025-03-18 17:23:25 +08:00

13 lines
183 B
Markdown

# 增加订单用户地址字段
```
PUT order/_mapping/_doc?include_type_name=true
{
"properties": {
"receivingAddr": {
"type": "text"
}
}
}
```