2018-10-31

获取用户授权信息

/Aytrade1688/GetElefaceAuth

request
respond
  code   int  状态码
  res   string  淘宝昵称
 example {"code":200,"res":{"trade_nick":"lzy00531","0":"lzy00531"}}


删除用户授权信息

/Aytrade1688/DeleteAuth

request
respond
  code   int &string ;状态码
 example{"code":"success"}


检测用户千牛交易授权信息

*注:1.没有订购过千牛爱用交易的用户需订购后需要授权或者登录一下千牛的爱用交易(推荐)并获取电子面单(如果没有开通过),

授权方法参照项目/src/components/1688/authDialog/index.js 43行,授权完成后要获取一下用户的信息(接口1,不推荐)

2. 购过千牛爱用交易的用户如果没有授权(返回502)也没关系

3.订购链接https://club.1688.com/threadview/50794942.htm
image.png

此时要切换成淘宝账号

/Aytrade1688/webauth

request
  nick   string  用户淘宝昵称
respond
  code   int  状态码
   200 有订购并且有授权
   404 没有订购
   502 有订购但是授权过期
  from  string  taobao
  msg   string  问题描述
  lastupdatetime  string  最后更新时间
 example{"code":200}


建立授权关系

/Aytrade1688/ElefaceAuth

request
  trade_nick   string  用户淘宝昵称
respond
  code   int &string ;状态码
 example{"code":"success"}


你可能感兴趣的:(2018-10-31)