This commit is contained in:
aozhiwei 2023-08-07 14:25:54 +08:00
parent 3ea18cc645
commit df0a3a2a86

View File

@ -96,7 +96,6 @@ class BlockChain(object):
'url': 'webapp/index.php?c=BlockChain&a=buyMallProduct', 'url': 'webapp/index.php?c=BlockChain&a=buyMallProduct',
'params': [ 'params': [
_common.ReqHead(), _common.ReqHead(),
['currency', '', "选用币种 目前只支持CEG USDC USDT"],
['goods_uuid', '', '商品唯一id'], ['goods_uuid', '', '商品唯一id'],
['price', '', '出售价格'], ['price', '', '出售价格'],
], ],