| dbpersonApi.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
dbpersonApi.go
@@ -236,7 +236,7 @@ } func (api DbPersonApi) JoinDbTable (tableIds []string,faceFeature string, personPicUrl string) (bool,interface{}) { url := api.getBasicUrl() + DATA_URL_PREFIX + "/dbperson/findLikePersonIds" url := api.getBasicUrl() + DATA_URL_PREFIX + "/dbperson/joinDbTable" client := NewClient() paramBody := map[string]interface{}{ "tableIds": tableIds,