GS2-Friend トランザクションアクション
VerifyAction
検証アクション
ConsumeAction
消費アクション
AcquireAction
入手アクション
Gs2Friend:UpdateProfileByUserId
ユーザーIDを指定してプロフィールを更新
数量指定可能なアクション:いいえ
反転可能なアクション:いいえ
型 | 説明 | |
---|---|---|
namespaceName | string | ネームスペース名 |
userId | string | #{userId} と設定することでログイン中のユーザーIDに置換されます |
publicProfile | string | 公開されるプロフィール |
followerProfile | string | フォロワー向けに公開されるプロフィール |
friendProfile | string | フレンド向けに公開されるプロフィール |
timeOffsetToken | string | タイムオフセットトークン |
{
"action": "Gs2Friend:UpdateProfileByUserId",
"request": {
"namespaceName": "[string]ネームスペース名",
"userId": "[string]ユーザーID",
"publicProfile": "[string]公開されるプロフィール",
"followerProfile": "[string]フォロワー向けに公開されるプロフィール",
"friendProfile": "[string]フレンド向けに公開されるプロフィール",
"timeOffsetToken": "[string]タイムオフセットトークン"
}
}
action: Gs2Friend:UpdateProfileByUserId
request:
namespaceName: "[string]ネームスペース名"
userId: "[string]ユーザーID"
publicProfile: "[string]公開されるプロフィール"
followerProfile: "[string]フォロワー向けに公開されるプロフィール"
friendProfile: "[string]フレンド向けに公開されるプロフィール"
timeOffsetToken: "[string]タイムオフセットトークン"
transaction.service("friend").acquire.update_profile_by_user_id({
namespaceName="[string]ネームスペース名",
userId="[string]ユーザーID",
publicProfile="[string]公開されるプロフィール",
followerProfile="[string]フォロワー向けに公開されるプロフィール",
friendProfile="[string]フレンド向けに公開されるプロフィール",
timeOffsetToken="[string]タイムオフセットトークン",
})