源代码如下:
Auth auth = new Sign("******", "*******");
string APIName = $"youzan.scrm.customer.get";
Dictionary<string, object> dict = new System.Collections.Generic.Dictionary<string, object>();
dict.Add("account_type", "Mobile");
dict.Add("account_id", "18681366667");
YZOpenSDK.YZClient yZClient = new DefaultYZClient(auth);
var rest = yZClient.Invoke("youzan.scrm.customer.get", "3.1.0", "GET", dict, null);
返回结果:
{
"error_response": {
"code": 40002,
"msg": "校验App信息失败"
}
}
|
|
用手机打开
收藏
赞 0
···
回复
|
|
|
|