###### tags: `friend` # add-friend-reply 加好友回覆 ## /add-friend-reply front to back | 說明 | key | value | | -------- | ---------- | ------ | | 帳號 | uid | string | | 好友帳號 | friendId | string | | 關係編號 | relationId | int | back to front | 說明 | key | value | | -------------- | -------- | ----- | | 加好友回覆結果 | response | bool | --- uid: >account>user_id friendId: >friend>user_id relationId: >friend>relation_id --- 同意->兩筆編號一起改 拒絕->後端自己刪掉 --- 此API帳號與加好友API相反