8.查看和更新專輯、講師的詳細介紹
阿新 • • 發佈:2018-07-25
ems 詳細 查看 富文本 items 可能 提交 str 內容 8.查看和更新專輯、講師的詳細介紹
8.1.查看專輯介紹信息
-
請求
/album/maintext
參數:
id 專輯編號 -
響應
{ "code": 0, "data": { "count": 1, "ts": 1532509753, "items": [ { "maintext": "我的專輯介紹" } ] } }
8.2.更新專輯介紹信息
-
請求
/album/setMaintext
參數:
id 專輯編號
maintext 詳細介紹內容
註意POST提交: maintext可能包含富文本、URL連接等信息,請使用POST方法提交。 -
響應
{ "code": 0, }
8.查看和更新專輯、講師的詳細介紹