|
@@ -46,10 +46,17 @@ class publisher
|
|
|
$this->mRedis->publish('ch_index',serialize(array('type'=>'brands','value' => 0)));
|
|
|
}
|
|
|
}
|
|
|
- public function modify_index_fcode()
|
|
|
+ public function modify_index_payfcode()
|
|
|
{
|
|
|
if($this->mConnected) {
|
|
|
- $this->mRedis->publish('ch_index',serialize(array('type'=>'fcode','value' => 0)));
|
|
|
+ $this->mRedis->publish('ch_index',serialize(array('type'=>'pay_fcode','value' => 0)));
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ public function modify_index_presentfcode()
|
|
|
+ {
|
|
|
+ if($this->mConnected) {
|
|
|
+ $this->mRedis->publish('ch_index',serialize(array('type'=>'present_fcode','value' => 0)));
|
|
|
}
|
|
|
}
|
|
|
public function modify_index_special()
|