API Name getAppInfo
API Description Get App Common Info
Request URL http://app.madepf.com/api/v1/auth/getAppInfo
Method Type GET
Result Code
0 Success -3 JWT Token expired
-1 Invalid request error -4 Param Error
-2 JWT Token Empty Error
Request Param
Name Type Necessary Description
Response Data
Name Type Description
code Integer Response Result Code
msg String Response Result Message
data Json
{
    "f_app_version_name": "String : Version Name",
    "f_app_version_code": "Int : Version Code",
    "f_terms_of_service": "String : Terms Of Service Doc Url",
    "f_privacy_policy": "String : Privacy Policy Doc Url",
    "f_location_service": "String : Location Service Doc Url",
    "f_home_title": "String : Home Title(storyboard 5-1)",
    "f_home_search_hint": "String : Home Search Hint(storyboard 5-3)",
    "f_community_made_point": "int : Community made point",
    "f_notify_made_point": "int : Notify made point",
    "f_community_push_point": "int : Community push point",
    "f_notify_push_point": "int : Notify push point",
    "f_one_month_ticket_point": "int : One month ticket point",
    "f_ticket_price": "int : Ticket price setting",
    "f_ticket_show": "int : Ticket show setting"
}
Response