🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 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 ~~~