curl --location --request POST 'https://www.micecube.com/api/order/create' \ --form 'participant_ids[]="1"' \ --form 'payment_return_url="https://www.micecube.com/xxx"'
{ "code": 1, "url": "https://xxxx.com/xxxx/lang/", "order_ids": [ 12345 ], "goods_data": [ { "name": "测试3", "number": 1, "coupon_id": 0, "price": 15, "base_price": 15, "other_price": 0.01 } ] }