This commit is contained in:
aozhiwei 2023-08-02 15:50:26 +08:00
parent 610fe1c4bd
commit c052489fac

View File

@ -45,6 +45,12 @@ class Shop(object):
_common.ReqHead(),
['goods_id', '', '商品唯一id'],
['goods_num', 0, '商品数量'],
['network', '', '渠道那边定义的id'],
['crypto', '', '链货币目前只有ceg'],
['fiat', '', '货币(目前写死usd)'],
['fiatAmount', '', '价格'],
['payWayCode', '', '支付方式'],
['country', '', '国家'],
],
'response': [
_common.RspHead(),