This commit is contained in:
Jerry Yan 2020-12-17 11:11:34 +08:00
parent 216ce5b3a2
commit 92236b085a

View File

@ -6,6 +6,9 @@ use wstmart\app\model\Index as M;
* 默认控制器
*/
class Index extends Base{
protected $beforeActionList = [
'checkAuth' => ['except'=>'startGiveVouchers,startRevokeVouchers']
];
public function tmp(){
//$orderId = 80;
// model('common/Settlements')->speedySettlement($orderId);