2
0

api_user_rankup_patch.go 219 B

123456789101112
  1. package route
  2. import (
  3. "opennamu/route/tool"
  4. )
  5. func Api_user_rankup_patch(config tool.Config) string {
  6. other_set := map[string]string{}
  7. json.Unmarshal([]byte(config.Other_set), &other_set)
  8. return "{}"
  9. }