فهرست منبع

增加盒子选项

lcl 3 سال پیش
والد
کامیت
8784a030a8

+ 4 - 0
Areas/Admin/Controllers/MainServer/UserCashRecordController.cs

@@ -1131,6 +1131,10 @@ namespace MySystem.Areas.Admin.Controllers
                         {
                             RedisDbconn.Instance.AddList("JkCashPayApplyQueue", Newtonsoft.Json.JsonConvert.SerializeObject(edit));
                         }
+                        else if(Channel == 3)
+                        {
+                            RedisDbconn.Instance.AddList("HyfCashPayApplyQueue", Newtonsoft.Json.JsonConvert.SerializeObject(edit));
+                        }
                     }
                 }
             }

+ 1 - 0
Areas/Admin/Views/MainServer/UserCashRecord/Cash.cshtml

@@ -42,6 +42,7 @@
                                     <select id="Channel" name="Channel" lay-search="">
                                         <option value="1">云汇算</option>
                                         <option value="2">金控</option>
+                                        <option value="3">盒子</option>
                                     </select>
                                 </div>
                             </div>