Commit f038e9ba by 冷斌

推广

parent 501d7721
......@@ -626,8 +626,6 @@ class UserAction extends CommonAction
{
$tw_type = $tw_type ?: t($_POST['tw_type']);
$exchange_balance = $exchange_balance ?: intval($_POST['exchange_balance']);
var_dump($tw_type, $exchange_balance);
die;
if ($tw_type == 'lcnpay') {
//收入兑换余额
$balance = D('ZySplit', 'classroom')->where(['uid' => $this->mid])->getField('balance');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment