个人案例:出现api unauthorized,是因为accessToken并不是用户的token,而是isv的token
api unauthorized, rid ?拉取H5登录时候的报错 64e45418-4a3426e3-7450bf44
2023-11-21个人案例:出现api unauthorized,是因为accessToken并不是用户的token,而是isv的token.
api unauthorized ridhello,请帮看一眼接口调用失败问题,多谢。 调用接口失败 接口: POST https://api.weixin.qq.com/wxa/sec/order/upload_shipping_info?access_token=ACCESS_TOKEN 请求: {"access_token":"71_7uM6KiZVdp_GxUTRL-4R6Tn5M2wuQs55crq39uNiSyzRATlT662W8EdQLCjcA1MGdXepr2domZxiYGBvaCfedKlGkIKngpfF0xl66MgOheIpwQaC0KUDsESUFYYOOkQdnmfcRQZHCFAS39cpWSTcAGDHDE","order_key":{"orderNumberType":1},"logistics_type":4,"delivery_mode":1,"shipping_list":[{"item_desc":"1分钱标品*1"}],"upload_time":"2023-08-22T18:30:30+0800","payer":{"openid":"oEDFH5IAq75gsBKx9Kzr3fJoapeo"}} 返回: {"headers":{"Connection":["keep-alive"],"Date":["Tue, 22 Aug 2023 10:30:30 GMT"],"Content-Type":["application/json; encoding=utf-8"],"RetKey":["11"],"LogicRet":["48001"],"Content-Length":["77"]},"body":"{\"errcode\":48001,\"errmsg\":\"api unauthorized rid: 64e48e46-42a7b065-7d0e9d5a\"}","status":200,"statusCodeValue":200,"statusCode":"OK"}
2023-11-21我也是模拟器正常,真机 方框里一个X。 之前只引入了iconfont.css。将iconfont.tff也加入项目,就可以了。
为什么iconfont字体图标在安卓机上显示不出来模拟器和ios上都能正常显示,但安卓机上显示不了,准确地说显示为一个带框的X css代码如下: @font-face { font-family: "iconfont"; src: url('https://xxx/iconfont.eot'); /* IE9*/ src: url('https://xxx/iconfont.eot?#iefix') format('embedded-opentype'), url('https://xxx/iconfont.woff') format('woff'), /* chrome, firefox */ url('https://xxx/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('https://xxx/iconfont.svg#iconfont') format('svg') /* iOS 4.1- */ } .iconfont { font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
2019-11-23