cqpCow 9 months ago
parent
commit
2e1c121500
1 changed files with 3 additions and 0 deletions
  1. 3 0
      routes/wx.php

+ 3 - 0
routes/wx.php

@@ -120,4 +120,7 @@ Route::group(['middleware'=> ['checkWx']],function ($route){
     $route->any('paymentReceiptEdit', 'Api\PaymentReceiptController@paymentReceiptEdit')->middleware('OssFileDeal');
     $route->any('paymentReceiptDel', 'Api\PaymentReceiptController@paymentReceiptDel')->middleware('OssFileDeal');
     $route->any('paymentReceiptDetail', 'Api\PaymentReceiptController@paymentReceiptDetail');
+
+    //跟进记录
+    $route->any('followUpRecordAdd', 'Api\FollowUpRecordController@followUpRecordAdd')->middleware('OssFileDeal');
 });