...
|
...
|
@@ -604,6 +604,7 @@ class Config extends Api |
|
|
*/
|
|
|
public function OutMoney()
|
|
|
{
|
|
|
$this->error('正在升级,敬请期待', 0);
|
|
|
$UserId = $this->IsToken($this->request->header());
|
|
|
$SmallMoney = Db::name('tixian_content')->where('id', 1)->value('money');
|
|
|
$Params = $this->request->param();
|
...
|
...
|
|