|
@@ -91,7 +91,7 @@ class CloudWallet extends Base
|
|
//if(empty($user_info)) $user_info = Db::name('store_member')->find(6);
|
|
//if(empty($user_info)) $user_info = Db::name('store_member')->find(6);
|
|
if(empty($user_info)) $this->error('用户信息有误');
|
|
if(empty($user_info)) $this->error('用户信息有误');
|
|
if(!$user_info['true_name'] || !$user_info['id_card']) $this->error('请先实名认证');
|
|
if(!$user_info['true_name'] || !$user_info['id_card']) $this->error('请先实名认证');
|
|
- if(!$user_info['bank_num']) $this->error('请绑定银行卡');
|
|
|
|
|
|
+ //if(!$user_info['bank_num']) $this->error('请绑定银行卡');
|
|
$current = date("YmdHis");
|
|
$current = date("YmdHis");
|
|
$params = [
|
|
$params = [
|
|
'timestamp' => $current,
|
|
'timestamp' => $current,
|