忽略dll文件git
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Response
|
||||
{
|
||||
/// <summary>
|
||||
/// ZhimaCreditScoreGetResponse.
|
||||
/// </summary>
|
||||
public class ZhimaCreditScoreGetResponse : AopResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// 芝麻信用对于每一次请求返回的业务号。后续可以通过此业务号进行对账
|
||||
/// </summary>
|
||||
[JsonProperty("biz_no")]
|
||||
public string BizNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 用户的芝麻信用评分。分值范围[350,950]。如果用户数据不足,无法评分时,返回字符串"N/A"。
|
||||
/// </summary>
|
||||
[JsonProperty("zm_score")]
|
||||
public string ZmScore { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user