Commit a8d07082 authored by 张英杰's avatar 张英杰

fix

parent 732e1d7a
......@@ -135,7 +135,7 @@ class SkinCheckConfig(APIView):
"skin_check_itemize_type": info.get("owner_enum", ""),
"enum_value": info.get("enum_value", ""),
"fitting": info.get("fitting", ""),
"dread": info.get("fitting", ""),
"dread": info.get("dread", ""),
"fitting_suggest": info.get("fitting_suggest", ""),
"dread_suggest": info.get("dread_suggest", "")
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment