随笔分类 - webapi
摘要:private void post1() { string url = @"http://*******";//这里就不暴露我们的地址啦 string modelId = "4f1e2e3d-6231-4b13-96a4-835e5af10394"; string updateTime = "201
阅读全文
摘要:static void Main(string[] args) { //Console.WriteLine("Hello World!"); //ShowInt(10); //ShowString("test"); //ShowDateTime(DateTime.Now); //ShowObject
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using Microsoft.AspNetCore.Http;using M
阅读全文