1
This commit is contained in:
parent
549f138dd9
commit
9fdcb801b8
@ -8,8 +8,8 @@ class Annc(object):
|
|||||||
self.apis = [
|
self.apis = [
|
||||||
{
|
{
|
||||||
'name': 'getAnnc',
|
'name': 'getAnnc',
|
||||||
'desc': '获取背包物品列表',
|
'desc': '获取公告',
|
||||||
'group': 'Bag',
|
'group': 'Annc',
|
||||||
'url': 'webapp/index.php?c=Annc&a=getAnnc',
|
'url': 'webapp/index.php?c=Annc&a=getAnnc',
|
||||||
'params': [
|
'params': [
|
||||||
_common.ReqHead(),
|
_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