AMFSessionServiceForWeb

GetAppSetting

POST https://moviestarplanet.com/Gateway.aspx?method=GetAppSetting

Full endpoint: MovieStarPlanet.WebService.Session.AMFSessionServiceForWeb.GetAppSetting

Argument count: 2

Return type: string

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

key

string

Key

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

GetAppSettings

POST https://moviestarplanet.com/Gateway.aspx?method=GetAppSettings

Full endpoint: MovieStarPlanet.WebService.Session.AMFSessionServiceForWeb.GetAppSettings

Argument count: 2

Return type: List<UserService.AppSetting>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

settings

string[]

Settings

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

GetChatPermissionInfo

POST https://moviestarplanet.com/Gateway.aspx?method=GetChatPermissionInfo

Full endpoint: MovieStarPlanet.WebService.Session.AMFSessionServiceForWeb.GetChatPermissionInfo

Argument count: 1

Return type: ChatPermissionInfo

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

GetLevelThresholds

POST https://moviestarplanet.com/Gateway.aspx?method=GetLevelThresholds

Full endpoint: MovieStarPlanet.WebService.Session.AMFSessionServiceForWeb.GetLevelThresholds

Argument count: 0

Return type: ServiceResultData<Dictionary<int, long>>

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

Last updated