You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- json.status 0
- json.message "success"
- json.statistics_data do
- json.user_count @user_count
- json.project_count @project_count
- json.project_dataset_count @project_dataset_count
- json.commit_count @commit_count
- end
-
|