curl --location --request POST '/openApiDigitalPerson/liveProcess/createMaterial' \ --header 'authorization: {{auth|md5}}' \ --header 'req_from: C' \ --header 'timestamp: {{timestamp}}' \ --header 'app_id: {{appId}}' \ --header 'account: 19999999999' \ --form 'file=@"E:\\yiwisetest\\图片\\16945868647245f4b1fc647595618803894181b6a800a.gif"' \ --form 'materialName="1111.gif"' \ --form 'liveMaterial="IMAGE"' \ --form 'context=""' \ --form 'materialUrl=""'
{ "code": 0, "data": { "liveMaterialLibraryId": 0, "materialName": "", "liveGoodsLibraryId": 0, "materialUrl": "", "vTime": 0, "avatar": "", "vFeatureUrl": "", "txtContent": "", "liveMaterialTextId": 0, "createTime": "", "materialSize": 0, "materialType": 0 }, "requestId": "", "resultMsg": "", "host": "", "errorStackTrace": "" }