|
@@ -140,7 +140,8 @@ $api->version('v1', [
|
|
|
|
|
|
//创建提问
|
|
|
$api->post('circle/message', 'CircleController@messageCreate');
|
|
|
-
|
|
|
+ //创建提问评论
|
|
|
+ $api->post('circle/comment', 'CircleController@comment');
|
|
|
//提问顶踩
|
|
|
$api->post('circle/message/action', 'CircleController@messageAction');
|
|
|
//删除提问
|
|
@@ -154,8 +155,7 @@ $api->version('v1', [
|
|
|
$api->post('circle/picture', 'CircleController@createPictures');
|
|
|
});
|
|
|
|
|
|
-//创建提问评论
|
|
|
- $api->post('circle/comment', 'CircleController@comment');
|
|
|
+
|
|
|
|
|
|
|
|
|
//分享/邀请首页
|