Merge branch 'feature/operation_log' of 47.111.118.107:wmtx/platform into release

master
chenzhi 5 years ago
commit 3cbf6c5a39

@ -43,6 +43,7 @@ class DeductBindRecordController extends ThinkController {
*扣除绑定平台币
*/
public function deductBindBalance(){
ini_set('memory_limit', '512M');
if(IS_POST){
$_REQUEST['user_id'] = (M('user','tab_')->field('id')->where(['account'=>$_REQUEST['user_id']])->find())['id'];

Loading…
Cancel
Save