wang hou sheng 7 months ago
parent 4b5df7cbc2
commit e39c0dc12d
  1. 8
      app/common/library/wxserver/Wholesaler.php
  2. 4
      app/common/model/Channel.php

@ -0,0 +1,8 @@
<?php
namespace app\common\library\wxserver;
class Wholesaler
{
}

@ -29,7 +29,7 @@ class Channel extends BaseModel
public static function init()
{
self::$storeId = 0;
app()->request->setStoreId(0);
// self::$storeId = 0;
// app()->request->setStoreId(0);
}
}

Loading…
Cancel
Save