1
This commit is contained in:
parent
2943e9c13d
commit
23aaf09634
@ -9,8 +9,8 @@ class DailySelection(object):
|
||||
{
|
||||
'name': 'getDailySelectionList',
|
||||
'desc': '获取每日精选列表',
|
||||
'group': 'Shop',
|
||||
'url': 'webapp/index.php?c=Shop&a=getDailySelectionList',
|
||||
'group': 'DailySelection',
|
||||
'url': 'webapp/index.php?c=DailySelection&a=getDailySelectionList',
|
||||
'params': [
|
||||
_common.ReqHead(),
|
||||
],
|
||||
@ -25,8 +25,8 @@ class DailySelection(object):
|
||||
{
|
||||
'name': 'refreshDailySelection',
|
||||
'desc': '刷新每日精选',
|
||||
'group': 'Shop',
|
||||
'url': 'webapp/index.php?c=Shop&a=refreshDailySelection',
|
||||
'group': 'DailySelection',
|
||||
'url': 'webapp/index.php?c=DailySelection&a=refreshDailySelection',
|
||||
'params': [
|
||||
_common.ReqHead(),
|
||||
],
|
||||
@ -38,8 +38,8 @@ class DailySelection(object):
|
||||
{
|
||||
'name': 'buyGoodsDS',
|
||||
'desc': '购买每日精选商品',
|
||||
'group': 'Shop',
|
||||
'url': 'webapp/index.php?c=Shop&a=buyGoodsDS',
|
||||
'group': 'DailySelection',
|
||||
'url': 'webapp/index.php?c=DailySelection&a=buyGoodsDS',
|
||||
'params': [
|
||||
_common.ReqHead(),
|
||||
['idx', 0, '每日精选的索引'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user