first commit
This commit is contained in:
1
滴滴淘/diditao/app/logic/certification/.pydio
Normal file
1
滴滴淘/diditao/app/logic/certification/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
4386759e-c833-4209-9d2d-b1d98832c6e4
|
||||
25
滴滴淘/diditao/app/logic/certification/BuyerLogic.php
Normal file
25
滴滴淘/diditao/app/logic/certification/BuyerLogic.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace app\logic\certification;
|
||||
|
||||
|
||||
use diditao\caching\facade\BuyerCertifyCache;
|
||||
use diditao\certification\facade\BuyerCertification;
|
||||
use diditao\common\base\BaseLogic;
|
||||
|
||||
class BuyerLogic
|
||||
{
|
||||
use BaseLogic;
|
||||
public function add()
|
||||
{
|
||||
BuyerCertification::add();
|
||||
$this->logicMsg = '实名认证提交成功';
|
||||
return $this;
|
||||
}
|
||||
public function get()
|
||||
{
|
||||
$this->logicData = BuyerCertification::getData();
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user