1550076451 1 jaar geleden
bovenliggende
commit
e87aeb73d3

+ 6 - 1
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/CallOutOptController.cs

@@ -11,8 +11,13 @@ namespace CallCenterApi.Interface.Controllers
11 11
     [Authority]
12 12
     public class CallOutOptController : BaseController
13 13
     {
14
-        // GET: CallOutOpt
15 14
 
15
+       
16
+
17
+
18
+
19
+
20
+        // GET: CallOutOpt
16 21
         //外呼判断本地外地以及加前缀返回
17 22
         [Authority]
18 23
         public ActionResult GetCallOutprefix(string phone)

File diff suppressed because it is too large
+ 187 - 26
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/workorder/WorkOrderController.cs


+ 4 - 0
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Models/Common/ButtonGroup.cs

@@ -253,6 +253,10 @@ namespace CallCenterApi.Interface.Models.Common
253 253
         {
254 254
             return new button(68, "已办未果审核");
255 255
         }
256
+        public static button Call()
257
+        {
258
+            return new button(69, "呼叫");
259
+        }
256 260
         /// <summary>
257 261
         /// 已办未果通过
258 262
         /// </summary>