|
|
@@ -27,7 +27,7 @@ export async function getPlayerList(data:any) {
|
|
|
* 获取玩家详情
|
|
|
*/
|
|
|
export async function getPlayerInfo(user_id:string | number) {
|
|
|
- return requestClient.get<ApiResultInfoData>('/player/detail?player_id=' + user_id, {
|
|
|
+ return requestClient.get<ApiResultInfoData>('/player/detail?user_id=' + user_id, {
|
|
|
// withCredentials: true,
|
|
|
});
|
|
|
}
|