摘要:
declare @InpS nvarchar(max)='ACP,LeasingIndividualUsedCarNonCertified' select @InpS,len(@InpS),charindex(',',@InpS),substring(@InpS,charindex(',',@Inp 阅读全文
posted @ 2023-11-29 16:18
hofmann
阅读(49)
评论(0)
推荐(0)
摘要:
单元测试类: ServiceProvider _serviceProvider; IConfiguration _config; [SetUp] public void Setup() { _config = new ConfigurationBuilder() .Add(new JsonConfi 阅读全文
posted @ 2023-11-29 15:39
hofmann
阅读(43)
评论(0)
推荐(0)
摘要:
response_json: { "code": "000", "message": "成功", "data": { "secretKey": "", "content": "{\"rule_result\":{\"risk_level\":\"\",\"reason_code\":[],\"hit 阅读全文
posted @ 2023-11-29 10:37
hofmann
阅读(84)
评论(0)
推荐(0)