最近调用getpublisher()渠道code授权备案时,开始报错了
{\"S\":-1,\"M\":\"请求失败:Missing required arguments:code,\",\"H\":false,\"D\":null}"}
之前从未有过,都能正常授权的,请问这是怎么了?
URL检查,完全按照格式:https://oauth.m.taobao.com/authorize?response_type=code&client_id=你的淘宝联盟APPKEY&redirect_uri=你的回调地址&state=你的自定义参数&view=web
并没问题。。。