我正在使用Hasoffers官方API调用构建器
https://developers.tune.com/network/authentication-finduserbycredentials/
这是它给我的电话(我的凭据已被x-ed了)
这是我回电话时的回复:
{
"request": {
"Target": "Authentication",
"Format": "json",
"Service": "HasOffers",
"Version": "2",
"NetworkToken": "xxxxxxxxxxxxxxx",
"Method": "findUserByCredentials",
"email": "xxxxx@xxxxxxxxxx.com",
"password": "xxxxxxxxxxx",
"type": "affiliate_user",
"set_token": "1",
"_": "1509793486169"
},
"response": {
"status": -1,
"httpStatus": 200,
"data": "",
"errors": [
{
"publicMessage": "NetworkToken xxxxxxxxxxxxxx is not authenticated"
}
],
"errorMessage": "NetworkToken xxxxxxxxxxxxxxxxxxx
is not authenticated"
}
}
(我已经在跟踪board.com上测试了相同的凭据,该网站称联盟API为同一网络而且有效)