调整
This commit is contained in:
parent
216ce5b3a2
commit
92236b085a
@ -6,6 +6,9 @@ use wstmart\app\model\Index as M;
|
|||||||
* 默认控制器
|
* 默认控制器
|
||||||
*/
|
*/
|
||||||
class Index extends Base{
|
class Index extends Base{
|
||||||
|
protected $beforeActionList = [
|
||||||
|
'checkAuth' => ['except'=>'startGiveVouchers,startRevokeVouchers']
|
||||||
|
];
|
||||||
public function tmp(){
|
public function tmp(){
|
||||||
//$orderId = 80;
|
//$orderId = 80;
|
||||||
// model('common/Settlements')->speedySettlement($orderId);
|
// model('common/Settlements')->speedySettlement($orderId);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user