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