使用https://open.youzanyun.com/auth/token返回结果{"success":true,"code":200,"data":{"expires":1561618349694,"scope":"multi_store shop item trade logistics coupon_advanced user pay_qrcode trade_virtual reviews item_category storage retail_goods open_market ","access_token":"*************ef80fb348ef5c","authority_id":"43063965"},"message":null}
接口调用成功
调用订单api接口
Auth auth = new Token("*************ef80fb348ef5c");
YZClient yzClient = new DefaultYZClient(auth);
var result = yzClient.Invoke("youzan.trades.sold.get", "4.0.0", "get", dict, null);
返回
token无效,该token不存在或已过期
|
|
用手机打开
收藏
赞 0
···
回复
|
|
|
|