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