Skip to content

Commit c5a107b

Browse files
author
justinlguo
committed
Merge remote-tracking branch 'origin/master'
2 parents 9a2b970 + a218bb5 commit c5a107b

17 files changed

+32
-32
lines changed

sample/CreateDataset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
} catch (\Exception $e) {
3131
// 请求失败
3232
echo($e);
33-
}
33+
}

sample/CreateDatasetBinding.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
} catch (\Exception $e) {
3030
// 请求失败
3131
echo($e);
32-
}
32+
}

sample/CreateFileMetaIndex.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
} catch (\Exception $e) {
3939
// 请求失败
4040
echo($e);
41-
}
41+
}

sample/DatasetFaceSearch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
} catch (\Exception $e) {
3333
// 请求失败
3434
echo($e);
35-
}
35+
}

sample/DatasetSimpleQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
} catch (\Exception $e) {
3939
// 请求失败
4040
echo($e);
41-
}
41+
}

sample/DeleteDataset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
} catch (\Exception $e) {
2929
// 请求失败
3030
echo($e);
31-
}
31+
}

sample/DeleteDatasetBinding.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
} catch (\Exception $e) {
3030
// 请求失败
3131
echo($e);
32-
}
32+
}

sample/DeleteFileMetaIndex.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
} catch (\Exception $e) {
2929
// 请求失败
3030
echo($e);
31-
}
31+
}

sample/DescribeDataset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
} catch (\Exception $e) {
3030
// 请求失败
3131
echo($e);
32-
}
32+
}

sample/DescribeDatasetBinding.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
} catch (\Exception $e) {
3030
// 请求失败
3131
echo($e);
32-
}
32+
}

0 commit comments

Comments
 (0)