Authorization: Bearer ********************
curl --location 'https://api.buyeasysaas.com/openapi/order/alibaba_create_order?app_key=365526' \ --header 'Authorization: Bearer <token>' \ --form 'address_param="{ \"fullName\": \"张三\", \"mobile\": \"13724000051\", \"phone\": \"13724000051\", \"postCode\": \"528000\", \"cityText\": \"佛山市\", \"provinceText\": \"广东省\", \"areaText\": \"南海区\", \"townText\": \"里水镇\", \"address\": \"文教路13号\" }"' \ --form 'cart_param="[ { \"specId\": \"977b93bb686116740604f9c6e00bd9b4\", \"quantity\": 1, \"offerId\": 986326016418 } ]"' \ --form 'outside_order_id="22244aasd2"' \ --form 'message="ttt订单"'
{ "code": 200, "msg": "操作成功", "data": { "totalSuccessAmount": 27602, "orderId": "3302965741323567384", "success": true, "postFee": 0, "orderList": [] } }