1
This commit is contained in:
parent
549f138dd9
commit
9fdcb801b8
@ -8,8 +8,8 @@ class Annc(object):
|
||||
self.apis = [
|
||||
{
|
||||
'name': 'getAnnc',
|
||||
'desc': '获取背包物品列表',
|
||||
'group': 'Bag',
|
||||
'desc': '获取公告',
|
||||
'group': 'Annc',
|
||||
'url': 'webapp/index.php?c=Annc&a=getAnnc',
|
||||
'params': [
|
||||
_common.ReqHead(),
|
||||
|
10
webapp/controller/AnncController.class.php
Normal file
10
webapp/controller/AnncController.class.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
class AnncController extends BaseController {
|
||||
|
||||
public function getAnnc()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user