File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727 <PropertyGroup >
2828 <PostBuildEvent >
2929 </PostBuildEvent >
30- <Version >7.4 .0</Version >
30+ <Version >8.0 .0</Version >
3131 <Company >Shanghai Qiniu Information Technology Co., Ltd.</Company >
3232 <Description >Qiniu Resource (Cloud) Storage SDK for C#</Description >
3333 </PropertyGroup >
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ public void GetCdnLogListTest()
253253 {
254254 Mac mac = new Mac ( AccessKey , SecretKey ) ;
255255 CdnManager manager = new CdnManager ( mac ) ;
256- string day = "2021-07-12" ;
256+ string day = DateTime . Now . ToString ( "yyyy-MM-dd" ) ; ;
257257 string [ ] domains = new string [ ] { Domain } ;
258258 LogListResult ret = manager . GetCdnLogList ( domains , day ) ;
259259 if ( ret . Code != ( int ) HttpCode . OK )
You can’t perform that action at this time.
0 commit comments