rlink:game:party:sendmatchchat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
rlink:game:party:sendmatchchat [2022-10-23 17:02] – [/game/party/sendMatchChat] simonsanrlink:game:party:sendmatchchat [2024-11-01 14:08] (current) – Replace 'reliclink' with 'worldsedgelink' nimda
Line 4: Line 4:
 </WRAP> </WRAP>
  
- +===== AoE2DE ===== 
-===== Request =====+==== Request ====
 <WRAP round 100%> <WRAP round 100%>
 <code> <code>
 POST /game/party/sendMatchChat HTTP/1.1 POST /game/party/sendMatchChat HTTP/1.1
-Cookie: ApplicationGatewayAffinity=0;ApplicationGatewayAffinityCORS=1;reliclink=2; +Cookie: ApplicationGatewayAffinity=0;ApplicationGatewayAffinityCORS=1;worldsedgelink=2; 
-Host: aoe-api.reliclink.com+Host: aoe-api.worldsedgelink.com
 Accept-Encoding: identity Accept-Encoding: identity
 Accept: */* Accept: */*
Line 17: Line 17:
 Content-Type: application/x-www-form-urlencoded; charset=UTF-8 Content-Type: application/x-www-form-urlencoded; charset=UTF-8
 Cache-Control: no-store Cache-Control: no-store
 +
 +broadcast=0&callNum=150&connect_id=ebyb0gp9rsvu863i501263m9wjly55&lastCallTime=2616898&match_id=186444398&message=0*gg&messageTypeID=0&sessionID=ebyb0gp9rsvu863i501263m9wjly55
 </code> </code>
 </WRAP> </WRAP>
  
-<WRAP center round tip 60%> +^parameter ^type ^value ^comments ^ 
-==== AoE2DE ====+|broadcast|int|1|<WRAP round 100%>aoe4: 1, aoe2de: 0 ?</WRAP>
 +|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%>
 <code> <code>
-broadcast=0&callNum=150&connect_id=ebyb0gp9rsvu863i501263m9wjly55&lastCallTime=2616898&match_id=186444398&message=0*gg&messageTypeID=0&sessionID=ebyb0gp9rsvu863i501263m9wjly55+
 +   // result status code 
 +]
 </code> </code>
 </WRAP> </WRAP>
  
-<WRAP center round tip 60%> +===== AoE4 ===== 
-==== AoE4 ==== +==== Request ==== 
 +<WRAP round 100%>
 <code> <code>
 +POST /game/party/sendMatchChat HTTP/1.1
 +Cookie: ApplicationGatewayAffinity=0;ApplicationGatewayAffinityCORS=1;worldsedgelink=2;
 +Host: aoe-api.worldsedgelink.com
 +Accept-Encoding: identity
 +Accept: */*
 +Content-Length: 229
 +Pragma: no-cache
 +Content-Type: application/x-www-form-urlencoded; charset=UTF-8
 +Cache-Control: no-store
 +
 broadcast=1&callNum=123&connect_id=ccc&from_profile_id=111&lastCallTime=111&match_id=555&message=dummymsg&messageTypeID=2&sessionID=zzz&to_profile_id=222 broadcast=1&callNum=123&connect_id=ccc&from_profile_id=111&lastCallTime=111&match_id=555&message=dummymsg&messageTypeID=2&sessionID=zzz&to_profile_id=222
 </code> </code>
 </WRAP> </WRAP>
- 
  
 ^parameter ^type ^value ^comments ^ ^parameter ^type ^value ^comments ^
Line 49: Line 71:
 |to_profile_id|id|222|<WRAP center round important 60%>only AoE4</WRAP>| |to_profile_id|id|222|<WRAP center round important 60%>only AoE4</WRAP>|
  
- +==== Response ====
-===== Response ===== +
- +
-==== AoE2:DE ====+
 <WRAP round 100%> <WRAP round 100%>
 <code> <code>
 [ [
-   0+   // result status code
 ] ]
 </code> </code>
 </WRAP> </WRAP>
  • rlink/game/party/sendmatchchat.1666537352.txt.gz
  • Last modified: 4 years ago
  • by simonsan