Browse Source

update es egg score mapping

master
shenjiachi 2 days ago
parent
commit
c909dd302d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      md/es.go

+ 2
- 2
md/es.go View File

@@ -46,10 +46,10 @@ const EggEnergyUserEggScoreEsMapping = `
"type": "short" "type": "short"
}, },
"egg_energy_exchange_account_balance":{ "egg_energy_exchange_account_balance":{
"type": "integer"
"type": "double"
}, },
"account_balance_exchange_egg_energy_nums":{ "account_balance_exchange_egg_energy_nums":{
"type": "integer"
"type": "double"
}, },
"send_circle_of_friend_nums":{ "send_circle_of_friend_nums":{
"type": "short" "type": "short"


Loading…
Cancel
Save