企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# 4.上传图片 **服务端上传图片** ~~~[api] post:/api/basequery/webupload *string:token=默认值#登录令牌 act=images#说明文字 type=store#wxauth,wxfile,store.默认store img_type#(1-识别营业执照;2-识别身份证正面;3-识别身份证反面;4-识别银行卡正面. 默认'') file_type=img#img,file.默认img <<< success { status:1, data:{img_url: "https://test.yunsoyi.cn/upload/images/158952122021600047516.png"} } <<< error ~~~