收藏
回答

invokeService:fail 9301013是什么错误?

        wx.serviceMarket.invokeService({
      service'wx16e18f189768eb81',
      api'ChatCompletions',
      async: false,
      data: {
        model'SenseChat',
        messages: [
          {
            role'user',
            content'hello'
          }
        ],
      },
    }).then(res => {
      console.log('invokeService success', res)
    }).catch(err => {
      console.error('invokeService fail', err)
    })


以上代码报错:

invokeService fail Error: invokeService:fail 9301013 api type not match (requestId: MLxDsoi5QJte-S0IYRuPX_JNd_QP0pHZXvJYQFHS8I2B157GKfULjiKeYUtoMxlaqRU)

调用场景:

通过serviceMarket调用商汤科技日日新大模型

微信的文档中:

request_id:String,是外部请求 ID,用于查询结果

data:Object,是请求内容

这个request_id是哪里来的,如果invokeService这里需要一个data,微信文档中对接商汤的data为什么还要再传一遍?

回答关注问题邀请回答
收藏

1 个回答

  • Demons
    Demons
    09-03

    你这是腾讯地图的能力?联系客服试试呢

    09-03
    有用
    回复
登录 后发表内容