using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Text;
|
using System.Threading.Tasks;
|
|
namespace FlexJobApi.Core
|
{
|
public class WxmpSnsJscode2sessionResponse
|
{
|
public string session_key { get; set; }
|
public string unionid { get; set; }
|
public string errmsg { get; set; }
|
public string openid { get; set; }
|
public int errcode { get; set; }
|
}
|
}
|