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,