收藏
回答

卡券code码相关的接口都返回40056,不合法的code码?

接口返回:

array(2) {

  ["errcode"] => int(40056)

  ["errmsg"] => string(42) "invalid serial code hint: [6f739a0335e387]"

}

操作流程:

1.创建卡券

2.导入自定义code码(纯数字、字符、数字混字符都试过) 接口地址https://api.weixin.qq.com/card/code/deposit?access_token=xxx

3.查询已导入code码(返回数据与第二步导入的code码一致) 接口地址https://api.weixin.qq.com/card/code/checkcode?access_token=xxx

4.查询code(传第二步任意一个code码接口都返回上述错误码40056) 接口地址https://api.weixin.qq.com/card/code/get?access_token=xxx

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

更改code(https://api.weixin.qq.com/card/code/update?access_token=xxx)

设置卡券失效(https://api.weixin.qq.com/card/code/unavailable?access_token=xxx)

核销code(https://api.weixin.qq.com/card/code/consume?access_token=xxx)

以上跟code有关的接口均返回错误码40056 求解!!

回答关注问题邀请回答
收藏
登录 后发表内容