master
yulingwei 5 years ago
parent 19c3aeec50
commit c308bbbd6c

@ -209,7 +209,7 @@ class SafeController extends BaseController{
$businesspic = $_REQUEST['businesspic']; $businesspic = $_REQUEST['businesspic'];
$agreementpic = $_REQUEST['agreementpic']; $agreementpic = $_REQUEST['agreementpic'];
$alipayaccount = $_REQUEST['alipay_account']; $alipayaccount = $_REQUEST['alipay_account'];
$alipayrealname = $_REQUEST['aplipay_real_name']; $alipayrealname = $_REQUEST['alipay_real_name'];
if(empty($_REQUEST['agree'])) { if(empty($_REQUEST['agree'])) {
$this->error("请先认真阅读协议,然后勾选协议"); $this->error("请先认真阅读协议,然后勾选协议");
return false; return false;

Loading…
Cancel
Save