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