示例#1
0
 //添加微信请求code
 public void AddWxCode(string code, int type)
 {
     cdal.AddWxCode(code, type);
 }