generated_routes.php 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. <?php
  2. Route::match(['POST'], '/v1_1/mock/delete_black_list', 'V1_1\MockController@DeleteBlackList');
  3. Route::match(['POST'], '/v1_1/mock/add_black_list', 'V1_1\MockController@AddBlackList');
  4. Route::match(['POST'], '/v1_1/mock/send_system_message', 'V1_1\MockController@SendSystemMessage');
  5. Route::match(['POST'], '/v1_1/mock/thumb_partner', 'V1_1\MockController@ThumbPartner');
  6. Route::match(['POST'], '/v1_1/mock/send_friend_apply', 'V1_1\MockController@SendFriendApply');
  7. Route::match(['POST'], '/v1_1/im/mark_user_messages_read', 'V1_1\ImController@MarkUserMessagesRead');
  8. Route::match(['POST'], '/v1_1/im/delete', 'V1_1\ImController@Delete');
  9. Route::match(['POST'], '/v1_1/im/revoke', 'V1_1\ImController@Revoke');
  10. Route::match(['POST'], '/v1_1/im/send', 'V1_1\ImController@Send');
  11. Route::match(['POST'], '/v1_1/im/get_users_latests', 'V1_1\ImController@GetUsersLatests');
  12. Route::match(['POST'], '/v1_1/report_log/click_user_home', 'V1_1\ReportLogController@ClickUserHome');
  13. Route::match(['POST'], '/v1_1/report_log/feed_log', 'V1_1\ReportLogController@FeedLog');
  14. Route::match(['POST'], '/v1_1/admin_partner/change2_new', 'V1_1\AdminPartnerController@Change2New');
  15. Route::match(['POST'], '/v1_1/admin_partner/low_list', 'V1_1\AdminPartnerController@LowList');
  16. Route::match(['POST'], '/v1_1/admin_partner/un_select_partner', 'V1_1\AdminPartnerController@UnSelectPartner');
  17. Route::match(['POST'], '/v1_1/admin_partner/is_selected_list', 'V1_1\AdminPartnerController@IsSelectedList');
  18. Route::match(['GET', 'POST'], '/v1_1/school/get_list', 'V1_1\SchoolController@GetList');
  19. Route::match(['GET', 'POST'], '/v1_1/city/search', 'V1_1\CityController@Search');
  20. Route::match(['GET', 'POST'], '/v1_1/city/get_list', 'V1_1\CityController@GetList');
  21. Route::match(['POST'], '/v1_1/tags/get_all_tag', 'V1_1\TagsController@GetAllTag');
  22. Route::match(['POST'], '/v1_1/user_home/get_popularity', 'V1_1\UserHomeController@GetPopularity');
  23. Route::match(['POST', 'POST'], '/v1_1/user_home/remind_complement_card', 'V1_1\UserHomeController@RemindComplementCard');
  24. Route::match(['POST'], '/v1_1/user_home/get_visitor_list', 'V1_1\UserHomeController@GetVisitorList');
  25. Route::match(['GET', 'POST'], '/v1_1/user_home/get_my_like_list', 'V1_1\UserHomeController@GetMyLikeList');
  26. Route::match(['GET', 'POST'], '/v1_1/user_home/get_like_me_list', 'V1_1\UserHomeController@GetLikeMeList');
  27. Route::match(['GET', 'POST'], '/v1_1/user_notice/sysnotice_list', 'V1_1\UserNoticeController@SysnoticeList');
  28. Route::match(['GET', 'POST'], '/v1_1/user_notice/sysnotice_desc', 'V1_1\UserNoticeController@SysnoticeDesc');
  29. Route::match(['POST'], '/v1_1/homepage/feed_score', 'V1_1\HomepageController@FeedScore');
  30. Route::match(['POST'], '/v1_1/homepage/openid_feed', 'V1_1\HomepageController@OpenidFeed')->middleware(['api.encrypt']);
  31. Route::match(['POST'], '/v1_1/homepage/feed', 'V1_1\HomepageController@Feed')->middleware(['api.encrypt']);
  32. Route::match(['GET', 'POST'], '/v1_1/homepage/activity_time_table', 'V1_1\HomepageController@ActivityTimeTable');
  33. Route::match(['POST'], '/v1_1/notice/update_notice_by_group', 'V1_1\NoticeController@UpdateNoticeByGroup');
  34. Route::match(['POST'], '/v1_1/notice/update_notice_by_key', 'V1_1\NoticeController@UpdateNoticeByKey');
  35. Route::match(['GET', 'POST'], '/v1_1/notice/get_notice_by_key_to_int', 'V1_1\NoticeController@GetNoticeByKeyToInt');
  36. Route::match(['GET', 'POST'], '/v1_1/notice/get_notice_profile_list', 'V1_1\NoticeController@GetNoticeProfileList');
  37. Route::match(['POST', 'POST'], '/v1_1/lbs/geo', 'V1_1\LbsController@Geo');
  38. Route::match(['POST', 'POST'], '/v1_1/lbs/regeo', 'V1_1\LbsController@Regeo');
  39. Route::match(['POST', 'POST'], '/v1_1/lbs/district', 'V1_1\LbsController@District');
  40. Route::match(['POST', 'POST'], '/v1_1/lbs/ip', 'V1_1\LbsController@Ip');
  41. Route::match(['POST'], '/v1_1/common/face_detect', 'V1_1\CommonController@FaceDetect');
  42. Route::match(['POST'], '/v1_1/banner/position_list', 'V1_1\BannerController@PositionList');
  43. Route::match(['POST'], '/v1_1/share/pair_apply_list_share_help', 'V1_1\ShareController@PairApplyListShareHelp');
  44. Route::match(['POST'], '/v1_1/share/like_me_history', 'V1_1\ShareController@LikeMeHistory');
  45. Route::match(['POST'], '/v1_1/share/like_me_check', 'V1_1\ShareController@LikeMeCheck');
  46. Route::match(['POST'], '/v1_1/share/like_me', 'V1_1\ShareController@LikeMe');
  47. Route::match(['POST'], '/v1_1/share/pair_vip_check', 'V1_1\ShareController@PairVipCheck');
  48. Route::match(['POST'], '/v1_1/share/pair_get', 'V1_1\ShareController@PairGet');
  49. Route::match(['GET', 'POST'], '/v1_1/invite/last_invite', 'V1_1\InviteController@LastInvite');
  50. Route::match(['GET', 'POST'], '/v1_1/pair/get_alone_group', 'V1_1\PairController@GetAloneGroup');
  51. Route::match(['DELETE', 'POST'], '/v1_1/pair/remove_keep_cp', 'V1_1\PairController@RemoveKeepCp');
  52. Route::match(['POST', 'POST'], '/v1_1/pair/keep_cp', 'V1_1\PairController@KeepCp');
  53. Route::match(['GET', 'POST'], '/v1_1/pair/get_keep_room', 'V1_1\PairController@GetKeepRoom');
  54. Route::match(['POST', 'POST'], '/v1_1/pair/confirm_be_alone', 'V1_1\PairController@ConfirmBeAlone');
  55. Route::match(['POST', 'POST'], '/v1_1/pair/operational_log', 'V1_1\PairController@OperationalLog');
  56. Route::match(['PUT', 'POST'], '/v1_1/pair/regrets', 'V1_1\PairController@Regrets');
  57. Route::match(['PUT', 'POST'], '/v1_1/pair/confirm_cp', 'V1_1\PairController@ConfirmCp');
  58. Route::match(['POST', 'POST'], '/v1_1/pair/add_score_by_energy', 'V1_1\PairController@AddScoreByEnergy');
  59. Route::match(['POST', 'POST'], '/v1_1/pair/add_score_by_order', 'V1_1\PairController@AddScoreByOrder');
  60. Route::match(['POST', 'POST'], '/v1_1/pair/add_score_by_super_vip', 'V1_1\PairController@AddScoreBySuperVip');
  61. Route::match(['GET', 'POST'], '/v1_1/pair/refund', 'V1_1\PairController@Refund');
  62. Route::match(['POST', 'POST'], '/v1_1/pair/update', 'V1_1\PairController@Update');
  63. Route::match(['POST', 'POST'], '/v1_1/pair/enroll_by_next', 'V1_1\PairController@EnrollByNext');
  64. Route::match(['POST', 'POST'], '/v1_1/pair/enroll_by_energy', 'V1_1\PairController@EnrollByEnergy');
  65. Route::match(['POST', 'POST'], '/v1_1/pair/enroll_by_super_vip', 'V1_1\PairController@EnrollBySuperVip');
  66. Route::match(['POST', 'POST'], '/v1_1/pair/enroll_by_payment', 'V1_1\PairController@EnrollByPayment');
  67. Route::match(['POST', 'POST'], '/v1_1/pair/enroll_by_free', 'V1_1\PairController@EnrollByFree');
  68. Route::match(['GET', 'POST'], '/v1_1/pair/get_all_tags', 'V1_1\PairController@GetAllTags');
  69. Route::match(['GET', 'POST'], '/v1_1/pair/get_activity_list', 'V1_1\PairController@GetActivityList');
  70. Route::match(['GET', 'POST'], '/v1_1/pair/lastenroll', 'V1_1\PairController@Lastenroll');
  71. Route::match(['GET', 'POST'], '/v1_1/pair/get_activity_conduct_stage_id', 'V1_1\PairController@GetActivityConductStageId');
  72. Route::match(['GET', 'POST'], '/v1_1/pair/activity_info', 'V1_1\PairController@ActivityInfo');
  73. Route::match(['GET', 'POST'], '/v1_1/pair/activity_recent', 'V1_1\PairController@ActivityRecent');
  74. Route::match(['GET', 'POST'], '/v1_1/pair/activity_last', 'V1_1\PairController@ActivityLast');
  75. Route::match(['POST'], '/v1_1/pair/get_recommend_pair_apply_contacts', 'V1_1\PairController@GetRecommendPairApplyContacts');
  76. Route::match(['POST'], '/v1_1/payment/fetch_app_wechat_pay_params', 'V1_1\PaymentController@FetchAppWechatPayParams');
  77. Route::match(['GET', 'POST'], '/v1_1/payment/get_coupon_detail', 'V1_1\PaymentController@GetCouponDetail');
  78. Route::match(['GET', 'POST'], '/v1_1/payment/get_coupon_list', 'V1_1\PaymentController@GetCouponList');
  79. Route::match(['POST'], '/v1_1/deed_friend/star_friend', 'V1_1\DeedFriendController@StarFriend');
  80. Route::match(['POST'], '/v1_1/deed_friend/hide_friend', 'V1_1\DeedFriendController@HideFriend');
  81. Route::match(['GET', 'POST'], '/v1_1/friend/get_read_say_hello_contact_list', 'V1_1\FriendController@GetReadSayHelloContactList');
  82. Route::match(['GET', 'POST'], '/v1_1/friend/get_un_read_say_hello_contact_list', 'V1_1\FriendController@GetUnReadSayHelloContactList');
  83. Route::match(['GET', 'POST'], '/v1_1/friend/get_friend_list', 'V1_1\FriendController@GetFriendList');
  84. Route::match(['GET', 'POST'], '/v1_1/friend/get_each_like_contacts', 'V1_1\FriendController@GetEachLikeContacts');
  85. Route::match(['GET', 'POST'], '/v1_1/friend/get_star_contact_list', 'V1_1\FriendController@GetStarContactList');
  86. Route::match(['GET', 'POST'], '/v1_1/friend/get_contact_list', 'V1_1\FriendController@GetContactList');
  87. Route::match(['GET', 'POST'], '/v1_1/friend/get_send_friend_apply_list', 'V1_1\FriendController@GetSendFriendApplyList');
  88. Route::match(['GET', 'POST'], '/v1_1/friend/get_receive_friend_apply_list', 'V1_1\FriendController@GetReceiveFriendApplyList');
  89. Route::match(['POST'], '/v1_1/friend/get_all_friend_applies', 'V1_1\FriendController@GetAllFriendApplies');
  90. Route::match(['POST'], '/v1_1/friend/friend_apply_msg_overview', 'V1_1\FriendController@FriendApplyMsgOverview');
  91. Route::match(['POST'], '/v1_1/friend/un_star_contact', 'V1_1\FriendController@UnStarContact');
  92. Route::match(['POST'], '/v1_1/friend/star_contact', 'V1_1\FriendController@StarContact');
  93. Route::match(['POST'], '/v1_1/friend/delete_contact', 'V1_1\FriendController@DeleteContact');
  94. Route::match(['POST'], '/v1_1/friend/un_blacklist_contact', 'V1_1\FriendController@UnBlacklistContact');
  95. Route::match(['POST'], '/v1_1/friend/blacklist_contact', 'V1_1\FriendController@BlacklistContact');
  96. Route::match(['POST'], '/v1_1/friend/change_contact_note', 'V1_1\FriendController@ChangeContactNote');
  97. Route::match(['POST'], '/v1_1/friend/refuse_friend_apply', 'V1_1\FriendController@RefuseFriendApply');
  98. Route::match(['POST'], '/v1_1/friend/agree_friend_apply', 'V1_1\FriendController@AgreeFriendApply');
  99. Route::match(['POST'], '/v1_1/friend/send_friend_apply', 'V1_1\FriendController@SendFriendApply');
  100. Route::match(['POST'], '/v1_1/friend/refuse_pair_friend_apply', 'V1_1\FriendController@RefusePairFriendApply');
  101. Route::match(['POST'], '/v1_1/friend/agree_pair_friend_apply', 'V1_1\FriendController@AgreePairFriendApply');
  102. Route::match(['POST'], '/v1_1/friend/send_pair_friend_apply', 'V1_1\FriendController@SendPairFriendApply');
  103. Route::match(['POST'], '/v1_1/friend/get_contact', 'V1_1\FriendController@GetContact');
  104. Route::match(['POST', 'POST'], '/v1_1/sign_in/reward72_pair_coupon', 'V1_1\SignInController@Reward72PairCoupon');
  105. Route::match(['POST', 'POST'], '/v1_1/sign_in/reward72_discount_coupon', 'V1_1\SignInController@Reward72DiscountCoupon');
  106. Route::match(['POST', 'POST'], '/v1_1/sign_in/reward_sup_vip_coupon', 'V1_1\SignInController@RewardSupVipCoupon');
  107. Route::match(['POST', 'POST'], '/v1_1/sign_in/reward_un_look_card', 'V1_1\SignInController@RewardUnLookCard');
  108. Route::match(['POST', 'POST'], '/v1_1/sign_in/reward_popularity', 'V1_1\SignInController@RewardPopularity');
  109. Route::match(['POST', 'POST'], '/v1_1/sign_in/reward_flower', 'V1_1\SignInController@RewardFlower');
  110. Route::match(['POST', 'POST'], '/v1_1/sign_in/sign', 'V1_1\SignInController@Sign');
  111. Route::match(['GET', 'POST'], '/v1_1/sign_in/today', 'V1_1\SignInController@Today');
  112. Route::match(['POST'], '/v1_1/partner/lock_like_me', 'V1_1\PartnerController@LockLikeMe');
  113. Route::match(['POST', 'POST'], '/v1_1/partner/set_partner_sell', 'V1_1\PartnerController@SetPartnerSell');
  114. Route::match(['POST'], '/v1_1/partner/thumb_partner', 'V1_1\PartnerController@ThumbPartner');
  115. Route::match(['POST'], '/v1_1/partner/get_partner_user', 'V1_1\PartnerController@GetPartnerUser');
  116. Route::match(['POST'], '/v1_1/user/uid_translation_im_account', 'V1_1\UserController@UidTranslationImAccount');
  117. Route::match(['POST'], '/v1_1/user/refresh', 'V1_1\UserController@Refresh');
  118. Route::match(['POST'], '/v1_1/user/select_cover', 'V1_1\UserController@SelectCover');
  119. Route::match(['POST'], '/v1_1/user/delete_photos', 'V1_1\UserController@DeletePhotos');
  120. Route::match(['POST', 'POST'], '/v1_1/user/create_answer', 'V1_1\UserController@CreateAnswer');
  121. Route::match(['GET', 'POST'], '/v1_1/user/get_question_answer_list', 'V1_1\UserController@GetQuestionAnswerList');
  122. Route::match(['GET', 'POST'], '/v1_1/user/get_question_info', 'V1_1\UserController@GetQuestionInfo');
  123. Route::match(['GET', 'POST'], '/v1_1/user/get_question_list', 'V1_1\UserController@GetQuestionList');
  124. Route::match(['POST'], '/v1_1/user/store_self_partner', 'V1_1\UserController@StoreSelfPartner');
  125. Route::match(['POST'], '/v1_1/user/toggle_tag', 'V1_1\UserController@ToggleTag');
  126. Route::match(['POST'], '/v1_1/user/update_profile', 'V1_1\UserController@UpdateProfile');
  127. Route::match(['GET', 'POST'], '/v1_1/user/get_fpdx_profile', 'V1_1\UserController@GetFpdxProfile');
  128. Route::match(['GET', 'POST'], '/v1_1/user/profile', 'V1_1\UserController@Profile');
  129. Route::match(['POST'], '/v1/im/mark_user_messages_read', 'V1\ImController@MarkUserMessagesRead');
  130. Route::match(['POST'], '/v1/im/delete', 'V1\ImController@Delete');
  131. Route::match(['POST'], '/v1/im/revoke', 'V1\ImController@Revoke');
  132. Route::match(['POST'], '/v1/im/send', 'V1\ImController@Send');
  133. Route::match(['POST'], '/v1/im/get_users_latests', 'V1\ImController@GetUsersLatests');
  134. Route::match(['POST'], '/v1/report_log/click_user_home', 'V1\ReportLogController@ClickUserHome');
  135. Route::match(['POST'], '/v1/report_log/feed_log', 'V1\ReportLogController@FeedLog');
  136. Route::match(['POST'], '/v1/admin_partner/change2_new', 'V1\AdminPartnerController@Change2New');
  137. Route::match(['POST'], '/v1/admin_partner/low_list', 'V1\AdminPartnerController@LowList');
  138. Route::match(['POST'], '/v1/admin_partner/un_select_partner', 'V1\AdminPartnerController@UnSelectPartner');
  139. Route::match(['POST'], '/v1/admin_partner/is_selected_list', 'V1\AdminPartnerController@IsSelectedList');
  140. Route::match(['GET', 'POST'], '/v1/school/get_list', 'V1\SchoolController@GetList');
  141. Route::match(['GET', 'POST'], '/v1/city/search', 'V1\CityController@Search');
  142. Route::match(['GET', 'POST'], '/v1/city/get_list', 'V1\CityController@GetList');
  143. Route::match(['POST'], '/v1/tags/get_all_tag', 'V1\TagsController@GetAllTag');
  144. Route::match(['POST'], '/v1/user_home/get_popularity', 'V1\UserHomeController@GetPopularity');
  145. Route::match(['POST', 'POST'], '/v1/user_home/remind_complement_card', 'V1\UserHomeController@RemindComplementCard');
  146. Route::match(['POST'], '/v1/user_home/get_visitor_list', 'V1\UserHomeController@GetVisitorList');
  147. Route::match(['GET', 'POST'], '/v1/user_home/get_my_like_list', 'V1\UserHomeController@GetMyLikeList');
  148. Route::match(['GET', 'POST'], '/v1/user_home/get_like_me_list', 'V1\UserHomeController@GetLikeMeList');
  149. Route::match(['GET', 'POST'], '/v1/user_notice/sysnotice_list', 'V1\UserNoticeController@SysnoticeList');
  150. Route::match(['GET', 'POST'], '/v1/user_notice/sysnotice_desc', 'V1\UserNoticeController@SysnoticeDesc');
  151. Route::match(['POST'], '/v1/homepage/feed_score', 'V1\HomepageController@FeedScore');
  152. Route::match(['POST'], '/v1/homepage/openid_feed', 'V1\HomepageController@OpenidFeed')->middleware(['api.encrypt']);
  153. Route::match(['POST'], '/v1/homepage/feed', 'V1\HomepageController@Feed')->middleware(['api.encrypt']);
  154. Route::match(['GET', 'POST'], '/v1/homepage/activity_time_table', 'V1\HomepageController@ActivityTimeTable');
  155. Route::match(['POST'], '/v1/notice/update_notice_by_group', 'V1\NoticeController@UpdateNoticeByGroup');
  156. Route::match(['POST'], '/v1/notice/update_notice_by_key', 'V1\NoticeController@UpdateNoticeByKey');
  157. Route::match(['GET', 'POST'], '/v1/notice/get_notice_by_key_to_int', 'V1\NoticeController@GetNoticeByKeyToInt');
  158. Route::match(['GET', 'POST'], '/v1/notice/get_notice_profile_list', 'V1\NoticeController@GetNoticeProfileList');
  159. Route::match(['POST', 'POST'], '/v1/lbs/geo', 'V1\LbsController@Geo');
  160. Route::match(['POST', 'POST'], '/v1/lbs/regeo', 'V1\LbsController@Regeo');
  161. Route::match(['POST', 'POST'], '/v1/lbs/district', 'V1\LbsController@District');
  162. Route::match(['POST', 'POST'], '/v1/lbs/ip', 'V1\LbsController@Ip');
  163. Route::match(['POST'], '/v1/common/face_detect', 'V1\CommonController@FaceDetect');
  164. Route::match(['POST'], '/v1/banner/position_list', 'V1\BannerController@PositionList');
  165. Route::match(['POST'], '/v1/share/like_me_history', 'V1\ShareController@LikeMeHistory');
  166. Route::match(['POST'], '/v1/share/like_me_check', 'V1\ShareController@LikeMeCheck');
  167. Route::match(['POST'], '/v1/share/like_me', 'V1\ShareController@LikeMe');
  168. Route::match(['POST'], '/v1/share/pair_vip_check', 'V1\ShareController@PairVipCheck');
  169. Route::match(['POST'], '/v1/share/pair_get', 'V1\ShareController@PairGet');
  170. Route::match(['GET', 'POST'], '/v1/invite/last_invite', 'V1\InviteController@LastInvite');
  171. Route::match(['GET', 'POST'], '/v1/pair/get_alone_group', 'V1\PairController@GetAloneGroup');
  172. Route::match(['DELETE', 'POST'], '/v1/pair/remove_keep_cp', 'V1\PairController@RemoveKeepCp');
  173. Route::match(['POST', 'POST'], '/v1/pair/keep_cp', 'V1\PairController@KeepCp');
  174. Route::match(['GET', 'POST'], '/v1/pair/get_keep_room', 'V1\PairController@GetKeepRoom');
  175. Route::match(['POST', 'POST'], '/v1/pair/confirm_be_alone', 'V1\PairController@ConfirmBeAlone');
  176. Route::match(['POST', 'POST'], '/v1/pair/operational_log', 'V1\PairController@OperationalLog');
  177. Route::match(['PUT', 'POST'], '/v1/pair/regrets', 'V1\PairController@Regrets');
  178. Route::match(['PUT', 'POST'], '/v1/pair/confirm_cp', 'V1\PairController@ConfirmCp');
  179. Route::match(['POST', 'POST'], '/v1/pair/add_score_by_flower', 'V1\PairController@AddScoreByFlower');
  180. Route::match(['GET', 'POST'], '/v1/pair/refund', 'V1\PairController@Refund');
  181. Route::match(['POST', 'POST'], '/v1/pair/enroll_next', 'V1\PairController@EnrollNext');
  182. Route::match(['POST', 'POST'], '/v1/pair/enroll_pro', 'V1\PairController@EnrollPro');
  183. Route::match(['POST', 'POST'], '/v1/pair/enroll_free', 'V1\PairController@EnrollFree');
  184. Route::match(['GET', 'POST'], '/v1/pair/get_all_tags', 'V1\PairController@GetAllTags');
  185. Route::match(['GET', 'POST'], '/v1/pair/get_activity_list', 'V1\PairController@GetActivityList');
  186. Route::match(['GET', 'POST'], '/v1/pair/lastenroll', 'V1\PairController@Lastenroll');
  187. Route::match(['GET', 'POST'], '/v1/pair/get_activity_conduct_stage_id', 'V1\PairController@GetActivityConductStageId');
  188. Route::match(['GET', 'POST'], '/v1/pair/activity_info', 'V1\PairController@ActivityInfo');
  189. Route::match(['GET', 'POST'], '/v1/pair/activity_recent', 'V1\PairController@ActivityRecent');
  190. Route::match(['GET', 'POST'], '/v1/pair/activity_last', 'V1\PairController@ActivityLast');
  191. Route::match(['POST'], '/v1/payment/fetch_app_wechat_pay_params', 'V1\PaymentController@FetchAppWechatPayParams');
  192. Route::match(['GET', 'POST'], '/v1/payment/get_coupon_detail', 'V1\PaymentController@GetCouponDetail');
  193. Route::match(['GET', 'POST'], '/v1/payment/get_coupon_list', 'V1\PaymentController@GetCouponList');
  194. Route::match(['POST'], '/v1/deed_friend/star_friend', 'V1\DeedFriendController@StarFriend');
  195. Route::match(['POST'], '/v1/deed_friend/hide_friend', 'V1\DeedFriendController@HideFriend');
  196. Route::match(['POST'], '/v1/friend/agree_apply', 'V1\FriendController@AgreeApply');
  197. Route::match(['GET', 'POST'], '/v1/friend/get_unread_count', 'V1\FriendController@GetUnreadCount');
  198. Route::match(['GET', 'POST'], '/v1/friend/get_chat_history', 'V1\FriendController@GetChatHistory');
  199. Route::match(['GET', 'POST'], '/v1/friend/get_star_list', 'V1\FriendController@GetStarList');
  200. Route::match(['GET', 'POST'], '/v1/friend/get_each_like_list', 'V1\FriendController@GetEachLikeList');
  201. Route::match(['GET', 'POST'], '/v1/friend/get_all_list', 'V1\FriendController@GetAllList');
  202. Route::match(['GET', 'POST'], '/v1/friend/get_apply_receive_list', 'V1\FriendController@GetApplyReceiveList');
  203. Route::match(['GET', 'POST'], '/v1/friend/get_apply_send_list', 'V1\FriendController@GetApplySendList');
  204. Route::match(['GET', 'POST'], '/v1/friend/get_apply_all_list', 'V1\FriendController@GetApplyAllList');
  205. Route::match(['POST', 'POST'], '/v1/sign_in/reward72_pair_coupon', 'V1\SignInController@Reward72PairCoupon');
  206. Route::match(['POST', 'POST'], '/v1/sign_in/reward72_discount_coupon', 'V1\SignInController@Reward72DiscountCoupon');
  207. Route::match(['POST', 'POST'], '/v1/sign_in/reward_sup_vip_coupon', 'V1\SignInController@RewardSupVipCoupon');
  208. Route::match(['POST', 'POST'], '/v1/sign_in/reward_un_look_card', 'V1\SignInController@RewardUnLookCard');
  209. Route::match(['POST', 'POST'], '/v1/sign_in/reward_popularity', 'V1\SignInController@RewardPopularity');
  210. Route::match(['POST', 'POST'], '/v1/sign_in/reward_flower', 'V1\SignInController@RewardFlower');
  211. Route::match(['POST', 'POST'], '/v1/sign_in/sign', 'V1\SignInController@Sign');
  212. Route::match(['GET', 'POST'], '/v1/sign_in/today', 'V1\SignInController@Today');
  213. Route::match(['POST'], '/v1/partner/lock_like_me', 'V1\PartnerController@LockLikeMe');
  214. Route::match(['POST', 'POST'], '/v1/partner/set_partner_sell', 'V1\PartnerController@SetPartnerSell');
  215. Route::match(['POST'], '/v1/partner/thumb_partner', 'V1\PartnerController@ThumbPartner');
  216. Route::match(['POST'], '/v1/partner/get_partner_user', 'V1\PartnerController@GetPartnerUser');
  217. Route::match(['POST'], '/v1/user/select_cover', 'V1\UserController@SelectCover');
  218. Route::match(['POST'], '/v1/user/delete_photos', 'V1\UserController@DeletePhotos');
  219. Route::match(['POST', 'POST'], '/v1/user/create_answer', 'V1\UserController@CreateAnswer');
  220. Route::match(['GET', 'POST'], '/v1/user/get_question_answer_list', 'V1\UserController@GetQuestionAnswerList');
  221. Route::match(['GET', 'POST'], '/v1/user/get_question_info', 'V1\UserController@GetQuestionInfo');
  222. Route::match(['GET', 'POST'], '/v1/user/get_question_list', 'V1\UserController@GetQuestionList');
  223. Route::match(['POST'], '/v1/user/store_self_partner', 'V1\UserController@StoreSelfPartner');
  224. Route::match(['POST'], '/v1/user/toggle_tag', 'V1\UserController@ToggleTag');
  225. Route::match(['POST'], '/v1/user/update_profile', 'V1\UserController@UpdateProfile');
  226. Route::match(['GET', 'POST'], '/v1/user/get_fpdx_profile', 'V1\UserController@GetFpdxProfile');
  227. Route::match(['GET', 'POST'], '/v1/user/profile', 'V1\UserController@Profile');