调用代码:
Auth auth = new Sign("a76dXXXXXXX", "68fcf383544XXXXXXXXX");
YZClient yzClient = new DefaultYZClient(auth);
Dictionary<string, object> dict = new System.Collections.Generic.Dictionary<string, object>();
dict.Add("card_no", "XXXXXXX94524012");
List<KeyValuePair<string, string>> files = new List<KeyValuePair<string, string>>();
files.Add(new KeyValuePair<string, string>("images[]", "/xx/xx/1.jpg"));
var result = yzClient.Invoke("youzan.scrm.customer.info.get", "3.0.0", "get", dict, null);
返回信息:
YZOpenSDK.YZClient.Invoke 返回 "{\n\t\"error_response\": {\n\t\t\"code\": 40004,\n\t\t\"msg\": \"请求非法资源\"\n\t}\n}" string
|
|
用手机打开
收藏
赞 0
···
回复
|
|
|
|