iOCR返回errorcode: 216100
Gundamcloud 发布于2021-04 浏览:1096 回复:1
0
收藏

      wx.request({            
        url: detectUrl, 
        templateSign:'。。。。。。。。。。。',           
        data: {                
          image: imageData            
        },            
        method: 'POST',            
        dataType: 'json',            
        header:{                
          'content-type': 'application/x-www-form-urlencoded'        
        },            
        success: function(res, resolve){              
          console.log('get word success:',res.data);              
                                    
        },            
        fail : function(res,reject){              
          console.log('get word fail:',res.data);                 },            
  
      })

收藏
点赞
0
个赞
共1条回复 最后由用户已被禁言回复于2022-04
#2Gundamcloud回复于2021-04

templateSign:写错地方了

0
TOP
切换版块