汇率自动获取功能
This commit is contained in:
@@ -87,6 +87,7 @@ class Base extends Controller
|
||||
protected $major_to_user_obj = "";
|
||||
protected $major_to_article_obj = "";
|
||||
protected $paystation_obj = "";
|
||||
protected $exchange_rate_obj = "";
|
||||
|
||||
|
||||
public function __construct(\think\Request $request = null)
|
||||
@@ -169,6 +170,7 @@ class Base extends Controller
|
||||
$this->major_to_user_obj = Db::name("major_to_user");
|
||||
$this->major_to_article_obj = Db::name("major_to_article");
|
||||
$this->paystation_obj = Db::name("paystation");
|
||||
$this->exchange_rate_obj = Db::name("exchange_rate");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user