|
|
|
@ -110,6 +110,9 @@ class PromoteCoinController extends ThinkController
|
|
|
|
|
|
|
|
|
|
public function deduct()
|
|
|
|
|
{
|
|
|
|
|
if (empty(I('user_id'))) {
|
|
|
|
|
$this->error('请输入正确的玩家账号');
|
|
|
|
|
}
|
|
|
|
|
$this->m_title = '平台币收回';
|
|
|
|
|
$this->assign('commonset', M('Kuaijieicon')->where(['url' => 'PromoteCoin/deduct_lists', 'status' => 1])->find());
|
|
|
|
|
$this->add(2, 'deduct_lists', $_REQUEST['typee'] ? $_REQUEST['typee'] : 1);
|
|
|
|
|