### 微信第三方平台,待小程序实现业务,代码管理,提交审核,其中有一项是 预览信息说明 这个信息需要使用【提审素材上传接口】,这个接口在开发包中没有。使用WxService.post()自己实现的时候又因为是文件类型需要使用 MediaUploadRequestExecutor 但是默认的WxService.post()是 SimplePostRequestExecutor ### 官方文档地址 __https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/code/submit_audit.html__