支付任务赏金

javascript 复制代码
WXAPI.errandsTaskPay({
  token: '000',
  id: 1234
})
  • token 当前用户登录凭证
  • id 任务ID
json 复制代码
{
  code: 0,
  msg: 'success'
}