promo admin

This commit is contained in:
CHIEFSOFT\ameye
2024-11-16 13:43:49 -05:00
parent fa370bca63
commit 6acdb789e0
2 changed files with 17 additions and 0 deletions
+10
View File
@@ -97,4 +97,14 @@ class Promo extends BaseController
return $this->respond( $this->summaryReturnData($in,$out), 200);
}
public function promoAuth(){
}
public function promoList(){
}
public function promoAddRef(){
}
}