文档
测试

新增评论

POST
https://xiaoyaoyao.net/index.php?s=/api/member/commonadd

请求参数

参数名
类型
描述
必填
token
string
必填
type
int
类型:1:做菜视频2:做菜秘诀3:厨师日记,4订单评价 5请教厨师
必填
type_id
int
目标ID
必填
cooker_id
int
厨师id
必填
member_id
int
用户id
必填
title
int
标题
必填
content
内容
必填
vedio
视频
必填
image
图片
必填
comment_id
编辑的时候使用的评论id
必填
res_comment
回复的目标id
必填

返回值

``` { "code": 1, "msg": "success", "data": [] } ```