@@ -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));
+ }
@@ -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>