- 请问console.log发生在 ”拍照的时候“ 还是 ”使用照片“ 之后?
wx.chooseImage({ count: 1, sizeType: ['original', 'compressed'], sourceType: ['album', 'camera'], success (res) { // tempFilePath可以作为img标签的src属性显示图片 const tempFilePaths = res.tempFilePaths console.log('照片的临时路径' + tempFilePaths) } })
2022-04-06 - 哪里有货源?
我想带货哪里有带货资源?
2021-02-23 - 怎么注销小商店?
不小心又点多了一个新开店,怎么注销小商店
2021-10-12 - 公众号设置微信支付功能,但是提示你没有有效的微信支付方式?
[图片]
2021-08-07 - 公众调起微信发票列表 获取列表后 去换取发票pdf 报错 40073
调取的接口: https://api.weixin.qq.com/card/invoice/reimburse/getinvoiceinfo?access_token={access_token} 我的参数: { "card_id":"p66eJtxxa4dbzVSShjiUA1ZILoW8", "encrypt_code":"O/mPnGTpBu22a1szmK2ogzhFPBh9eYzv2p70L8yzyyl43Vc3UITey+r4ojHa6b6zy0pg6WVFXtCMZOk8lvOI+Bo9GygdzL9+GsMQ5INmrn6tGeFeQ6Eyu1Q6xkfjry9L" } 返回结果:{ "errcode": 40073, "errmsg": "invalid card id hint: [wImbea08081512]" } 接口文档地址:https://developers.weixin.qq.com/doc/offiaccount/WeChat_Invoice/Auto-print/API_Documentation.html#13 希望解决下 我在微信开放社区看到了至少有3个人提出相关问题。都没有得到解决。该接口6月3日开始报这个错误。已经过了2个月了 到现在都没有解决
2021-08-06