feat:完善产品详情

This commit is contained in:
henry
2021-12-09 16:17:23 +08:00
parent adc698840c
commit 626f30a2bd
13 changed files with 361 additions and 359 deletions

View File

@ -1,5 +1,10 @@
package es
func Set() {
esClient.Search()
func Create() error {
//_, err := client.Index().
return nil
}
func Search() {
//resp, err := client.Search()
}