@@ -17,7 +17,6 @@ class RefillPhone extends refill\IRefillThird
private function getProductCode($goods_id, $sys_pcode)
{
$thrid_refill = Model('thrid_refill');
- $this->mStoreID = 111;
$product = $thrid_refill->getProviderProduct($this->mStoreID,$goods_id,$sys_pcode);
if (empty($product)) {
return false;