## :-: ##添加景点到愿望清单面板(多个愿望面板) ## method: post ## path:index.php?route=account/planlist/addScenicMPlanPanel ## param: ## { 'plan_id':'xxx' 'scenic_id':'xxx' ## }, ## type: json ## response: ## example: ### 状态码 含义 ### 7000 景点添加成功 ### 7001 景点添加失败 ### 7002 参数不正确 ### 7003 非法请求 ### 7004 该景点已经存在面板中 ## Respone: ### Success ### { "status": "7000" ### }