Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| rlink:game:party:sendmatchchat [2022-10-23 17:02] – [/game/party/sendMatchChat] simonsan | rlink:game:party:sendmatchchat [2024-11-01 14:08] (current) – Replace 'reliclink' with 'worldsedgelink' nimda | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| </ | </ | ||
| - | + | ===== AoE2DE | |
| - | ===== Request | + | ==== Request |
| <WRAP round 100%> | <WRAP round 100%> | ||
| < | < | ||
| POST / | POST / | ||
| - | Cookie: ApplicationGatewayAffinity=0; | + | Cookie: ApplicationGatewayAffinity=0; |
| - | Host: aoe-api.reliclink.com | + | Host: aoe-api.worldsedgelink.com |
| Accept-Encoding: | Accept-Encoding: | ||
| Accept: */* | Accept: */* | ||
| Line 17: | Line 17: | ||
| Content-Type: | Content-Type: | ||
| Cache-Control: | Cache-Control: | ||
| + | |||
| + | broadcast=0& | ||
| </ | </ | ||
| </ | </ | ||
| - | < | + | ^parameter ^type ^value ^comments ^ |
| - | ==== AoE2DE ==== | + | |broadcast|int|1|<WRAP round 100%>aoe4: 1, aoe2de: 0 ?</ |
| + | |callNum|int|123|| | ||
| + | |connect_id|str|ccc|| | ||
| + | |lastCallTime|timestamp|111|| | ||
| + | |match_id|int|555|| | ||
| + | |message|str|dummymsg|| | ||
| + | |messageTypeID|int|2|| | ||
| + | |sessionID|str|zzz|| | ||
| + | ==== Response ==== | ||
| + | <WRAP round 100%> | ||
| < | < | ||
| - | broadcast=0& | + | [ |
| + | 0 // result status code | ||
| + | ] | ||
| </ | </ | ||
| </ | </ | ||
| - | <WRAP center round tip 60%> | + | ===== AoE4 ===== |
| - | ==== AoE4 ==== | + | ==== Request ==== |
| + | <WRAP round 100%> | ||
| < | < | ||
| + | POST / | ||
| + | Cookie: ApplicationGatewayAffinity=0; | ||
| + | Host: aoe-api.worldsedgelink.com | ||
| + | Accept-Encoding: | ||
| + | Accept: */* | ||
| + | Content-Length: | ||
| + | Pragma: no-cache | ||
| + | Content-Type: | ||
| + | Cache-Control: | ||
| + | |||
| broadcast=1& | broadcast=1& | ||
| </ | </ | ||
| </ | </ | ||
| - | |||
| ^parameter ^type ^value ^comments ^ | ^parameter ^type ^value ^comments ^ | ||
| Line 49: | Line 71: | ||
| |to_profile_id|id|222|< | |to_profile_id|id|222|< | ||
| - | + | ==== Response ==== | |
| - | ===== Response | + | |
| - | + | ||
| - | ==== AoE2: | + | |
| <WRAP round 100%> | <WRAP round 100%> | ||
| < | < | ||
| [ | [ | ||
| - | 0 | + | |
| ] | ] | ||
| </ | </ | ||
| </ | </ | ||