功能与建议列表

/store/StorePersonalCenter/getFeaturesSuggestList

请求参数

参数名
类型
描述
必填
store_id
int
商户ID
必填

响应参数

参数名
类型
描述
必填
title
string
标题
必填
problem
string
问题
必填

说明 / 示例

{ "data": { "plan_list": [ { "id": 1, "title": "意见建议", "problem": "体验不好我有话要说" }, { "id": 2, "title": "询问功能", "problem": "有些功能不了解,不会用" } ] }, "timestamp": 1611194132057, "status": 1, "info": "" }