1
This commit is contained in:
parent
d3de48d0bd
commit
9529cb21f0
24
doc/OutAppPlanet.py
Normal file
24
doc/OutAppPlanet.py
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
import _common
|
||||||
|
|
||||||
|
class OutAppPlanet(object):
|
||||||
|
|
||||||
|
def __init__(self):
|
||||||
|
self.apis = [
|
||||||
|
{
|
||||||
|
'name': 'buy',
|
||||||
|
'desc': '购买星球',
|
||||||
|
'group': 'OutAppPlanet',
|
||||||
|
'url': 'webapp/index.php?c=OutAppPlanet&a=buy',
|
||||||
|
'params': [
|
||||||
|
['net_id', '', '链id'],
|
||||||
|
['num', 0, '数量'],
|
||||||
|
],
|
||||||
|
'response': [
|
||||||
|
_common.RspHead(),
|
||||||
|
['trans_id', '', '事务id'],
|
||||||
|
['!params', [''], '合约参数列表'],
|
||||||
|
]
|
||||||
|
},
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user